Update app.py
Browse files
app.py
CHANGED
|
@@ -288,7 +288,7 @@ weights_dir = Path("weights")
|
|
| 288 |
weights_dir.mkdir(exist_ok=True)
|
| 289 |
checkpoint_path = hf_hub_download(
|
| 290 |
repo_id=LTX_MODEL_REPO,
|
| 291 |
-
filename="ltx-2.3-22b-distilled.safetensors",
|
| 292 |
local_dir=str(weights_dir),
|
| 293 |
local_dir_use_symlinks=False,
|
| 294 |
)
|
|
|
|
| 288 |
weights_dir.mkdir(exist_ok=True)
|
| 289 |
checkpoint_path = hf_hub_download(
|
| 290 |
repo_id=LTX_MODEL_REPO,
|
| 291 |
+
filename="ltx-2.3-22b-distilled-1.1.safetensors",
|
| 292 |
local_dir=str(weights_dir),
|
| 293 |
local_dir_use_symlinks=False,
|
| 294 |
)
|