Yaron Koresh commited on
Commit
0224e73
·
verified ·
1 Parent(s): 15b5840

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -206,8 +206,6 @@ def pipe_generate(img,p1,p2,motion,time,title):
206
  return pipe(
207
  prompt=p1,
208
  negative_prompt=p2,
209
- height=height,
210
- width=width,
211
  ip_adapter_image=img.convert("RGB"),
212
  num_inference_steps=step,
213
  guidance_scale=accu,
 
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,