Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,8 +37,8 @@ def generate_image_sync(prompt: str, seed: int = 42):
|
|
| 37 |
prompt=prompt,
|
| 38 |
width=w,
|
| 39 |
height=h,
|
| 40 |
-
num_inference_steps=
|
| 41 |
-
guidance_scale=
|
| 42 |
generator=gen,
|
| 43 |
).images[0]
|
| 44 |
# slight upscale back to 960×540 to keep output clear
|
|
|
|
| 37 |
prompt=prompt,
|
| 38 |
width=w,
|
| 39 |
height=h,
|
| 40 |
+
num_inference_steps=4,
|
| 41 |
+
guidance_scale=3,
|
| 42 |
generator=gen,
|
| 43 |
).images[0]
|
| 44 |
# slight upscale back to 960×540 to keep output clear
|