Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -130,8 +130,8 @@ def infer(
|
|
130 |
image = pipe_ip_adapter(
|
131 |
prompt_embeds=prompt_embeds,
|
132 |
negative_prompt_embeds=negative_prompt_embeds,
|
133 |
-
image=ip_source_image,
|
134 |
-
ip_adapter_image=ip_adapter_image,
|
135 |
strength=strength_ip,
|
136 |
width=512, #width,
|
137 |
height=512, #height,
|
|
|
130 |
image = pipe_ip_adapter(
|
131 |
prompt_embeds=prompt_embeds,
|
132 |
negative_prompt_embeds=negative_prompt_embeds,
|
133 |
+
image=ip_adapter_image, #ip_source_image,
|
134 |
+
ip_adapter_image=ip_source_image, #ip_adapter_image,
|
135 |
strength=strength_ip,
|
136 |
width=512, #width,
|
137 |
height=512, #height,
|