File size: 2,456 Bytes
13027a8 253baed 13027a8 0e74d6b 13027a8 253baed 0e74d6b 13027a8 253baed 13027a8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | #!/bin/bash
curl -L -O https://huggingface.co/SexGod1979/PinkCherry_NSFW_LTX23/resolve/main/v1.5/SexGod_PinkCherry_dev_int8_v1_5.safetensors
mv *.safetensors ComfyUI/models/checkpoints/
curl -L -O https://huggingface.co/DreamFast/gemma-3-12b-it-heretic-v2/resolve/main/comfyui/gemma-3-12b-it-heretic-v2_int8.safetensors
curl -L -O https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/text_encoders/ltx-2.3_text_projection_bf16.safetensors
mv *.safetensors ComfyUI/models/text_encoders/
curl -L -O https://huggingface.co/Lightricks/LTX-2.3/resolve/main/ltx-2.3-spatial-upscaler-x2-1.1.safetensors
mv ltx-2.3*.safetensors ComfyUI/models/latent_upscale_models/
curl -L -O https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/vae/LTX23_audio_vae_bf16.safetensors
curl -L -O https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/vae/LTX23_video_vae_bf16.safetensors
curl -L -O https://huggingface.co/Kijai/LTX2.3_comfy/resolve/main/vae/taeltx2_3.safetensors
mv *.safetensors ComfyUI/models/vae/
mkdir -p ComfyUI/models/loras/ltx23
curl -L -O https://huggingface.co/SexGod1979/PinkCherry_NSFW_LTX23/resolve/main/loras/ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors
mv *.safetensors ComfyUI/models/loras/ltx23
# loras
curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/ltx2/DR34ML4Y_LT3X_V3.safetensors
#curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/ltx2/sulphur/pussyjob_sulphur_v1.safetensors
curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/ltx2/pornstar_kissing_v1_rank16_000002000.safetensors
#curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/ltx2/sulphur/ltx23-cunilingus-32epoc-sulphured-audio-k3nk.safetensors
curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/ltx2/sulphur/LTX_2.3_-_POV_Paizuri_-_Titfuck_ThrustingSqueezing_I2V.safetensors
curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/ltx2/sulphur/LTX%202.3%20-%20Twerking.safetensors
# curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/ltx2/sulphur/ltx23-ultimatedt-NSFW-sulphured_audio_v3_k3nk.safetensors
curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/ltx2/ltxdeepthroat_v01.safetensors
curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/ltx2/sulphur/bellydance_abg_animation_10Eros_i2v_v1.0.safetensors
curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/ltx2/sulphur/riding_fbs_animation_10Eros_i2v_v1.0.safetensors
mv *.safetensors ComfyUI/models/loras/ltx23 |