Yaron Koresh commited on
Commit
06cc5d1
·
verified ·
1 Parent(s): 436d5bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -148,7 +148,6 @@ def Piper(image,positive,negative,motion):
148
  negative_prompt=negative,
149
  height=1024,
150
  width=576,
151
- ip_adapter_image=image.convert("RGB").resize((576,1024)),
152
  num_inference_steps=step,
153
  guidance_scale=1,
154
  num_frames=(fps*time)
 
148
  negative_prompt=negative,
149
  height=1024,
150
  width=576,
 
151
  num_inference_steps=step,
152
  guidance_scale=1,
153
  num_frames=(fps*time)