From 45ce612ac1d828139830c722d6ed21a8134df2a1 Mon Sep 17 00:00:00 2001 From: liewcc <55064687+liewcc@users.noreply.github.com> Date: Tue, 27 Jan 2026 23:05:42 +0800 Subject: [PATCH] Add ComfyUI-Qwen-Canvas node to custom node list (#2547) * Add ComfyUI-Qwen-Canvas node to custom node list * Update description for ComfyUI-Qwen-Canvas * Update description for ComfyUI-Qwen-Canvas * Add ComfyUI-Qwen-Canvas node to custom-node-list --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b73665b9..63399ad7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42313,6 +42313,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." } ] }