Spaces:
Runtime error
Runtime error
zhiweili
commited on
Commit
•
f9c0081
1
Parent(s):
597560e
list model path
Browse files
app.py
CHANGED
@@ -44,6 +44,8 @@ model_path = "asset"
|
|
44 |
# if not os.path.exists(model_path):
|
45 |
snapshot_download("Lightricks/LTX-Video", local_dir=model_path, repo_type="model")
|
46 |
|
|
|
|
|
47 |
# Global variables to load components
|
48 |
vae_dir = Path(model_path) / "vae"
|
49 |
unet_dir = Path(model_path) / "unet"
|
|
|
44 |
# if not os.path.exists(model_path):
|
45 |
snapshot_download("Lightricks/LTX-Video", local_dir=model_path, repo_type="model")
|
46 |
|
47 |
+
os.system(f"ls -l {model_path}")
|
48 |
+
|
49 |
# Global variables to load components
|
50 |
vae_dir = Path(model_path) / "vae"
|
51 |
unet_dir = Path(model_path) / "unet"
|