Diffusers
Negev900 commited on
Commit
9f166e9
·
verified ·
1 Parent(s): daf20ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -123,7 +123,7 @@ image = pipeline(
123
  max_sequence_length=128,
124
  guidance_scale=5,
125
  generator=generator,
126
- negative_prompt="Logo,Watermark,Text,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,6 +183,6 @@ image = pipe(
183
  max_sequence_length=128,
184
  guidance_scale=5,
185
  generator=generator,
186
- negative_prompt="Logo,Watermark,Text,Ugly,Morbid,Extra fingers,Poorly drawn hands,Mutation,Blurry,Extra limbs,Gross proportions,Missing arms,Mutated hands,Long neck,Duplicate"
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
  ```