1
0
mirror of https://github.com/kijai/ComfyUI-WanVideoWrapper.git synced 2026-01-28 12:20:55 +03:00
kijai be2f557fa6 free VAE cache
Somehow missed this, should free up 1-2GB VRAM
2025-02-26 15:54:59 +02:00
2025-02-26 11:13:49 +02:00
2025-02-25 20:03:08 +02:00
2025-02-26 12:17:52 +02:00
2025-02-25 20:03:08 +02:00
2025-02-25 15:23:26 +02:00
2025-02-25 20:03:08 +02:00
2025-02-25 20:03:08 +02:00
2025-02-26 15:54:59 +02:00
2025-02-25 23:25:06 +02:00
2025-02-25 23:25:06 +02:00
2025-02-26 12:25:53 +02:00
2025-02-25 20:03:08 +02:00

ComfyUI wrapper nodes for WanVideo

WORK IN PROGRESS

Installation

  1. Clone this repo into custom_nodes folder.
  2. Install dependencies: pip install -r requirements.txt or if you use the portable install, run this in ComfyUI_windows_portable -folder:

python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper\requirements.txt

Models

https://huggingface.co/Kijai/WanVideo_comfy/tree/main

Text encoders to ComfyUI/models/text_encoders

Transformer to ComfyUI/models/diffusion_models

Vae to ComfyUI/models/vae

Right now I have only ran the I2V model succesfully.

This test was 512x512x81

~16GB used with 20/40 blocks offloaded

https://github.com/user-attachments/assets/fa6d0a4f-4a4d-4de5-84a4-877cc37b715f

Description
No description provided
Readme Apache-2.0 52 MiB
Languages
Python 100%