xy1993 commited on
Commit
6bef5eb
·
verified ·
1 Parent(s): 0080925

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -78,6 +78,8 @@ image = pipe(
78
  guidance_scale=4,
79
  height=1920,
80
  width=1024,
 
 
81
  ).images[0]
82
  image.save("macaw.jpg")
83
  ```
 
78
  guidance_scale=4,
79
  height=1920,
80
  width=1024,
81
+ negative_prompt="",
82
+ negative_prompt_3="anime,cartoon,bad hands,extra finger,blurred,text,watermark"
83
  ).images[0]
84
  image.save("macaw.jpg")
85
  ```