Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -96,8 +96,8 @@ def Piper(name,positive_prompt,motion):
|
|
96 |
|
97 |
out = pipe(
|
98 |
positive_prompt,
|
99 |
-
height=
|
100 |
-
width=
|
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=
|
201 |
-
time=
|
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=[]
|