From 3f665f11f9a6b00adefa6165b2df66434fba51af Mon Sep 17 00:00:00 2001 From: ngosset Date: Sat, 18 Jan 2025 07:48:44 -0500 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9e809223..09507b9e 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20031,6 +20031,17 @@ ], "install_type": "git-clone", "description": "FitDiT is designed for high-fidelity virtual try-on using Diffusion Transformers (DiT)." + }, + { + "author" : "ngosset", + "title": "ImageSimilarity", + "id": "imageSimilarity", + "reference": "https://github.com/ngosset/ComfyUI-ImageSimilarity", + "files": [ + "https://github.com/ngosset/ComfyUI-ImageSimilarity" + ], + "install_type": "git-clone", + "description": "Uses ResNet embeddings and cosine similarity to compare the likeness of two images." } ] }