Spaces:
Configuration error
Configuration error
Commit
·
69b393a
1
Parent(s):
df86cb4
demo negative prompt bug fixed
Browse files
app.py
CHANGED
|
@@ -239,6 +239,7 @@ def generate(
|
|
| 239 |
prompt=prompt,
|
| 240 |
width=width,
|
| 241 |
height=height,
|
|
|
|
| 242 |
guidance_scale=guidance_scale,
|
| 243 |
num_inference_steps=num_inference_steps,
|
| 244 |
generator=generator,
|
|
|
|
| 239 |
prompt=prompt,
|
| 240 |
width=width,
|
| 241 |
height=height,
|
| 242 |
+
negative_prompt=negative_prompt,
|
| 243 |
guidance_scale=guidance_scale,
|
| 244 |
num_inference_steps=num_inference_steps,
|
| 245 |
generator=generator,
|