Manjushri commited on
Commit
35231a5
·
verified ·
1 Parent(s): 6671d29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "svd_xt_1-1",
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",