SD Character Finder

Extension for Stable Diffusion WebUI and Forge
Can't remember the exact tags for that specific character? Want to generate an image from a series and discover tags you didn't even know existed? Say no more! π¦ΈββοΈ
Your ultimate character encyclopedia directly inside your Stable Diffusion WebUI. Browse over 23,000+ Danbooru/e621 characters without leaving your UI, search by name, tag, or series, preview their thumbnails, and send their perfect prompt tags straight to txt2img with a single click!
π― Features
β = Core Highlights
π Browse & Search
Browse 23,000+ characters (20,000+ Danbooru and 3,000+ e621) directly inside the WebUI β no tab switching! β
Search by character name, tag, or browse alphabetically by series/franchise
Use multiple keywords for precise filtering (e.g.,
miku vocaloidensures both terms exist)High-performance offline SQLite database ensures instant search results without internet dependence β
Pagination system keeps the UI snappy even when returning thousands of results
πΌοΈ Character Info & Preview
View high-quality character thumbnails instantly (with color-coded Source Badges).
Stable visual card grid in Gallery View with responsive layout (desktop and mobile).
Recently Viewed panel tracks your last 10 clicked characters so you can quickly jump back to them.
Click any card to load character details and prompt tags.
Side preview supports Click to expand and opens a large modal image.
Expandable Live Danbooru Tags menu: dynamically fetch extra character-specific tags from Danbooru (like clothes, eyes, hair) separated into explicit selectable Checkboxes by Category (Copyright, Character, General, Artist, Meta) β
Automatically sorts appended web-tags following optimal generation standards (NovelAI style formatting).
Clean, translation-ready interface integrating straight into A1111/Forge standard inputs.
π One-Click Prompting
Send to Generate β Instantly replaces your current
txt2imgprompt with the character's signature tags and automatically switches you to the tab.Add to txt2img β Intelligently appends the character tags to your existing prompt β
Smart Deduplication β Automatically removes duplicate words when enabled in Settings
Manual Duplicate Mode β Disable deduplication in Settings to force raw append behavior
βοΈ Configuration
Fully integrated with the native WebUI settings menu (Settings -> Options -> SD Character Finder)
Configure results per page (
5..30), thumbnail sizes, cards per row, deduplication behavior forAdd to txt2img, Danbooru API credentials, and default behaviorsFast, lightweight, and completely localized
π¦ Installation
Inside SD WebUI (Recommended)
Open your WebUI and go to the Extensions tab.
Click on the Install from URL sub-tab.
Paste: https://github.com/eduardoabreu81/sd-character-finder
Click Install.
Go to the Installed sub-tab and click Apply and restart UI.
β οΈ Compatible with AUTOMATIC1111, Forge, and Forge Classic / Neo.
π Quick Start
Go to the new Danbooru Characters tab in your WebUI.
Type a character name or tag (e.g., miku, saber, blue hair), or pick a series from the Series Dropdown (e.g., Arknights).
Click π Search.
Click on any character in the results table to see their preview card and tags.
In Gallery View, click a visual card to select it instantly.
Click the side preview image (
Click to expand) to open a larger modal view.Expand Extra tags if you want to pull more specific prompt descriptors directly from the web.
Click β‘οΈ Send to Generate or β Add to txt2img to instantly fill your prompt!
Description
v0.5.3 β Hotfix: Startup Crash & Database Lock
Startup Crash Fix β Fixed a
NameErrorcrash that prevented the Gradio extension from initializing on remote WebUI instances (like RunPod) after the recent pagination updates.Database Lock Fix β Disabled WAL mode and added an automatic cleanup routine for orphaned
.db-waland.db-shmfiles. This permanently prevents thedatabase disk image is malformederror that occurred when updating the extension viagit pullon remote servers.Gallery History Click β Fixed issue where clicking a character in the "Recently Viewed" list wouldn't load their details.
v0.5.2 β History Pagination, Auto-Select & DB Series Rescue
DB Series Rescue β Automatically fixed 709 popular characters (including Konosuba, JoJo, Re:Zero) that were missing their franchise metadata entirely by extracting and standardizing their 2nd copyright tag.
Recently Viewed Extended β Increased history retention limit from 20 to 100 characters and added independent, fully functional pagination controls exclusively inside the "Recently Viewed" tab.
Auto-Select Search Results β Submitting a search now automatically selects and loads the preview image and attributes of the first resulting character, saving you an extra click.
v0.5.1 β Global Pagination & Forge State Saving
Global Pagination β Pagination controls (top and bottom) are now truly global, existing outside the "Search Results" tab. This allows seamless page navigation across any visible tab (Search, History, etc.) without losing context.
Forge State Saving β Added permanent
elem_idhooks to all key inputs (Search, Series, Dropdowns). This allows AUTOMATIC1111/Forge's native "Save UI Defaults" feature to reliably serialize and restore your exact filter state across reboots.Search Reset Fixes β Fixed a bug where clicking "Clear Search" or "Clear All" would break the Series dropdown by setting it to
None. It now correctly resets back to the"All"state.