From 078f9a1c53f7eee1077a05d30bb27a60d9231cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Sepp=C3=A4nen?= <40791699+kijai@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:28:57 +0200 Subject: [PATCH] Add HunyuanVideoWrapper -nodes (#1310) * 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 --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7e632bc4..9aa9646a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3185,6 +3185,16 @@ "install_type": "git-clone", "description": "ComfyUI nodes to use GIMM-VFI frame interpolation" }, + { + "author": "kijai", + "title": "ComfyUI-HunyuanVideoWrapper", + "reference": "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI diffusers wrapper nodes for [a/HunyuanVideo](https://github.com/Tencent/HunyuanVideo)" + }, { "author": "hhhzzyang", "title": "Comfyui-Lama",