Spaces:
Runtime error
Runtime error
stanley
commited on
Commit
·
860fb85
1
Parent(s):
d88655d
redunant call
Browse files
app.py
CHANGED
@@ -409,7 +409,7 @@ class StableDiffusionInpaint:
|
|
409 |
"guidance_scale": guidance_scale,
|
410 |
"eta": scheduler_eta,
|
411 |
}
|
412 |
-
|
413 |
if USE_NEW_DIFFUSERS:
|
414 |
extra_kwargs["negative_prompt"] = negative_prompt
|
415 |
extra_kwargs["num_images_per_prompt"] = generate_num
|
|
|
409 |
"guidance_scale": guidance_scale,
|
410 |
"eta": scheduler_eta,
|
411 |
}
|
412 |
+
|
413 |
if USE_NEW_DIFFUSERS:
|
414 |
extra_kwargs["negative_prompt"] = negative_prompt
|
415 |
extra_kwargs["num_images_per_prompt"] = generate_num
|