Update README.md
Browse files
README.md
CHANGED
@@ -123,7 +123,7 @@ image = pipeline(
|
|
123 |
max_sequence_length=128,
|
124 |
guidance_scale=5,
|
125 |
generator=generator,
|
126 |
-
negative_prompt="
|
127 |
).images[0]
|
128 |
print(image)
|
129 |
```
|
@@ -183,6 +183,6 @@ image = pipe(
|
|
183 |
max_sequence_length=128,
|
184 |
guidance_scale=5,
|
185 |
generator=generator,
|
186 |
-
negative_prompt="
|
187 |
).images[0]
|
188 |
```
|
|
|
123 |
max_sequence_length=128,
|
124 |
guidance_scale=5,
|
125 |
generator=generator,
|
126 |
+
negative_prompt="Ugly,Morbid,Extra fingers,Poorly drawn hands,Mutation,Blurry,Extra limbs,Gross proportions,Missing arms,Mutated hands,Long neck,Duplicate"
|
127 |
).images[0]
|
128 |
print(image)
|
129 |
```
|
|
|
183 |
max_sequence_length=128,
|
184 |
guidance_scale=5,
|
185 |
generator=generator,
|
186 |
+
negative_prompt="Ugly,Morbid,Extra fingers,Poorly drawn hands,Mutation,Blurry,Extra limbs,Gross proportions,Missing arms,Mutated hands,Long neck,Duplicate"
|
187 |
).images[0]
|
188 |
```
|