lemonaddie commited on
Commit
e31aa89
1 Parent(s): 301eeb4

Update app.py

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