From e72f9ae2b65907cf1bc835144b111ffeb33ee0a0 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Mon, 16 Mar 2026 15:09:19 -0500 Subject: [PATCH] Update download.sh quotations --- download.sh | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/download.sh b/download.sh index 3b5adc8..922d097 100755 --- a/download.sh +++ b/download.sh @@ -55,28 +55,23 @@ download_civitai() { # diffusion_models 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 -download_hf "$MODELS_DIR/latent_upscale_models "Lightricks/LTX-2.3" "" "ltx-2.3-spatial-upscaler-x1.5-1.0.safetensors" +# latent_upscale_models +download_hf "$MODELS_DIR/latent_upscale_models" "Lightricks/LTX-2.3" "ltx-2.3-spatial-upscaler-x1.5-1.0.safetensors" # 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 -# 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" "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" # LoRAs -# download_civitai "$MODELS_DIR/loras" "654321" "my-lora.safetensors" # 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/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" -echo "✓ All models downloaded." +echo "All models downloaded" +