Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -294,7 +294,7 @@ class LTX23DistilledA2VPipeline:
|
|
| 294 |
return decoded_video, decoded_audio_output
|
| 295 |
|
| 296 |
# Model repos
|
| 297 |
-
LTX_MODEL_REPO = "
|
| 298 |
GEMMA_REPO ="Lightricks/gemma-3-12b-it-qat-q4_0-unquantized"
|
| 299 |
|
| 300 |
# Download model checkpoints
|
|
@@ -315,7 +315,7 @@ weights_dir = Path("weights")
|
|
| 315 |
weights_dir.mkdir(exist_ok=True)
|
| 316 |
checkpoint_path = hf_hub_download(
|
| 317 |
repo_id=LTX_MODEL_REPO,
|
| 318 |
-
filename="
|
| 319 |
local_dir=str(weights_dir),
|
| 320 |
local_dir_use_symlinks=False,
|
| 321 |
)
|
|
|
|
| 294 |
return decoded_video, decoded_audio_output
|
| 295 |
|
| 296 |
# Model repos
|
| 297 |
+
LTX_MODEL_REPO = "TenStrip/LTX2.3-10Eros"
|
| 298 |
GEMMA_REPO ="Lightricks/gemma-3-12b-it-qat-q4_0-unquantized"
|
| 299 |
|
| 300 |
# Download model checkpoints
|
|
|
|
| 315 |
weights_dir.mkdir(exist_ok=True)
|
| 316 |
checkpoint_path = hf_hub_download(
|
| 317 |
repo_id=LTX_MODEL_REPO,
|
| 318 |
+
filename="10Eros_v1-fp8mixed_learned.safetensors",
|
| 319 |
local_dir=str(weights_dir),
|
| 320 |
local_dir_use_symlinks=False,
|
| 321 |
)
|