From 28f13d3311149402da21e2d93ef29f817859d408 Mon Sep 17 00:00:00 2001 From: gsusgg <115811437+gsusgg@users.noreply.github.com> Date: Sun, 31 Aug 2025 03:20:43 -0500 Subject: [PATCH] Add ComfyUI-CozyGen custom node entry (#2113) Added a new custom node entry for ComfyUI-CozyGen with details. --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 84807567..c4ce9f87 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31923,7 +31923,16 @@ "install_type": "copy", "description": "An advanced aspect ratio calculator and image scaler with flexible scaling modes and intelligent image handling." }, - + { + "author": "GsusGG", + "title": "ComfyUI-CozyGen", + "reference": "https://github.com/gsusgg/ComfyUI_CozyGen", + "files": [ + "https://github.com/gsusgg/ComfyUI_CozyGen" + ], + "install_type": "git-clone", + "description": "A set of custom nodes and aiohttp server for a simple ComfyUI browser and mobile device experience for any t2i image workflow." + },