Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from utils.pipeline_magictime import MagicTimePipeline
|
|
17 |
from utils.util import save_videos_grid, convert_ldm_unet_checkpoint, convert_ldm_clip_checkpoint, convert_ldm_vae_checkpoint, load_diffusers_lora_unet, convert_ldm_clip_text_model
|
18 |
import spaces
|
19 |
|
20 |
-
from huggingface_hub import
|
21 |
|
22 |
model_path = "ckpts"
|
23 |
|
|
|
17 |
from utils.util import save_videos_grid, convert_ldm_unet_checkpoint, convert_ldm_clip_checkpoint, convert_ldm_vae_checkpoint, load_diffusers_lora_unet, convert_ldm_clip_text_model
|
18 |
import spaces
|
19 |
|
20 |
+
from huggingface_hub import snapshot_download
|
21 |
|
22 |
model_path = "ckpts"
|
23 |
|