Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -280,10 +280,10 @@ def main():
|
|
280 |
|
281 |
pipe_out = pipe(
|
282 |
input_image,
|
283 |
-
denoising_steps=
|
284 |
-
ensemble_size=
|
285 |
-
processing_res=
|
286 |
-
batch_size=
|
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,
|