From 40afda065f5730d1be0aefdfcda557246407706e Mon Sep 17 00:00:00 2001 From: Cx330 Date: Thu, 7 Aug 2025 22:12:30 +0800 Subject: [PATCH 1/2] 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", From d4c4d53579dd1b302ef69a8bbc1888edb1c0159f Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Fri, 8 Aug 2025 19:53:31 +0900 Subject: [PATCH 2/2] Update custom-node-list.json --- custom-node-list.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 1469d2a5..76ffc6e3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31012,12 +31012,9 @@ "id": "Cx330", "reference": "https://github.com/CX330V/Qwen-Image-Toolkit", "files": [ - "__init__.py", - "loader_nodes.py", - "prompt_nodes.py", - "latent_nodes.py" + "https://github.com/CX330V/Qwen-Image-Toolkit" ], - "install_type": "copy", + "install_type": "git-clone", "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.", }, {