From 40afda065f5730d1be0aefdfcda557246407706e Mon Sep 17 00:00:00 2001 From: Cx330 Date: Thu, 7 Aug 2025 22:12:30 +0800 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 32bce733..1469d2a5 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31006,6 +31006,20 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "CX330V", + "title": "Qwen-Image-Toolkit", + "id": "Cx330", + "reference": "https://github.com/CX330V/Qwen-Image-Toolkit", + "files": [ + "__init__.py", + "loader_nodes.py", + "prompt_nodes.py", + "latent_nodes.py" + ], + "install_type": "copy", + "description": "A toolkit for Qwen-Image, including a specialized LoRA loader, prompt styler, and aspect ratio presets. Enables seamless integration of Qwen-Image LoRAs within ComfyUI.", + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI",