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." } ] }