From a1110c22b0d06df3c1e7825fe29a5e347c5e70aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Sepp=C3=A4nen?= <40791699+kijai@users.noreply.github.com> Date: Sun, 13 Oct 2024 10:16:10 +0300 Subject: [PATCH] Add PyramidFlowWrapper -nodes (#1140) * 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 --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 43a8c022..bbedbb18 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3169,6 +3169,16 @@ "install_type": "git-clone", "description": "Diffusers wrapper for CogVideoX -models: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)" }, + { + "author": "kijai", + "title": "ComfyUI PyramidFlow Wrapper", + "reference": "https://github.com/kijai/ComfyUI-PyramidFlowWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-PyramidFlowWrapper" + ], + "install_type": "git-clone", + "description": "Wrapper for PyramidFlow -models: [a/https://github.com/jy0205/Pyramid-Flow](https://github.com/jy0205/Pyramid-Flow)" + }, { "author": "kijai", "title": "ComfyUI Llava-OneVision",