From 7f3d73429cefbdf424f70ae2f76a96793525271a Mon Sep 17 00:00:00 2001 From: rookiestar28 Date: Wed, 19 Nov 2025 22:18:16 +0800 Subject: [PATCH] feat: add ComfyUI Text Processor to node list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6558bb2e..2cf4c090 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37184,6 +37184,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "rookiestar28", + "title": "ComfyUI Text Processor", + "id": "ComfyUI_Text_Processor", + "reference": "https://github.com/rookiestar28/ComfyUI_Text_Processor", + "files": [ + "https://github.com/rookiestar28/ComfyUI_Text_Processor" + ], + "install_type": "git-clone", + "description": "An advanced text processing node for ComfyUI." } ] }