From 63dc382d5f33cfd6cf07748b95e749b927a06441 Mon Sep 17 00:00:00 2001 From: ciga2011 Date: Wed, 15 Jan 2025 11:49:26 +0800 Subject: [PATCH] Update custom-node-list.json Add ComfyUI-PromptOptimizer --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 82edec9a..4ad22f36 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19976,6 +19976,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ciga2011", + "title": "ComfyUI Prompt Optimizer", + "id": "promptoptimizer", + "reference": "https://github.com/ciga2011/ComfyUI-PromptOptimizer", + "files": [ + "https://github.com/ciga2011/ComfyUI-PromptOptimizer" + ], + "install_type": "git-clone", + "description": "Optimize prompts for text-to-image models at no cost." } ] }