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.7.2 โ Bug Fixes
Fixed wildcard base-model subfolder being applied in GUI even when
wildcard_organize_by_baseis OFF (civitai_api.pypath calculation was missing the wildcard guard)Fixed delete-by-SHA256 silently failing โ
json_basepath not joined withroot, makingos.path.existssearch in CWD instead of the model directory
v0.7.1 โ Wildcard Download Improvements
Own subfolder per wildcard download (sd-dynamic-prompts compatible)
Flat zip extraction โ no double-nesting when the zip has internal folders
Skip preview/gallery images for Wildcards
New settings:
wildcard_own_folder(ON by default),wildcard_organize_by_base(OFF by default)