| | #!/usr/bin/env bash |
| |
|
| | curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/wan22EnhancedNSFWSVICamera_nolightningSVICfQ8H.gguf |
| | curl -L -O https://huggingface.co/cdkkkk/setup/resolve/main/wan22EnhancedNSFWSVICamera_nolightningSVICfQ8L.gguf |
| | mv *.gguf ComfyUI/models/unet/ |
| |
|
| | |
| | curl -L -O https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors |
| | mv umt5_xxl_fp8_e4m3fn_scaled.safetensors ComfyUI/models/clip/ |
| |
|
| | |
| | curl -L -O https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors |
| | mv wan_2.1_vae.safetensors ComfyUI/models/vae/ |
| |
|
| | |
| | curl -L -O https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/LoRAs/Stable-Video-Infinity/v2.0/SVI_v2_PRO_Wan2.2-I2V-A14B_HIGH_lora_rank_128_fp16.safetensors |
| | curl -L -O https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/LoRAs/Stable-Video-Infinity/v2.0/SVI_v2_PRO_Wan2.2-I2V-A14B_LOW_lora_rank_128_fp16.safetensors |
| |
|
| | mkdir -p ComfyUI/models/loras/wan_svi/ |
| | mv SVI_v2_PRO_Wan2.2-I2V*.safetensors ComfyUI/models/loras/wan_svi/ |
| |
|
| | |
| | curl -L -O https://huggingface.co/lightx2v/Wan2.2-Distill-Loras/resolve/main/wan2.2_i2v_A14b_high_noise_lora_rank64_lightx2v_4step_1022.safetensors |
| | curl -L -O https://huggingface.co/lightx2v/Wan2.2-Distill-Loras/resolve/main/wan2.2_i2v_A14b_low_noise_lora_rank64_lightx2v_4step_1022.safetensors |
| | curl -L -O https://huggingface.co/lightx2v/Wan2.1-Distill-Loras/resolve/main/wan2.1_i2v_lora_rank64_lightx2v_4step.safetensors |
| |
|
| | mv *.safetensors ComfyUI/models/loras/wan_svi/ |