From 1a156b1c75b76d769870e2998ef4c7615682bb1c Mon Sep 17 00:00:00 2001 From: Milad Date: Wed, 28 Aug 2024 10:31:56 -0700 Subject: [PATCH] Adding InstaSD custom input nodes (#1019) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1653b405..e50d897a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14266,6 +14266,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "InstaSD", + "title": "InstaSD nodes for ComfyUI", + "reference": "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD", + "files": [ + "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD" + ], + "install_type": "git-clone", + "description": "A collection of nodes for use with InstaSD. These nodes will be transformed into app inputs when you deploy your ComfyUI workflow on InstaSD." } ] }