CivitAI Browser Neo | Forge Neo Extension

Browse, download and manage your models without leaving your WebUI โ built for Forge Neo
A modern evolution of sd-civitai-browser-plus, rebuilt for Forge Neo with auto-organization, a disk usage dashboard, creator management, and the most reliable download pipeline available in any civitai browser extension.
Features ๐
Browse & Search ๐
Browse CivitAI directly inside Forge Neo โ no tab switching needed
Filter by content type, base model, sort order, time period, and NSFW
Base model list is auto-updated from CivitAI API at startup โ always current, never stale
Favorite or ban creators with instant card filtering
Search settings (sort, NSFW, base model) persist across restarts
Download ๐ฅ
Download any model, version, and file in one click
Aria2 high-speed multi-connection downloads โ maximize your bandwidth
Download queue โ multiple downloads run in sequence without blocking the UI
Queue persistence โ if your browser disconnects (e.g. RunPod timeout), a restore banner lets you re-queue everything with one click
SHA256 integrity check โ every download is verified against CivitAI's hash; corrupted files are caught and removed automatically
Instant batch enqueue โ queuing 10 models is as fast as queuing 1 (API calls deferred to download time)
Cancel downloads individually or all at once โ thread-safe, never hangs
Model Updates ๐
Outdated card detection โ orange border on cards with a newer version available
Batch update: select multiple outdated models via checkbox and download all at once
Retention policy on update: keep both files, move old to
_Trash, or replaceAudit log: every scan and update action recorded in
neo_update_audit.jsonl
Auto-Organization ๐๏ธ
Automatically sort new downloads into subfolders by architecture (SDXL/, Pony/, FLUX/, Wan/, etc.)
Organize your entire existing collection in one click
Validate organization โ read-only scan with per-file report (correct / misplaced / no metadata)
Fix misplaced files โ moves only flagged models to correct subfolders, with backup
Full backup & one-click rollback (keeps last 5 backups)
Custom category patterns configurable via JSON in Settings
Dashboard ๐
Disk usage broken down by model type and architecture
Pie chart, progress bars, and percentage breakdown
Top 10 largest files and top 10 categories by file count
Export dashboard data as CSV or JSON
Orphan file detection (
.safetensorswith no metadata sidecar)
Model Cards ๐
Color-coded borders: green = installed, orange = update available, blue = early access
Quick delete from card, multi-select for batch download
NSFW badge, Paid badge, model type badge
Creator cards: gold glow + โญ badge for favorited creators
Video previews play on hover (muted)
Safety & Integrity ๐
Deleted models go to the OS Trash by default (not permanent delete)
SHA256 post-download integrity check
Filename length capped at 246 UTF-8 bytes (Linux filesystem safe)
Illegal character sanitization in filenames
How to install ๐
Open Forge Neo WebUI
Go to Extensions โ Install from URL
Paste:
https://github.com/eduardoabreu81/sd-civitai-browser-neoClick Install and reload
Requirements: Forge Neo ยท Python 3.10+ ยท Gradio 4.39+
Using Automatic1111 or Forge Classic? Check out CivitAI Browser Ex โ the same features, natively compatible with Gradio 3.x WebUIs.
Description
v0.9.0 โ Major Update: CivitAI Domain Support, Update Mode Isolation & Download Resilience
Full support for the new CivitAI domain split โ CivitAI now separates SFW content (
civitai.com) from the complete catalog (civitai.red). The extension adapts automatically so nothing breaks. Paste any CivitAI link from either domain and it opens instantly.New "SFW only" setting โ a simple checkbox in Settings lets you restrict all links and API calls to
civitai.comif you prefer. Off by default, so the full catalog stays accessible without extra steps.Update Mode filter isolation โ Browser-tab filters are ignored when Update Mode is active, preventing "No updates match the current filters" false negatives.
pressRefresh()and page-slider triggers no longer pull Browser filters into the Update Mode view.SHA256 silent-update detection โ if a downloaded file fails hash verification, the extension re-queries the CivitAI API for the version's current SHA256. If the author updated the file silently, the new hash is accepted and metadata is updated instead of failing.
Defensive ambiguity handling โ searching by SHA256 that returns multiple candidates no longer crashes with
KeyError; the code safely falls back to an error message.Exact search restricted to Model name โ CivitAI API does not support quoted search for Tag or User name. Exact search now only wraps terms in quotes when "Model name" is selected.
Batch download resilience โ internal loop eliminates gaps between queued items, timeout increased to 30s with automatic retry (up to 3ร), SHA256 buffer increased to 8MB.
Update list sorted by mtime โ outdated models are now listed with most recently modified first, making it easier to prioritize updates.
