From c87d27630b65546cd05524e702a64a3e95837320 Mon Sep 17 00:00:00 2001 From: BoyuanJiang Date: Sat, 18 Jan 2025 12:24:07 +0800 Subject: [PATCH] add fitdit node (#1456) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 62c29bde..264320e3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20020,6 +20020,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "BoyuanJiang", + "title": "FitDiT[official] - High-fidelity Virtual Try-on", + "id": "fitdit", + "reference": "https://github.com/BoyuanJiang/FitDiT/tree/FitDiT-ComfyUI", + "files": [ + "https://github.com/BoyuanJiang/FitDiT-ComfyUI" + ], + "install_type": "git-clone", + "description": "FitDiT is designed for high-fidelity virtual try-on using Diffusion Transformers (DiT)." } ] }