From fbff59512d09ba52ced2262a84822feacd940e67 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:05:22 +0900 Subject: [PATCH] Add ComfyUI-Qwen-Canvas node to custom-node-list --- custom-node-list.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9c5a724a..ea1ab4c4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42281,13 +42281,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "liewcc", + "title": "ComfyUI-Qwen-Canvas", + "reference": "https://github.com/liewcc/ComfyUI-Qwen-Canvas", + "files": [ + "https://github.com/liewcc/ComfyUI-Qwen-Canvas" + ], + "install_type": "git-clone", + "description": "Enforces Qwen's training resolution buckets for precise Latent space generation." } ] -}, -{ - "author": "liewcc", - "name": "ComfyUI-Qwen-Canvas", - "url": "https://github.com/liewcc/ComfyUI-Qwen-Canvas", - "description": "Enforces Qwen's training resolution buckets for precise Latent space generation.", - "nickname": "Qwen Canvas" }