From f2da376df1b4df8ba4e2130bd530f20f7239e2a3 Mon Sep 17 00:00:00 2001 From: Bananapuncakes <133641346+Bananapuncakes@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:47:13 +1100 Subject: [PATCH] Add ComfyUI_FluxMod node (#1252) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8fc94eb7..20dcd1b7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17377,6 +17377,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Horizon Team", + "title": "ComfyUI_FluxMod", + "id": "fluxmod", + "reference": "https://github.com/lodestone-rock/ComfyUI_FluxMod", + "files": [ + "https://github.com/lodestone-rock/ComfyUI_FluxMod" + ], + "install_type": "git-clone", + "description": "A modulation layer addon for Flux that reduces model size to 8.8B parameters without significant quality loss." } ] }