Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ 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 = 1, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
|
33 |
device: str = "cuda",
|
|
|
27 |
randomize_seed: bool = True,
|
28 |
motion_bucket_id: int = 127,
|
29 |
fps_id: int = 6,
|
30 |
+
version: str = "svd_xt",
|
31 |
cond_aug: float = 0.02,
|
32 |
decoding_t: int = 1, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
|
33 |
device: str = "cuda",
|