From 65ab25f0d4ac5f4d8645e0eab1b410d39a118c6c Mon Sep 17 00:00:00 2001 From: Jason Hoku Date: Wed, 4 Mar 2026 07:07:43 -0800 Subject: [PATCH] Add comfyui-lite-text-to-file-tools (#2642) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 732d5fd1..ba5d0946 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -44522,6 +44522,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "JasonHoku", + "title": "Lite Text to File Tools", + "id": "lite-text-to-file-tools", + "reference": "https://github.com/JasonHoku/comfyui-lite-text-to-file-tools", + "files": [ + "https://github.com/JasonHoku/comfyui-lite-text-to-file-tools" + ], + "install_type": "git-clone", + "description": "Lightweight and fast, text to and from file tools for ComfyUI, has some JSON capabilities as well, great for storing, reading, organizing, batching text and batch text operations." } ] }