From 3c3e80f77f9b299e3c9729e8d02004b85e02d0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Sepp=C3=A4nen?= <40791699+kijai@users.noreply.github.com> Date: Tue, 15 Jul 2025 00:25:56 +0300 Subject: [PATCH] Add WanVideoWrapper (#1998) * Add IC-Light nodes and models * Add Florence2 and LuminaWrapper -nodes https://github.com/kijai/ComfyUI-Florence2 https://github.com/kijai/ComfyUI-LuminaWrapper * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json * Add segment-anything-2 * Update custom-node-list.json * Add T5 encoder models * Update custom-node-list.json * Add PyramidFlowWrapper * Add HunyuanVideoWrapper * Add ComfyUI-WanVideoWrapper --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 179215a0..abe2acb3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3255,6 +3255,16 @@ "install_type": "git-clone", "description": "ComfyUI wrapper nodes for [a/Latent Bridge Matching (LBM)](https://github.com/gojasper/LBM)" }, + { + "author": "kijai", + "title": "ComfyUI-WanVideoWrapper", + "reference": "https://github.com/kijai/ComfyUI-WanVideoWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-WanVideoWrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper nodes for [a/WanVideo](https://github.com/Wan-Video/Wan2.1) and related models." + }, { "author": "hhhzzyang", "title": "Comfyui-Lama",