From 8057fa42e470e375f7934f36892fad7b78d0f2d1 Mon Sep 17 00:00:00 2001 From: Fuou Marinas <57849916+FuouM@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:40:02 +0700 Subject: [PATCH] Add ComfyUI-EbSynth node (#907) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7d5bcd1e..b68eef60 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12409,6 +12409,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Fuou Marinas", + "title": "ComfyUI-EbSynth", + "id": "comfyEbsynth", + "reference": "https://github.com/FuouM/ComfyUI-EbSynth", + "files": [ + "https://github.com/FuouM/ComfyUI-EbSynth" + ], + "install_type": "git-clone", + "description": "Run EbSynth, Fast Example-based Image Synthesis and Style Transfer, in ComfyUI." } ] }