From d8c156258bf9e01edd99ba4d0b05800877d50b5b Mon Sep 17 00:00:00 2001 From: Harry <68451409+lujiazho@users.noreply.github.com> Date: Sat, 30 Nov 2024 08:34:36 -0800 Subject: [PATCH] Add Catvtonflux wrapper nodes (#1284) * add ComfyUI-CatvtonFluxWrapper * add catvton-flux wrapper --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1c921f93..cf5492a9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17912,6 +17912,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "lujiazho", + "title": "ComfyUI-CatvtonFluxWrapper", + "id": "comfyui-catvton-flux-wrapper", + "reference": "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper", + "files": [ + "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI-CatvtonFluxWrapper provides ComfyUI nodes for diffusers implementation of Catvton-Flux." } ] }