Commit
·
c8f9f7e
1
Parent(s):
f76083c
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ def inference(
|
|
159 |
controlnet_conditioning_scale=float(controlnet_conditioning_scale), # type: ignore
|
160 |
generator=generator,
|
161 |
strength=float(strength),
|
162 |
-
num_inference_steps=
|
163 |
)
|
164 |
return out.images[0] # type: ignore
|
165 |
|
|
|
159 |
controlnet_conditioning_scale=float(controlnet_conditioning_scale), # type: ignore
|
160 |
generator=generator,
|
161 |
strength=float(strength),
|
162 |
+
num_inference_steps=25,
|
163 |
)
|
164 |
return out.images[0] # type: ignore
|
165 |
|