Yaron Koresh commited on
Commit
3c13ee2
·
verified ·
1 Parent(s): efcf006

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ def pipe_generate(img,p1,p2,motion,time,title):
206
  return pipe(
207
  prompt=p1,
208
  negative_prompt=p2,
209
- ip_adapter_image=img.convert("RGB"),
210
  num_inference_steps=step,
211
  guidance_scale=accu,
212
  num_frames=(fps*time),
 
206
  return pipe(
207
  prompt=p1,
208
  negative_prompt=p2,
209
+ ip_adapter_image=img,
210
  num_inference_steps=step,
211
  guidance_scale=accu,
212
  num_frames=(fps*time),