Commit
•
bf4a508
1
Parent(s):
3b16b97
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ num_steps = 30
|
|
26 |
model_config = "scripts/sampling/configs/svd_xt.yaml"
|
27 |
device = "cuda"
|
28 |
|
29 |
-
hf_hub_download(repo_id="stabilityai/stable-video-diffusion-img2vid-xt", filename="svd_xt.safetensors", local_dir="checkpoints", token=os.getenv("HF_TOKEN"))
|
30 |
|
31 |
css = '''
|
32 |
.gradio-container{max-width:850px !important}
|
|
|
26 |
model_config = "scripts/sampling/configs/svd_xt.yaml"
|
27 |
device = "cuda"
|
28 |
|
29 |
+
#hf_hub_download(repo_id="stabilityai/stable-video-diffusion-img2vid-xt", filename="svd_xt.safetensors", local_dir="checkpoints", token=os.getenv("HF_TOKEN"))
|
30 |
|
31 |
css = '''
|
32 |
.gradio-container{max-width:850px !important}
|