From e72cd14d9dedfa1003f2282ef5dd6e54331be614 Mon Sep 17 00:00:00 2001 From: Luis Quesada Date: Sat, 16 Nov 2024 10:08:17 +0100 Subject: [PATCH] Add ComfyUI-Interactive to custom-node-list.json (#1241) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6a779cfa..c4818f83 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10425,6 +10425,17 @@ "install_type": "git-clone", "description": "'✂️ Inpaint Crop' is a node that crops an image before sampling. The context area can be specified via the mask, expand pixels and expand factor or via a separate (optional) mask.\n'✂️ Inpaint Stitch' is a node that stitches the inpainted image back into the original image without altering unmasked areas." }, + { + "author": "lquesada", + "title": "ComfyUI-Interactive", + "id": "interactive", + "reference": "https://github.com/lquesada/ComfyUI-Interactive", + "files": [ + "https://github.com/lquesada/ComfyUI-Interactive" + ], + "install_type": "git-clone", + "description": "Nodes that allow making the UI interactive, with selectors and switches. Enables selecting across multiple options with the click of a button to move a workflow forward." + }, { "author": "randjtw", "title": "advance-aesthetic-score",