Pick your hardware. Get straight answers: no lab-benchmark optimism, just what actually runs, based on the machines we use to publish AI videos every single day.

Verdicts are honest rules of thumb from running all of this on real hardware — quantized models (Q4), realistic context sizes, no lab-benchmark optimism. AMD works for chat via Vulkan/ROCm but image/video tooling is CUDA-first. Apple unified memory is shared between everything at once.

The hardware behind these verdicts

Our honest picks per budget, the exact tiers the calculator is scoring. (Amazon affiliate links: disclosed, no extra cost to you.)

TierWhat to getWhy
Entry ($300-ish)RTX 4060 8GBThe 8 GB floor where SDXL images, 8-9B chat, and real lip-sync all start working
Sweet spot ($550-ish)RTX 5070 12GB12 GB = fast SDXL, 14B chat, and the realistic floor for local video
Serious ($1000-ish)RTX 5080 16GB16 GB runs big modern models with LoRA stacks, fast
EverythingRTX 5090 32GBOur reference card, the whole studio at once
Don’t skimp64GB DDR5 kit · 2TB NVMe SSDModels live in RAM when VRAM runs out; checkpoints eat disk for breakfast

Prefer a dedicated component retailer? Same searches on Newegg, often sharper GPU stock and combo pricing: RTX 4060 · RTX 5070 · RTX 5080 · RTX 5090 · 64GB DDR5 · 2TB NVMe (referral links: disclosed)

One honest note: a used previous-gen card with more VRAM beats a new card with less, every time. VRAM is the currency here.

Can I run AI locally without a graphics card?

Yes, small chat models (3 to 4B parameters) and even voice cloning run on an ordinary CPU with 16 GB of RAM; they’re slower than GPU models but completely real and completely private.

  • Works on CPU: chat via Ollama or LM Studio, lightweight voice cloning, transcription with Whisper
  • Needs a GPU: image generation, video, real-time lip-sync
  • No GPU yet? Rent one by the hour on RunPod (referral link, new accounts get a signup credit bonus), a few dollars buys an afternoon on a big-VRAM card, which is the cheapest way to find out what you actually need before buying hardware

How much VRAM do I need to run a local ChatGPT alternative?

8 GB of VRAM runs an 8 to 9B parameter model comfortably, the tier where local chat stops feeling like a toy, and 12 to 16 GB runs the models most people can’t tell apart from cloud chatbots.

  • 4 to 6 GB → 3 to 7B models: capable helpers, visible limits
  • 8 to 12 GB → 8 to 14B: the everyday sweet spot
  • 16 to 24 GB → 14 to 32B: genuinely excellent
  • Rule of thumb: a Q4-quantized model needs roughly 0.6 to 0.7 GB of VRAM per billion parameters, plus 1 to 2 GB for context
  • New candidates we are benching now, listed honestly as untested until our gauntlet finishes: Qwen3.8-27B (Apache 2.0, fits 24 GB at Q4) and Muse Glimmer 30B. Verdicts land here when we have run them on our own jobs, not before.

Why models crash with “out of memory” (and what to change first)

The checkpoint file size is not the memory bill. A model that is 12 GB on disk can need 20 GB or more once it is actually working, because the weights are only the first tenant.

The real budget, in the order it stacks up: the loaded weights, the activations that grow with resolution and batch size, the attention cache that grows with context length or video duration, and for image and video models a VAE decode spike right at the end. That last one explains the classic heartbreak of a render that dies at 95 percent.

When you hit OOM, change things in this order, cheapest first:

  1. Unload the other tenants. A resident chat model quietly holding 17 GB is the most common cause on a shared card. We measured one of our own turns going from 64 minutes to 2 because of exactly this.
  2. Lower resolution or clip length. Activations scale hard with both. On one video model we bench, 12 seconds renders reliably where 20 seconds is a hard crash on the same 32 GB card.
  3. Take the FP8 or Q4 quant. Half the weight memory, and for most creative work the quality cost is smaller than the internet claims.
  4. Enable offloading last. It works, and it can turn a 4 second turn into a 2 minute one. Paging is the slow lane, never the fix you want to live in.

Read the license before you download

“Open weights” increasingly comes with fine print, and none of the tutorial videos mention it.

Recent example: a popular video model excludes the United States, the European Union, the United Kingdom and South Korea from its license territory, and separately requires visible branding for production use. The download works anywhere. The license grants nothing at all in an excluded region, commercial or not, unless you apply to the maker for a separate authorization, which they do offer. We applied and were authorized in about three days. What it took: a short form on the maker’s site, a written commitment to the content safeguards we already run, an agreement to credit the model name on screen wherever we use it, and a clause we now treat as law: nothing the model generates may ever be used to train another model. Read that last one twice before you build a pipeline on it. This pattern, call it open-conditionally, is becoming common: weights are public, and the license carries territory limits, revenue caps, branding requirements or field-of-use restrictions that matter the moment your project earns money.

Thirty seconds of checking beats finding out later: read the license file on the model page before it enters your pipeline, check the territory and commercial-use clauses specifically, and when a license and a tutorial disagree, the license wins. Our verdicts on this page only recommend models we can legally run in production ourselves.

What GPU do I need for a talking AI avatar?

Real-time lip-sync starts working at about 8 GB of VRAM; a full companion: voice, brain, and animated face running at the same time, wants 12 GB or more.

The full walkthrough is our avatar overview, then lip-sync and a voice of your own. Total software cost: zero.

Is 12 GB of VRAM enough for Stable Diffusion and local video?

Yes, 12 GB runs SDXL-class image generation fast and sits right at the realistic floor for local video generation (LTX-class models).

Start with ComfyUI from zero, then video in the graph. 8 GB can generate images happily; video is where 12 to 16 GB earns its keep. Trying Krea 2? The FP8 build fits a 12 GB card, and our prompting and LoRA guide covers how it wants to be driven.

What can a laptop with 6 GB VRAM actually do?

More than you’d think: 7B chat models, good local text-to-speech, SD 1.5 image generation, and Whisper transcription, the whole beginner path except video.


Numbers move as models improve, we update this page from our own bench. Want the full builds these verdicts come from? Start at the beginner path or jump straight to the companion.