Open-Source Renegade CMM Parses GGUF Headers to Auto-Sort ComfyUI Models
apb91781 · reddit · 2026-09-11
A developer open-sourced (GPL-3.0) Renegade Core Model Manager (CMM) v1.5.0, a standalone desktop app solving the multi-gigabyte model juggling problem for ComfyUI users.
Key features in v1.5.0
- Zero-RAM GGUF header parser: reads only the first 128KB buffer to detect architecture and quantization (Q4KM, Q80, BF16, etc.), auto-routing files to the right folders (models/unet vs models/textencoders) without loading 15-30GB weights.
- Native Hugging Face pipeline: chunked downloads with Bearer auth and S3 LFS redirect handling — pull gated models without Python or the hf CLI.
- Dual-source search: toggle CivitAI/Hugging Face in one UI, browse remote file trees, one-click downloads.
- Visual workflow resolver: drop any ComfyUI .png/. workflow, see missing checkpoints/LoRAs highlighted, queue dependencies automatically.
- Decoupled architecture: runs independently of the ComfyUI server so downloads and hash checks never stutter your generation queue.
Runs locally with an encrypted SQLite store, no admin privileges, on Windows/Linux/macOS. Repo: github.com/DevNullInc/RenegadeCMM
More from Multimodal
- Musicians say AI music sounds generic because users lack music theory, not because models do — teropa · 2026-09-11
- Transformers v5.17.0 ships major audio additions: TTS, ASR, translation — realmrfakename · 2026-09-11
- Midjourney 8.2 Test Image Surfaces in Community Tease — sebkrier · 2026-09-11
- Astra's first real attempt at generating a classic stickfight animation — repligate · 2026-09-11
- Redditor uses AI to cast himself in a Godzilla-style Kaiju episode — JBOOGZEE · 2026-09-11
- Qwen3-TTS 1.7B hits 1.6x real-time voice cloning on CPU via llama.cpp — alexcovo_eth · 2026-09-11