Spaces:
Running
on
Zero
Running
on
Zero
Reduce memory by ~1.7 GB, without affecting speed too much.
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def sample(
|
|
76 |
fps_id: int = 6,
|
77 |
version: str = "svd_xt",
|
78 |
cond_aug: float = 0.02,
|
79 |
-
decoding_t: int =
|
80 |
device: str = "cuda",
|
81 |
output_folder: str = "outputs",
|
82 |
progress=gr.Progress(track_tqdm=True)
|
|
|
76 |
fps_id: int = 6,
|
77 |
version: str = "svd_xt",
|
78 |
cond_aug: float = 0.02,
|
79 |
+
decoding_t: int = 5, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
|
80 |
device: str = "cuda",
|
81 |
output_folder: str = "outputs",
|
82 |
progress=gr.Progress(track_tqdm=True)
|