Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -46,10 +46,10 @@ def sample(
|
|
46 |
# image: Image,
|
47 |
prompt,
|
48 |
resolution,
|
49 |
-
seed: Optional[int] =
|
50 |
# randomize_seed: bool = True,
|
51 |
# motion_bucket_id: int = 127,
|
52 |
-
# fps_id: int =
|
53 |
# version: str = "svd_xt",
|
54 |
# cond_aug: float = 0.02,
|
55 |
# decoding_t: int = 3, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
|
|
|
46 |
# image: Image,
|
47 |
prompt,
|
48 |
resolution,
|
49 |
+
seed: Optional[int] = -1,
|
50 |
# randomize_seed: bool = True,
|
51 |
# motion_bucket_id: int = 127,
|
52 |
+
# fps_id: int = 15,
|
53 |
# version: str = "svd_xt",
|
54 |
# cond_aug: float = 0.02,
|
55 |
# decoding_t: int = 3, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
|