From 8739fae26b15b2f8b556207fc32d725e35e36d5b Mon Sep 17 00:00:00 2001 From: Chen Mingyi <65432252+mingyi456@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:16:55 +0800 Subject: [PATCH] Add ComfyUI DFloat11 Extended custom node Added a new custom node for ComfyUI DFloat11 Extended with installation instructions and a detailed description. --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 191a4c06..b004f125 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42228,6 +42228,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "mingyi456", + "title": "ComfyUI DFloat11 Extended", + "reference": "https://github.com/mingyi456/ComfyUI-DFloat11-Extended", + "files": [ + "https://github.com/mingyi456/ComfyUI-DFloat11-Extended" + ], + "install_type": "git-clone", + "description": "Fork of the official DF11 ComfyUI custom node that supports a wider variety of model architectures, and provides fixes for compatibility with recent ComfyUI versions. Also, LoRAs are supported for select model architectures." + }, ] }