From ddacf40992365e72b4f924cf34c99350ed2f4308 Mon Sep 17 00:00:00 2001 From: lujiazho Date: Fri, 29 Nov 2024 15:11:58 -0800 Subject: [PATCH] add ComfyUI-CatvtonFluxWrapper --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 10722867..79aeb19b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "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." + }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",