fix(comfyui): pair wan22 t2v workflow with 14b-compatible vae

This commit is contained in:
Your Name
2026-07-04 19:45:47 +05:30
parent f4b8b90a24
commit 2beda014be
3 changed files with 17 additions and 3 deletions

View File

@@ -86,10 +86,10 @@ BUNDLED_MODEL_STACKS: dict[str, list[dict[str, Any]]] = {
},
{
"role": "vae",
"name": "wan2.2_vae.safetensors",
"name": "wan_2.1_vae.safetensors",
"destination_hint": "ComfyUI/models/vae/",
"download_url": (
"https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/"
"https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/"
"tree/main/split_files/vae"
),
},

View File

@@ -24,7 +24,7 @@
"4": {
"class_type": "VAELoader",
"inputs": {
"vae_name": "wan2.2_vae.safetensors"
"vae_name": "wan_2.1_vae.safetensors"
}
},
"5": {