From 63ef93e69fb165c00edd29fcae777ba38d8dd59b Mon Sep 17 00:00:00 2001 From: Nik Clark <24965799+zzubnik@users.noreply.github.com> Date: Wed, 2 Apr 2025 23:01:42 +0100 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8a021b35..2bb4b629 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -23451,6 +23451,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "zzubnik", + "title": "TT_TextTools", + "id": "TT_TextTools", + "reference": "https://github.com/zzubnik/TT_TextTools", + "files": [ + "https://github.com/zzubnik/TT_TextTools" + ], + "install_type": "git-clone", + "description": "Custom text tools for helping with multiple prompt generation in ComfyUI. These tools allow more variety than just relying on the randomness of the image generator. You can create related, themed prompts, random each time." } ] }