Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ def generate(
|
|
| 157 |
generated_image = pipe(
|
| 158 |
prompt=prompt,
|
| 159 |
negative_prompt=negative_prompt,
|
| 160 |
-
|
| 161 |
controlnet_conditioning_scale=controlnet_conditioning_scale,
|
| 162 |
width=image.width,
|
| 163 |
height=image.height,
|
|
|
|
| 157 |
generated_image = pipe(
|
| 158 |
prompt=prompt,
|
| 159 |
negative_prompt=negative_prompt,
|
| 160 |
+
control_image=control_image,
|
| 161 |
controlnet_conditioning_scale=controlnet_conditioning_scale,
|
| 162 |
width=image.width,
|
| 163 |
height=image.height,
|