From 2b5cce0d7ecb72e77c349bbc068764fe8bbe11e1 Mon Sep 17 00:00:00 2001 From: S4MUEL Date: Mon, 22 Sep 2025 14:49:14 +0800 Subject: [PATCH] Add ComfyUI-PromptsO to Custom node list A comprehensive AI API integration and prompt processing toolkit for ComfyUI, providing powerful text and image generation capabilities with advanced prompt manipulation tools. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index bd2b7044..3f920122 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "S4MUEL404", + "title": "ComfyUI-PromptsO", + "id": "comfyui-promptso", + "reference": "https://github.com/S4MUEL-404/ComfyUI-PromptsO", + "files": [ + "https://github.com/S4MUEL-404/ComfyUI-PromptsO" + ], + "install_type": "git-clone", + "description": "A comprehensive AI API integration and prompt processing toolkit for ComfyUI, providing powerful text and image generation capabilities with advanced prompt manipulation tools." + }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",