Vicente Alvarez commited on
Commit
01f47a1
·
1 Parent(s): 8b3d2d9

Exact Modal config: sulphur_dev_bf16 + distill LoRA

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ print("=" * 80)
111
  print("Downloading Element-16 dev + distill LoRA + Gemma...")
112
  print("=" * 80)
113
 
114
- checkpoint_path = hf_hub_download(repo_id=CHECKPOINT_REPO, filename="sulphur_dev_fp8mixed.safetensors")
115
  distilled_lora_path = hf_hub_download(repo_id=DISTILL_LORA_REPO, filename="distill_loras/ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors")
116
  spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.0.safetensors")
117
  gemma_root = snapshot_download(repo_id=GEMMA_REPO)
 
111
  print("Downloading Element-16 dev + distill LoRA + Gemma...")
112
  print("=" * 80)
113
 
114
+ checkpoint_path = hf_hub_download(repo_id=CHECKPOINT_REPO, filename="sulphur_dev_bf16.safetensors")
115
  distilled_lora_path = hf_hub_download(repo_id=DISTILL_LORA_REPO, filename="distill_loras/ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors")
116
  spatial_upsampler_path = hf_hub_download(repo_id=LTX_MODEL_REPO, filename="ltx-2.3-spatial-upscaler-x2-1.0.safetensors")
117
  gemma_root = snapshot_download(repo_id=GEMMA_REPO)