From 3be8f685bde68bd91bc272a276e14381c67d6956 Mon Sep 17 00:00:00 2001 From: ciga2011 Date: Thu, 16 Jan 2025 00:01:44 +0800 Subject: [PATCH] Update custom-node-list.json (#1453) 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 0bcbcee4..cd90faa8 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." } ] }