lemonaddie commited on
Commit
9f5e9bc
·
verified ·
1 Parent(s): 564a287

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -283,10 +283,10 @@ def main():
283
 
284
  pipe_out = pipe(
285
  input_image,
286
- denoising_steps=denoise_steps,
287
- ensemble_size=ensemble_size,
288
- processing_res=processing_res,
289
- batch_size=1 if processing_res == 0 else 0,
290
  guidance_scale=3,
291
  domain="indoor",
292
  show_progress_bar=True,
 
283
 
284
  pipe_out = pipe(
285
  input_image,
286
+ denoising_steps=10,
287
+ ensemble_size=1,
288
+ processing_res=768,
289
+ batch_size=0,
290
  guidance_scale=3,
291
  domain="indoor",
292
  show_progress_bar=True,