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

Pivvi's take on the deep end: if you already run an AI agent with real terminal and file access on this machine — Claude Code, Cursor, Claude Desktop with a file/terminal MCP, or similar — it can run almost the whole install for you. Pick your rig, copy the prompt, paste it into your agent. Prefer to read everything yourself first? The full capability map, phases, hardware notes and license traps are below.

💻 Laptop
🖥️ Mid rig
🚀 Serious rig
Laptop · no dedicated GPU

Needs an agent with real terminal/file access on your machine — pasting this into a plain chat window with no tool access won't run anything. The prompt itself tells the agent to name any driver/Docker step that needs your manual click, and to list model downloads (name, source, size) and wait for your go-ahead before pulling anything multi-GB — same rules this page follows, just handed to something that can type the commands for you.

📖 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.

CapabilityCurrent open pickLicense / note
Reasoning & planningQwen 3.5 (thinking mode on)Open weights
CodingQwen 3 CoderOpen weights
Vision / screenshotsQwen 2.5-VL (backup: InternVL)Open weights
OCR & captioningFlorence-2MIT
Image generationFLUX family (alt: SD 3.5, Z-Image)⚠ free locally · commercial output needs a paid license
Image editing / inpaintingFLUX Kontext / Fill⚠ same license catch
Consistent charactersPuLIDOpen
Video generationWan 2.x (fast iterate: LTX-2)Open weights · heaviest job in the stack
Lip sync / talking avatarsMuseTalk + motion-transfer toolsOpen
TranscriptionWhisperMIT
Voice cloning / TTSFish Speech · fast narration: KokoroOpen / Apache 2.0
MusicACE-StepOpen weights
Sound effectsAudioCraft⚠ CC-BY-NC — non-commercial only
Upscaling / restorationRealESRGAN · max quality: SUPIROpen
Frame interpolationRIFEOpen
Background removalRMBG-2.0⚠ free personal · paid commercial license
SegmentationSAM 2Open
Search & memoryBGE-M3 + reranker + QdrantOpen
Automationn8n (self-hosted)⚠ fair-code — free to self-host, can't resell
Execution enginesOllama (language) + ComfyUI (media)Open

Install in phases — not all at once

1The core. Ollama + ComfyUI + one reasoning model (Qwen 3.5) + one coder (Qwen 3 Coder). Learn the load-a-model, run-the-job, unload rhythm here — it's the skill the whole stack runs on.
2Images. FLUX (or SD 3.5 / Z-Image on smaller GPUs), PuLID for consistent characters, RealESRGAN + SUPIR for upscaling.
3Vision. Qwen 2.5-VL, Florence-2 for OCR, SAM 2 for segmentation, RMBG for cutouts. Now your stack can see its own output.
4Video. Wan for quality, LTX-2 for iteration speed, RIFE for interpolation, MuseTalk for talking heads. The heaviest phase by far — don't start here.
5Audio. Whisper in, Fish Speech / Kokoro out, ACE-Step for music, AudioCraft for effects.
6Memory. BGE-M3 embeddings + a reranker + Qdrant. Your stack starts remembering your projects.
7Frontier watch. 3D generation and whatever drops next — see the 3D trap below before spending here.

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.

Laptop reality check: chat, coding, transcription and TTS run happily on an ordinary laptop. Image generation wants a real GPU; video generation demands one. Climb in that order and the stack never feels broken.

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:

The FLUX trap. The best open image models are free to download and run — but using their output commercially requires a paid license from the model's maker. Personal work: free forever. Client work: read the license first, or use a fully-permissive alternative (Apache-licensed image models exist).
The cutout trap. RMBG-2.0, the standard for background removal, is free for personal use only — commercial use needs a paid license. Same pattern, smaller print.
The soundtrack trap. AudioCraft's sound-effects models are CC-BY-NC — non-commercial, full stop. Fine for your own videos; not fine in anything sold.
The 3D trap. The most-marketed "open" image-to-3D tools are actually paid SaaS APIs with free credits — not local, not unlimited. Truly open self-hosted options exist (TripoSR, Hunyuan3D); just know which kind you're installing before it becomes a dependency.

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.