Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -274,7 +274,7 @@ def generate(prompt, negative_prompt, width, height, random_res, selected_style)
|
|
| 274 |
negative_prompt=negative_prompt,
|
| 275 |
width=width,
|
| 276 |
height=height,
|
| 277 |
-
num_inference_steps=
|
| 278 |
guidance_scale=7.5
|
| 279 |
).images[0]
|
| 280 |
|
|
|
|
| 274 |
negative_prompt=negative_prompt,
|
| 275 |
width=width,
|
| 276 |
height=height,
|
| 277 |
+
num_inference_steps=24,
|
| 278 |
guidance_scale=7.5
|
| 279 |
).images[0]
|
| 280 |
|