From c88266f76cc3cba2e2571a1f2719a354c38dd820 Mon Sep 17 00:00:00 2001 From: NumZ Date: Tue, 15 Oct 2024 16:00:59 +0200 Subject: [PATCH] Update Comfyui-FlowChain custom nodes (#1143) node can be found here: https://github.com/numz/Comfyui-FlowChain --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c73c1294..a8161256 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15901,6 +15901,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "NumZ", + "title": "ComfyUI-FlowChain", + "id": "FlowChainNode", + "reference": "https://github.com/numz/Comfyui-FlowChain", + "files": [ + "https://github.com/numz/ComfyUI-FlowChain" + ], + "install_type": "git-clone", + "description": "Convert your workflows into node and chain them." } ] }