Yaron Koresh commited on
Commit
2dfee36
·
verified ·
1 Parent(s): 378fec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -96,8 +96,8 @@ def Piper(name,positive_prompt,motion):
96
 
97
  out = pipe(
98
  positive_prompt,
99
- height=512,
100
- width=512,
101
  num_inference_steps=step,
102
  guidance_scale=1,
103
  callback=progress_callback,
@@ -197,8 +197,8 @@ def main():
197
  global base
198
 
199
  last_motion=None
200
- fps=15
201
- time=5
202
  device = "cuda"
203
  dtype = torch.float16
204
  result=[]
 
96
 
97
  out = pipe(
98
  positive_prompt,
99
+ height=576,
100
+ width=1024,
101
  num_inference_steps=step,
102
  guidance_scale=1,
103
  callback=progress_callback,
 
197
  global base
198
 
199
  last_motion=None
200
+ fps=20
201
+ time=16
202
  device = "cuda"
203
  dtype = torch.float16
204
  result=[]