From b106b5430c788154403975c84baaa9da0bf38be1 Mon Sep 17 00:00:00 2001 From: florestefano1975 <153757302+florestefano1975@users.noreply.github.com> Date: Sun, 28 Apr 2024 12:29:54 +0200 Subject: [PATCH] ComfyUI HiDiffusion nodes (#619) Simple custom nodes for testing and use HiDiffusion technology! --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7c08d952..ed46a731 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4165,6 +4165,16 @@ "install_type": "git-clone", "description": "This fork of the official StabilityAI repository contains a number of enhancements and implementations." }, + { + "author": "florestefano1975", + "title": "ComfyUI HiDiffusion", + "reference": "https://github.com/florestefano1975/ComfyUI-HiDiffusion", + "files": [ + "https://github.com/florestefano1975/ComfyUI-HiDiffusion" + ], + "install_type": "git-clone", + "description": "Simple custom nodes for testing and use HiDiffusion technology: https://github.com/megvii-research/HiDiffusion/" + }, { "author": "mozman", "title": "ComfyUI_mozman_nodes",