Build a full local AI creative stack
You got one model running — good. This is how far it actually goes: a complete creative studio — text, code, image, video, voice, music, memory — built entirely from open-weight models on your hardware. No subscriptions, no rate limits, and honest notes on the parts nobody warns you about.
The one rule: build around capabilities, not models
Every model on this page will be replaced within a year — that's the plan, not a problem. Organize by capability — "something that reasons," "something that makes images" — and when a better open model drops, you swap one plug and nothing else changes.
🤖 The fast way: hand it to your AI agent
Have an AI agent with terminal/file access (Claude Code, Cursor, etc.)? Pick your rig, copy the prompt, paste it in. Prefer to read first? Full guide is below.
Needs real terminal/file access — not a plain chat window.
📖 Full reference — capability map, install phases, hardware notes, license traps
The capability map
Current best open picks per capability. Licenses flagged where they bite — details in the traps section below.
| Capability | Current open pick | License / note |
|---|---|---|
| Reasoning & planning | Qwen 3.6 (thinking mode on) | Open weights |
| Coding | Qwen 3 Coder | Open weights |
| Vision / screenshots | Qwen 3-VL (backup: InternVL) | Open weights |
| OCR & captioning | Florence-2 | MIT |
| Image generation | FLUX family (alt: SD 3.5, Z-Image) | ⚠ free locally · commercial output needs a paid license |
| Image editing / inpainting | FLUX Kontext / Fill | ⚠ same license catch |
| Consistent characters | PuLID | Open |
| Video generation | Wan 2.x (fast iterate: LTX-2) | Open weights · heaviest job in the stack |
| Lip sync / talking avatars | MuseTalk + motion-transfer tools | Open |
| Transcription | Whisper | MIT |
| Voice cloning / TTS | Fish Speech · fast narration: Kokoro | Open / Apache 2.0 |
| Music | ACE-Step | Open weights |
| Sound effects | AudioCraft | ⚠ CC-BY-NC — non-commercial only |
| Upscaling / restoration | RealESRGAN · max quality: SUPIR | Open |
| Frame interpolation | RIFE | Open |
| Background removal | RMBG-2.0 | ⚠ free personal · paid commercial license |
| Segmentation | SAM 2 | Open |
| Search & memory | BGE-M3 + reranker + Qdrant | Open |
| Automation | n8n (self-hosted) | ⚠ fair-code — free to self-host, can't resell |
| Execution engines | Ollama (language) + ComfyUI (media) | Open |
Install in phases — not all at once
The hardware truth
One machine with a 12–24GB GPU or 32GB+ Apple Silicon unified memory runs everything on this page — but sequentially, never simultaneously. A video model, an image model and a 70B chat model do not co-exist in consumer VRAM. The working pattern: lightweight infrastructure (Ollama, Qdrant, automation) stays resident; every heavy model loads for its job and unloads after. Treat VRAM like a workbench — one big tool on it at a time.
The license traps nobody mentions
"Open" is not one thing. Most of this stack is genuinely free for any use — but four traps catch people who ship commercial work:
Frequently asked
Can a local stack really replace paid creative AI tools?
For most everyday creative work, yes — and it never rate-limits you. Frontier hosted models still lead on the hardest tasks, and video is hardware-hungry. The honest framing: local covers 90% of the work for $0; you decide if the last 10% is worth a subscription.
Do I need to install all seven phases?
No — each phase is independently useful. Most people live happily in phases 1–3 and never touch video. The phases exist so you climb in an order that always works.
New to local AI? Start with the rails — 15 minutes to your first local model.
Free Open Source AI → Try Pivvi free →Model quality, licenses and hardware requirements change quickly; picks here are community-tested and refreshed regularly. This page describes software licenses in plain language, not legal advice — read the actual license before commercial use. AI names & marks belong to their owners.