From 1f986d9c457839443d339aa09b980f5a8ae3bcf9 Mon Sep 17 00:00:00 2001 From: Rzgar Date: Thu, 27 Nov 2025 23:56:02 +0100 Subject: [PATCH] Add entry for Qwen Image Size Picker (#2312) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fb7ae405..94cf7957 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37550,6 +37550,17 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "Rzgar Espo", + "title": "ComfyUI Qwen Image Size Picker", + "id": "QwenImg-latent", + "reference": "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker", + "files": [ + "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker" + ], + "install_type": "git-clone", + "description": "An empty latent size picker with support for Qwen Image, SDXL, and Flux models." + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI",