From 9b9665d2e9177ab3bb2153748d25ff3b0767e5b6 Mon Sep 17 00:00:00 2001 From: e-tier-newbie Date: Fri, 6 Jun 2025 05:49:02 +0900 Subject: [PATCH] Update custom-node-list.json (Add ComfyUI-E-Tier-TextSaver to node list) (#1879) * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f6a05917..359d7dc5 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27202,6 +27202,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "e-tier-newbie", + "title": "ComfyUI-E-Tier-TextSaver", + "id": "e-tier-text-saver", + "reference": "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver", + "files": [ + "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver" + ], + "install_type": "git-clone", + "description": "A node for saving cleaned text outputs, useful for LoRA training. Removes unwanted tokens like and saves to .txt." } ] }