From 074aa24b2648f1d767fd881fc20f8e249523fae8 Mon Sep 17 00:00:00 2001 From: Eric Rollei <97568200+EricRollei@users.noreply.github.com> Date: Wed, 31 Dec 2025 10:56:24 -0800 Subject: [PATCH] Add Qwen Layers Diffuser Pipeline integration (#2449) * Add Qwen Layers Diffuser Pipeline integration Added a new integration for Qwen Layers Diffuser Pipeline with detailed description and reference. * Add 'Refocus - Generative Refocusing' node entry Added a new node entry for 'Refocus - Generative Refocusing' with details about its features and installation. --- custom-node-list.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 46df6ace..ef218e8f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35797,6 +35797,27 @@ "install_type": "git-clone", "description": "ComfyUI integration for BAAI's Emu3.5 multimodal models for text-to-image generation and multimodal understanding. (Description by CC)" }, + { + "author": "EricRollei", + "title": "Qwen Layers Diffuser Pipeline", + "id": "qwen-layers-diffuser-pipeline", + "reference": "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui", + "files": [ + "https://github.com/EricRollei/Qwen_Layers_Diffuser_Pipeline_Comfyui" + ], + "install_type": "git-clone", + "description": "Decompose images into semantic RGBA layers using Qwen-Image-Layered model. Features AI-powered layer naming, PSD/TIFF export with proper layer structure, original resolution support, and VRAM management. Includes 18 nodes for layer decomposition, manipulation, and saving." + }, + { + "author": "EricRollei", + "title": "Refocus - Generative Refocusing", + "reference": "https://github.com/EricRollei/comfyui-refocus", + "files": [ + "https://github.com/EricRollei/comfyui-refocus" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Genfocus generative refocusing. Features DeblurNet (restore all-in-focus images), BokehNet (create realistic depth-of-field/bokeh effects), DepthPro depth estimation, and defocus map utilities. Uses FLUX.1-dev with specialized LoRA adapters." + }, { "author": "EricRollei", "title": "Qwen Layers Diffuser Pipeline",