inoculatemedia commited on
Commit
79dad90
·
verified ·
1 Parent(s): 0ae855a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,10 +46,10 @@ def sample(
46
  # image: Image,
47
  prompt,
48
  resolution,
49
- seed: Optional[int] = 42,
50
  # randomize_seed: bool = True,
51
  # motion_bucket_id: int = 127,
52
- # fps_id: int = 6,
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.