multimodalart HF Staff commited on
Commit
65d68c9
·
verified ·
1 Parent(s): 966bf3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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