From df944b9a0f623f64385bca9ca4d0e2e1fd65e19c Mon Sep 17 00:00:00 2001 From: Seungyong Lee Date: Wed, 8 Oct 2025 11:06:50 +0900 Subject: [PATCH] Update custom-node-list.json (#2198) --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0787c0d4..c6aa5998 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33839,7 +33839,17 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that provides a basic implementation of Hunyuan Image 3.0 using Transformers." }, - + { + "author": "Seungyong Lee", + "title": "ComfyUI-PromptEnhancer", + "id": "comfyui-promptenhancer", + "reference": "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer", + "files": [ + "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer" + ], + "install_type": "git-clone", + "description": "ComfyUI-PromptEnhancer is a custom node for Hunyuan PromptEnhancer" + },