HelloSun commited on
Commit
21e1a12
·
verified ·
1 Parent(s): 33a7c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,8 +85,8 @@ def predict(
85
  generator=generator,
86
  num_inference_steps=steps,
87
  guidance_scale=guidance,
88
- width=1024,
89
- height=1024,
90
  # original_inference_steps=params.lcm_steps,
91
  output_type="pil",
92
  )
 
85
  generator=generator,
86
  num_inference_steps=steps,
87
  guidance_scale=guidance,
88
+ width=512,
89
+ height=512,
90
  # original_inference_steps=params.lcm_steps,
91
  output_type="pil",
92
  )