Maria commited on
Commit
5c1f329
·
1 Parent(s): ebbd4e8
Files changed (1) hide show
  1. infer.py +1 -1
infer.py CHANGED
@@ -253,7 +253,7 @@ def infer(
253
  height=height,
254
  width=width,
255
  controlnet_conditioning_scale=controlnet_strength,
256
- ip_adapter_image=image_upload_ip,
257
  generator=generator,
258
  ).images[0]
259
 
 
253
  height=height,
254
  width=width,
255
  controlnet_conditioning_scale=controlnet_strength,
256
+ ip_adapter_image=ip_adapter_image,
257
  generator=generator,
258
  ).images[0]
259