Update download.sh quotations

This commit is contained in:
2026-03-16 15:09:19 -05:00
parent e1be240564
commit e72f9ae2b6

View File

@@ -55,28 +55,23 @@ download_civitai() {
# diffusion_models # diffusion_models
download_hf "$MODELS_DIR/diffusion_models" "Kijai/LTX2.3_comfy" "diffusion_models" "ltx-2.3-22b-distilled_transformer_only_fp8_scaled.safetensors" download_hf "$MODELS_DIR/diffusion_models" "Kijai/LTX2.3_comfy" "diffusion_models" "ltx-2.3-22b-distilled_transformer_only_fp8_scaled.safetensors"
# laten_upscale_models # latent_upscale_models
download_hf "$MODELS_DIR/latent_upscale_models "Lightricks/LTX-2.3" "" "ltx-2.3-spatial-upscaler-x1.5-1.0.safetensors" download_hf "$MODELS_DIR/latent_upscale_models" "Lightricks/LTX-2.3" "ltx-2.3-spatial-upscaler-x1.5-1.0.safetensors"
# Checkpoints # Checkpoints
# download_hf "$MODELS_DIR/checkpoints" "black-forest-labs/FLUX.1-dev" "flux1-dev.safetensors"
# download_civitai "$MODELS_DIR/checkpoints" "123456" "my-model.safetensors"
# VAEs # VAEs
# download_hf "$MODELS_DIR/vae" "black-forest-labs/FLUX.1-dev" "ae.safetensors"
download_hf "$MODELS_DIR/vae" "Comfy-Org/Wan_2.2_ComfyUI_Repackaged" "split_files/vae" "wan_2.1_vae.safetensors" download_hf "$MODELS_DIR/vae" "Comfy-Org/Wan_2.2_ComfyUI_Repackaged" "split_files/vae" "wan_2.1_vae.safetensors"
download_hf "$MODELS_DIR/vae" "Kijai/LTX2.3_comfy" "vae" "LTX23_video_vae_bf16.safetensors" download_hf "$MODELS_DIR/vae" "Kijai/LTX2.3_comfy" "vae" "LTX23_video_vae_bf16.safetensors"
download_hf "$MODELS_DIR/vae" "Kijai/LTX2.3_comfy" "vae" "LTX23_audio_vae_bf16.safetensors" download_hf "$MODELS_DIR/vae" "Kijai/LTX2.3_comfy" "vae" "LTX23_audio_vae_bf16.safetensors"
# LoRAs # LoRAs
# download_civitai "$MODELS_DIR/loras" "654321" "my-lora.safetensors"
# CLIP / Text encoders # CLIP / Text encoders
# download_hf "$MODELS_DIR/clip" "comfyanonymous/flux_text_encoders" "t5xxl_fp16.safetensors"
# download_hf "$MODELS_DIR/clip" "comfyanonymous/flux_text_encoders" "clip_l.safetensors"
download_hf "$MODELS_DIR/test_encoders" "Comfy-Org/Wan_2.2_ComfyUI_Repackaged" "split_files/text_encoders" "umt5_xxl_fp16.safetensors" download_hf "$MODELS_DIR/test_encoders" "Comfy-Org/Wan_2.2_ComfyUI_Repackaged" "split_files/text_encoders" "umt5_xxl_fp16.safetensors"
download_hf "$MODELS_DIR/text_encoders" "Comfy-Org/ltx-2" "split_files/text_encoders" "gemma_3_12B_it_fp4_mixed.safetensors" download_hf "$MODELS_DIR/text_encoders" "Comfy-Org/ltx-2" "split_files/text_encoders" "gemma_3_12B_it_fp4_mixed.safetensors"
download_hf "$MODELS_DIR/text_encoders" "Kijai/LTX2.3_comfy" "text_encoders" "ltx-2.3_text_projection_bf16.safetensors" download_hf "$MODELS_DIR/text_encoders" "Kijai/LTX2.3_comfy" "text_encoders" "ltx-2.3_text_projection_bf16.safetensors"
echo "All models downloaded." echo "All models downloaded"