From 854648d5af21b6e2b093552ad64be402ec3380b2 Mon Sep 17 00:00:00 2001 From: LeechKing <38771356+L33chKing@users.noreply.github.com> Date: Wed, 17 Sep 2025 00:43:55 +0300 Subject: [PATCH] Add Danbooru FAISS Search Node to custom-node-list (#2157) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 38576b44..7120da78 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33315,6 +33315,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "l33chking", + "title": "Danbooru FAISS Search Nodes", + "id": "danbooru-faiss-search", + "reference": "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search", + "files": [ + "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search" + ], + "install_type": "git-clone", + "description": "Use image to search similar images from danbooru using various methods. Notice: the optional API key will be saved to metadata if used" } ] }