From 3e3800bc598cc972673ca3ced9ab1f498318903e Mon Sep 17 00:00:00 2001 From: Dan Bochman <40274004+danbochman@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:00:54 +0200 Subject: [PATCH] node for fashn-ai api (#1100) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b77a1254..13fd7303 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15348,6 +15348,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "danbochman", + "title": "FASHN Virtual Try-On", + "id": "fashn", + "reference": "https://github.com/fashn-AI/ComfyUI-FASHN", + "files": [ + "https://github.com/fashn-AI/ComfyUI-FASHN" + ], + "install_type": "git-clone", + "description": "Node for the FASHN Virtual Try-On API. Requires an API Key from fashn.ai" } ] }