dagloop5 commited on
Commit
d371e49
·
verified ·
1 Parent(s): b30f6da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -294,7 +294,7 @@ class LTX23DistilledA2VPipeline:
294
  return decoded_video, decoded_audio_output
295
 
296
  # Model repos
297
- LTX_MODEL_REPO = "SulphurAI/Sulphur-2-base"
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="sulphur_distil_bf16.safetensors",
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
  )