Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def generate(
|
|
99 |
image=conditioning_image,
|
100 |
guidance_scale=7.0,
|
101 |
controlnet_conditioning_scale=0.8,
|
102 |
-
num_inference_steps=
|
103 |
generator=generator,
|
104 |
num_images_per_prompt=NUM_IMAGES_PER_PROMPT,
|
105 |
output_type="pil",
|
|
|
99 |
image=conditioning_image,
|
100 |
guidance_scale=7.0,
|
101 |
controlnet_conditioning_scale=0.8,
|
102 |
+
num_inference_steps=35,
|
103 |
generator=generator,
|
104 |
num_images_per_prompt=NUM_IMAGES_PER_PROMPT,
|
105 |
output_type="pil",
|