From d46f81b30a5336758da07e77e111ad6107646057 Mon Sep 17 00:00:00 2001 From: Rzgar Date: Sun, 10 Aug 2025 11:14:09 +0200 Subject: [PATCH] Add entry for Qwen Image Size Picker --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index eed8e63e..8fa49dda 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31119,6 +31119,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",