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

Update README.md

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