Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
336c3e0
1
Parent(s):
87b9ab4
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ def download_component_subfolder(repo_id, subfolder):
|
|
| 52 |
pretrained_model_path = "alibaba-pai/Wan2.1-Fun-1.3B-InP"
|
| 53 |
transformer_path = "Kunbyte/ROSE"
|
| 54 |
# config_path = "configs/wan2.1/wan_civitai.yaml"
|
| 55 |
-
config_path = "
|
| 56 |
config = OmegaConf.load(config_path)
|
| 57 |
|
| 58 |
repo_id = "alibaba-pai/Wan2.1-Fun-1.3B-InP"
|
|
|
|
| 52 |
pretrained_model_path = "alibaba-pai/Wan2.1-Fun-1.3B-InP"
|
| 53 |
transformer_path = "Kunbyte/ROSE"
|
| 54 |
# config_path = "configs/wan2.1/wan_civitai.yaml"
|
| 55 |
+
config_path = "configs/wan2.1/wan_civitai.yaml"
|
| 56 |
config = OmegaConf.load(config_path)
|
| 57 |
|
| 58 |
repo_id = "alibaba-pai/Wan2.1-Fun-1.3B-InP"
|