Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ def infer(
|
|
114 |
width=width,
|
115 |
height=height,
|
116 |
generator=generator,
|
117 |
-
|
118 |
controlnet_conditioning_scale=controlnet_strength,
|
119 |
ip_adapter_image=ip_adapter_image if ip_adapter_checkbox else None
|
120 |
).images[0]
|
|
|
114 |
width=width,
|
115 |
height=height,
|
116 |
generator=generator,
|
117 |
+
control_image=controlnet_image,
|
118 |
controlnet_conditioning_scale=controlnet_strength,
|
119 |
ip_adapter_image=ip_adapter_image if ip_adapter_checkbox else None
|
120 |
).images[0]
|