Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -283,10 +283,10 @@ def main():
|
|
283 |
|
284 |
pipe_out = pipe(
|
285 |
input_image,
|
286 |
-
denoising_steps=
|
287 |
-
ensemble_size=
|
288 |
-
processing_res=
|
289 |
-
batch_size=
|
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,
|