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

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",
]