Manjushri commited on
Commit
b729a41
·
verified ·
1 Parent(s): 2cbaac2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "svd_xt",
31
  cond_aug: float = 0.02,
32
- decoding_t: int = 3, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
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