From 27e3c2627b47daec8bd822da8abb92de14c67fa6 Mon Sep 17 00:00:00 2001 From: Jason Hoku Date: Mon, 23 Feb 2026 21:13:30 -0800 Subject: [PATCH] Add comfyui-lite-text-to-file-tools --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fc7abf0f..41163d67 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43806,6 +43806,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." } ] }