Merge pull request #312 from mandaar17/fix/wan22-t2v-vae-mismatch

fix(comfyui): T2V workflow pairs 14B models with the 5B VAE, breaking every run at VAEDecode
This commit is contained in:
Calesthio 2026-07-06 12:06:37 -07:00 committed by GitHub
commit a2652b4c12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ _REQUIRED_MODELS_T2V = [
*_REQUIRED_MODELS_COMMON,
"wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
"wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
"wan2.2_vae.safetensors",
"wan_2.1_vae.safetensors",
"wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors",
"wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors",
]