|
|
|
|
@ -39,14 +39,14 @@ scp "DasiwaWAN22I2V14BLightspeed_synthseductionLowV9.safetensors" ${SERVER}:/Com
|
|
|
|
|
# VAE (~335 MB)
|
|
|
|
|
scp "wan_2.1_vae.safetensors" ${SERVER}:/ComfyUI/models/vae/
|
|
|
|
|
|
|
|
|
|
# Text Encoder (~4.7 GB)
|
|
|
|
|
scp "umt5_xxl_fp8_e4m3fn_scaled.safetensors" ${SERVER}:/ComfyUI/models/text_encoders/
|
|
|
|
|
# Text Encoder (~9.4 GB, fp16 - required for Lightspeed models)
|
|
|
|
|
scp "umt5_xxl_fp16.safetensors" ${SERVER}:/ComfyUI/models/text_encoders/
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Скачать модели:**
|
|
|
|
|
- **Checkpoints:** [DaSiWa WAN 2.2 i2v 14B (S) Lightspeed](https://civitai.com/models/1981116)
|
|
|
|
|
- **VAE:** [wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/blob/main/split_files/vae/wan_2.1_vae.safetensors)
|
|
|
|
|
- **Text Encoder:** [umt5_xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors)
|
|
|
|
|
- **Text Encoder:** [umt5_xxl_fp16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp16.safetensors) (fp16 required for Lightspeed models)
|
|
|
|
|
|
|
|
|
|
**Структура моделей на сервере:**
|
|
|
|
|
```
|
|
|
|
|
@ -57,7 +57,7 @@ scp "umt5_xxl_fp8_e4m3fn_scaled.safetensors" ${SERVER}:/ComfyUI/models/text_enco
|
|
|
|
|
├── vae/
|
|
|
|
|
│ └── wan_2.1_vae.safetensors
|
|
|
|
|
└── text_encoders/
|
|
|
|
|
└── umt5_xxl_fp8_e4m3fn_scaled.safetensors
|
|
|
|
|
└── umt5_xxl_fp16.safetensors
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 2. Генерация ключей (на любом ПК с Python)
|
|
|
|
|
|