Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ MODEL_DIR = "downloaded_models" # Directory to store downloaded models
|
|
40 |
Path(MODEL_DIR).mkdir(parents=True, exist_ok=True)
|
41 |
|
42 |
# Load YAML configuration
|
43 |
-
YAML_CONFIG_PATH = "ltxv-13b-0.9.7-distilled.yaml" # Place this file in the same directory
|
44 |
with open(YAML_CONFIG_PATH, "r") as f:
|
45 |
PIPELINE_CONFIG_YAML = yaml.safe_load(f)
|
46 |
|
|
|
40 |
Path(MODEL_DIR).mkdir(parents=True, exist_ok=True)
|
41 |
|
42 |
# Load YAML configuration
|
43 |
+
YAML_CONFIG_PATH = "configs/ltxv-13b-0.9.7-distilled.yaml" # Place this file in the same directory
|
44 |
with open(YAML_CONFIG_PATH, "r") as f:
|
45 |
PIPELINE_CONFIG_YAML = yaml.safe_load(f)
|
46 |
|