Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,9 @@ LOCAL_BASE = os.path.join(os.getcwd(), "weights", "ckpts")
|
|
8 |
# List of essential files/folders to download (you can expand this if needed)
|
9 |
ESSENTIAL_PATHS = [
|
10 |
# Transformers checkpoints
|
11 |
-
|
12 |
"hunyuan-video-t2v-720p/transformers/mp_rank_00_model_states.pt",
|
13 |
-
|
14 |
|
15 |
# VAE
|
16 |
"hunyuan-video-t2v-720p/vae/config.json",
|
|
|
8 |
# List of essential files/folders to download (you can expand this if needed)
|
9 |
ESSENTIAL_PATHS = [
|
10 |
# Transformers checkpoints
|
11 |
+
|
12 |
"hunyuan-video-t2v-720p/transformers/mp_rank_00_model_states.pt",
|
13 |
+
|
14 |
|
15 |
# VAE
|
16 |
"hunyuan-video-t2v-720p/vae/config.json",
|