From 6efe678e65abaeaf32e8c7c7976f1f829afa6093 Mon Sep 17 00:00:00 2001 From: florestefano1975 <153757302+florestefano1975@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:08:12 +0200 Subject: [PATCH] ComfyUI StabilityAI Suite This fork of the official StabilityAI repository contains enhancements and implementations. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index da0edf8e..a734e6c0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7852,6 +7852,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "florestefano1975", + "title": "ComfyUI-StabilityAI-Suite", + "reference": "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite/", + "files": [ + "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite/" + ], + "install_type": "git-clone", + "description": "This fork of the official StabilityAI API nodes contains enhancements and implementations." } ] }