Update README.md
Browse files
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 |
```
|