File size: 1,615 Bytes
0e4369d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
#!/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/

# text encoder
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/

# vae
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/

# SVI PRO Loras
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/

# lightx2v
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/