videopix commited on
Commit
ab01cea
·
verified ·
1 Parent(s): d562d3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=6,
41
- guidance_scale=2.5,
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