From 59ebfd31577b37173ef31e057dbf272a627b6ca5 Mon Sep 17 00:00:00 2001 From: NON906 Date: Sat, 20 Jul 2024 14:50:38 +0900 Subject: [PATCH] add chara-searcher --- extensions/chara-searcher.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 extensions/chara-searcher.json diff --git a/extensions/chara-searcher.json b/extensions/chara-searcher.json new file mode 100644 index 00000000..b0d41b1b --- /dev/null +++ b/extensions/chara-searcher.json @@ -0,0 +1,10 @@ +{ + "name": "chara-searcher", + "url": "https://github.com/NON906/chara-searcher.git", + "description": "This is a extension for 'character images search' from image and tags.\n- Extract characters from multiple images or videos (background is automatically removed).\n- You can search the extracted character images by image or tags.\n- Search results can be exported and used as is for learning Stable Diffusion's Lora, etc.", + "tags": [ + "tab", + "editing", + "query" + ] +} \ No newline at end of file