Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -344,7 +344,7 @@ weights_dir.mkdir(exist_ok=True)
|
|
| 344 |
|
| 345 |
checkpoint_path = hf_hub_download(
|
| 346 |
repo_id=LTX_MODEL_REPO,
|
| 347 |
-
filename="ltx-2.3-22b-
|
| 348 |
local_dir=str(weights_dir),
|
| 349 |
local_dir_use_symlinks=False, # Ensure actual file copy, not symlink
|
| 350 |
)
|
|
|
|
| 344 |
|
| 345 |
checkpoint_path = hf_hub_download(
|
| 346 |
repo_id=LTX_MODEL_REPO,
|
| 347 |
+
filename="ltx-2.3-22b-distilled-1.1.safetensors",
|
| 348 |
local_dir=str(weights_dir),
|
| 349 |
local_dir_use_symlinks=False, # Ensure actual file copy, not symlink
|
| 350 |
)
|