From 0f00de39fc5133c0d7a80b8842d1a7407f606c73 Mon Sep 17 00:00:00 2001 From: e-tier-newbie Date: Wed, 28 May 2025 02:04:44 +0900 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 c7c155b2..e4e657cc 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26724,6 +26724,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/archive/refs/heads/main.zip" + ], + "install_type": "unzip", + "description": "A node for saving cleaned text outputs, useful for LoRA training. Removes unwanted tokens like and saves to .txt." } ] }