Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,9 +27,9 @@ def sample(
|
|
27 |
randomize_seed: bool = True,
|
28 |
motion_bucket_id: int = 127,
|
29 |
fps_id: int = 6,
|
30 |
-
version: str = "
|
31 |
cond_aug: float = 0.02,
|
32 |
-
decoding_t: int =
|
33 |
device: str = "cuda",
|
34 |
output_folder: str = "outputs",):
|
35 |
|
|
|
27 |
randomize_seed: bool = True,
|
28 |
motion_bucket_id: int = 127,
|
29 |
fps_id: int = 6,
|
30 |
+
version: str = "svd_xt_1-1",
|
31 |
cond_aug: float = 0.02,
|
32 |
+
decoding_t: int = 2, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
|
33 |
device: str = "cuda",
|
34 |
output_folder: str = "outputs",):
|
35 |
|