Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,8 +133,8 @@ def infer(
|
|
133 |
image=ip_source_image,
|
134 |
ip_adapter_image=ip_adapter_image,
|
135 |
strength=strength_ip,
|
136 |
-
width=512 #width,
|
137 |
-
height=512 #height,
|
138 |
num_inference_steps=num_inference_steps,
|
139 |
guidance_scale=guidance_scale,
|
140 |
controlnet_conditioning_scale=1.0,
|
|
|
133 |
image=ip_source_image,
|
134 |
ip_adapter_image=ip_adapter_image,
|
135 |
strength=strength_ip,
|
136 |
+
width=512, #width,
|
137 |
+
height=512, #height,
|
138 |
num_inference_steps=num_inference_steps,
|
139 |
guidance_scale=guidance_scale,
|
140 |
controlnet_conditioning_scale=1.0,
|