Manjushri commited on
Commit
bb2b9a6
·
verified ·
1 Parent(s): 16ec0e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -26,7 +26,6 @@ def sample(
26
  randomize_seed: bool = True,
27
  motion_bucket_id: int = 127,
28
  fps_id: int = 6,
29
- version: str = "svd_xt",
30
  cond_aug: float = 0.02,
31
  decoding_t: int = 3, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
32
  device: str = "cuda",
 
26
  randomize_seed: bool = True,
27
  motion_bucket_id: int = 127,
28
  fps_id: int = 6,
 
29
  cond_aug: float = 0.02,
30
  decoding_t: int = 3, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
31
  device: str = "cuda",