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