From 83dd59a29f72e96ef412f3490d4fcd78dcbbdde5 Mon Sep 17 00:00:00 2001 From: Shobhit Bakliwal Date: Wed, 12 Jun 2024 22:58:48 +0530 Subject: [PATCH] added PlusMinusTextClip to custom-node-list.json Added https://github.com/shobhitic/ComfyUI-PlusMinusTextClip to custom node list. --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0b3c903a..c12adfcb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10598,6 +10598,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "shobhitic", + "title": "PlusMinusTextClip - Single node for Positive and Negative Prompts", + "id": "plusminustextclip", + "reference": "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip", + "files": [ + "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip" + ], + "install_type": "git-clone", + "description": "This adds a node that has both the positive and negative prompts as input in one node. You can just add one node and be done with both Positive and Negative prompts, in place of adding two different nodes for them." } + ] }