v1.0.0 CivitAI ComfyUI model manager
CivitAI Model Manager v1.0.0
Stable Release - August 2026
🎉 Initial Release
After months of development and testing, CMM 1.0.0 is ready. A desktop application for managing ComfyUI models with CivitAI integration.
✨ What's Included
Core Features
- CivitAI Browser - Search, filter, and download from civitai.com and civitai.red
- Local Library Scanner - Multi-folder scanning with SHA256 hash verification
- Duplicate Detection - Find identical models across your drives with inline resolution
- Auto-Organization - Downloads route to correct ComfyUI folders automatically
- Version Management - Track installed vs. latest versions, downgrade if needed
Supported Model Types (50+ folders)
Checkpoints, LoRAs, LyCORIS, DoRA, Textual Inversions, Hypernetworks, VAE, ControlNet, Upscalers, IP-Adapters, PhotoMaker, PuLID, ReActor, InsightFace, GGUF, LLM, and more.
Platform Support
- Windows - Portable .exe and NSIS installer
- macOS - .dmg package
- Linux - AppImage
Launch Modes
- Desktop App - Full Electron window with system tray
- Headless - Background server + web UI (portable, remote-friendly)
- Web Only - Browser-based interface
🚀 Installation
Windows Users
Download CivitAI Model Manager Setup 1.0.0.exe for standard installation, or the portable standalone if you prefer no installer.
Build from Source
git clone https://github.com/DevNullInc/Civitai-manager-ComfyUI.git
cd Civitai-manager-ComfyUI
npm install
.\cmm.ps1 start⚠️ Known Issues
-
First Scan Slow - Initial library scan computes SHA256 for all files. Large libraries (1000+ models) may take 10-30 minutes depending on drive speed.
-
CivitAI Rate Limits - Unauthenticated API calls are limited. Add your API key in Settings for higher limits.
-
Windows Defender - Portable executable may trigger SmartScreen (uncommon publisher). Click "More info" → "Run anyway" if this occurs.
-
macOS Gatekeeper - May need to right-click → Open on first launch (unsigned binary).
📝 Breaking Changes
None - this is the initial release.
🔮 Roadmap
- Batch download queue with priorities
- Workflow model dependency scanner
- Automatic update notifications
- Plugin system for custom folder mappings
🐛 Reporting Issues
Found a bug? Report at: https://github.com/DevNullInc/Civitai-manager-ComfyUI/issues
Include:
- OS and version
- CMM version (shown in Settings → About)
- Steps to reproduce
- Error messages (if any)
🔐 Verification
SHA256 checksum files are included with all builds. Verify your download:
Windows:
Get-FileHash "CivitAI Model Manager Setup 1.0.0.exe" -Algorithm SHA256
# Compare with contents of CivitAI Model Manager Setup 1.0.0.exe.sha256Linux:
sha256sum -c "CivitAI Model Manager 1.0.0.dmg.sha256"