
VRAM, not raw GPU horsepower, is what determines which local model tier your Windows PC can run. An 8 to 16 GB card (RTX 4060 through 4080, or the RTX 5070 line) covers the two smallest, genuinely capable tiers. A 24 GB RTX 4090 or 32 GB RTX 5090 gets you into the next tier up. No single consumer GPU alone reaches the top tier, that one needs system RAM behind it too.
Every “best GPU for AI” guide I’ve read talks about CUDA cores and clock speeds, which is the wrong axis entirely for a local companion app. The number that actually decides what you can run is VRAM, in gigabytes, full stop.
Why VRAM is the only spec that matters here
The short version: A local language model has to fit into GPU memory to run fast. If it doesn’t fit, it either won’t load or it spills into slow system RAM, and either way the card’s raw compute power becomes irrelevant.
Local Waifu (and most local-model tools generally) auto-detects your hardware and picks a model sized to what will actually fit and run well. That detection weighs total available memory, not GPU speed. A GPU with fewer CUDA cores but more VRAM will run a bigger, better model than a faster card with less memory. This is the single most common confusion in GPU-shopping-for-AI advice, and it’s backwards in almost every guide that isn’t specific to this use case. A card built for high frame rates at 1080p and a card built for VRAM headroom are optimizing for different things, and gaming benchmarks tell you almost nothing about which one wins here.
The four tiers, and which cards land in each
The short version: Local Waifu’s own hardware detection splits into four bands: 8 to 18 GB, 19 to 34 GB, 35 to 56 GB, and 57 GB or more, each opening the door to a progressively larger model.
Here’s how consumer GPUs map onto that, using real, publicly documented VRAM specs:
| GPU (VRAM) | Tier reached | Model that reaches it |
|---|---|---|
| RTX 4060 (8 GB), RTX 3060 (12 GB) | Light | A small, efficient model, capable and fast |
| RTX 4070 / 4070 Ti (12 GB), RTX 5070 (12 GB) | Light | Same as above |
| RTX 4070 Ti Super / 4080 (16 GB), RTX 5070 Ti / 5080 (16 GB), RTX 4060 Ti 16GB | Balanced | A noticeably stronger mid-size model |
| RTX 4090 (24 GB), RTX 5090 (32 GB) | Balanced | Same mid-size model, more headroom for context and speed |
Every one of those cards, from the humblest RTX 4060 up through the 32 GB RTX 5090, lands in one of the two lower tiers. That’s not a knock on any of them, both tiers are genuinely usable, responsive companions. It’s just the honest shape of where a GPU-only build tops out today.
AMD cards work the same way
The short version: The VRAM math doesn’t care about brand. An 8 GB AMD card lands in the same tier as an 8 GB Nvidia card.
Most local-AI guides write as if Nvidia is the only option, largely because CUDA has historically had the deepest software support. That’s changing. AMD’s Radeon RX 7000 line covers the same tiers on VRAM alone: the RX 7600 at 8 GB and RX 7700 XT at 12 GB land in Light, the RX 7800 XT at 16 GB lands in Balanced, and the RX 7900 XTX at 24 GB reaches the same Balanced ceiling a 24 GB Nvidia card does. Local Waifu’s model runner provisions the right backend automatically depending on which vendor’s card it detects, so this isn’t a manual setup step you need to research yourself, the same auto-detection that picks your model tier also picks the matching GPU runtime behind the scenes.
The tier no single GPU reaches alone
The short version: The top two tiers start at 35 GB and 57 GB. Nothing on the current consumer GPU market, including the 32 GB RTX 5090, crosses even the lower of those two lines by itself.
This is the fact most buying guides never say out loud, because it’s an awkward one for anyone trying to sell you the most expensive card as the automatic best choice. If you specifically want the top model tier, a Windows gaming PC’s GPU is not currently how you get there, because the ceiling on a single consumer card tops out well below the 35 GB threshold. What actually crosses that line on Windows is a generous pool of system RAM, since the detection takes whichever resource, RAM or VRAM, is bigger. A machine with 64 GB of system RAM and a modest GPU reaches further into the tier list than a machine with the single best consumer GPU money can buy and 16 GB of system RAM, which is the opposite of what most shopping advice implies.
What this means for buying decisions
The short version: If you already own an RTX 4060 or better, you don’t need to upgrade for this. If you’re building new specifically for a local AI companion, put the marginal dollar into RAM before you put it into a bigger GPU.
An RTX 4070 at 12 GB and 32 GB of system RAM will run a genuinely good local companion today, on hardware plenty of people already own. Chasing a 24 GB or 32 GB card only matters if you’re already at the Light tier’s ceiling and want the extra context headroom Balanced gives you, not because a 12 GB card is locked out of some categorically smarter tier.
If you’re buying new hardware specifically for this and have a fixed budget, the ranked priority is: enough system RAM to cover the tier you want on its own, then whatever GPU fits what’s left of the budget, rather than the reverse. A GPU upgrade from 12 GB to 16 GB moves you exactly one tier. A RAM upgrade from 16 GB to 64 GB can move you three tiers by itself, RAM is simply the cheaper lever for this specific workload, dollar for dollar, than the GPU market currently offers.
The used-market option nobody mentions
The short version: A three or four year old 12 or 16 GB card, bought used, reaches the same tier as a new one at a fraction of the price.
Because the tier system cares about VRAM capacity and not benchmark scores, an older card that shipped with generous memory for its era is still fully competitive today for this specific task, even if it would lose badly in a modern gaming benchmark. A used RTX 3060 with its 12 GB of VRAM costs a small fraction of anything currently on shelves and lands in exactly the same Light tier as a brand-new card three generations later. If your only goal is running a local companion, this is the cheapest realistic path into a capable tier, worth checking before assuming a new purchase is necessary. Just confirm the actual VRAM figure for the specific card you’re looking at, since some product lines (the RTX 4060 Ti is the clearest example) ship two different VRAM configurations under the same name, and the cheaper one is easy to buy by mistake if you’re going on the model name alone.
Why bigger models actually need more memory
The short version: A language model’s size is measured in parameters, billions of them, and each one has to sit in memory as a number while the model is running. More parameters means a bigger number to store, which means more VRAM before the model even generates a single word.
This is worth understanding at a basic level because it explains why the tiers jump the way they do rather than scaling smoothly. A model with a few billion parameters, compressed down (quantized) to fit efficiently, might need only a few gigabytes of memory just to be loaded, before it’s done any actual work. A model with tens of billions of parameters needs proportionally more, regardless of how fast your GPU’s compute cores are. The compute cores decide how quickly the model produces each word once it’s loaded; the VRAM decides whether it can be loaded at all. A extremely fast GPU with too little memory simply can’t hold the bigger model, full stop, no amount of raw speed compensates for a model that doesn’t fit.
This is also why the tier bands in Local Waifu’s hardware detection aren’t arbitrary round numbers, they’re set at the actual memory footprints of specific real models (the same ones listed in the tier table above), verified against what those models need to load and run with reasonable headroom for the conversation context itself, not just guessed at.
Gaming laptops follow the same rules, with one caveat
The short version: A laptop RTX 4070 or 4080 has less VRAM than its desktop namesake, so check the laptop-specific spec sheet, not the desktop card’s number.
If your only machine is a gaming laptop, the same tier table applies, with one important catch: laptop GPUs sharing a desktop card’s name sometimes ship with less VRAM to fit thermal and power constraints. A laptop RTX 4070 is not guaranteed to carry the same 12 GB as its desktop counterpart. Before assuming your laptop lands in a particular tier, check the specific VRAM figure listed for your exact laptop model, usually in the manufacturer’s spec sheet or via Windows’ own Task Manager performance tab under the GPU section, rather than assuming the desktop card’s number applies.
Multi-GPU setups don’t help the way you’d expect
The short version: Running two GPUs doesn’t simply add their VRAM together for a single model the way it might for other workloads.
Worth a quick mention since it comes up: unlike some other GPU-bound tasks that split cleanly across multiple cards, a single local language model generally needs specific software support to split itself across more than one GPU’s memory pool, and that isn’t the default, automatic behavior most local-AI tools ship with today. If you’re weighing two mid-range cards against one card with more VRAM for this specific use case, the single larger-VRAM card is the safer, simpler bet, and it’s what the tier detection is built around.
See what your card gets you
Local Waifu detects your GPU and RAM automatically on first launch and picks the right model tier without you having to do this math yourself. Seven days free on Windows, no card required to try it.
Questions people ask
What GPU do I need to run a local AI companion on Windows?
An 8 GB card like the RTX 4060 already runs the smallest capable model tier. A 12 to 16 GB card (RTX 4070, 4070 Ti Super, 4080, or the RTX 5070 line) moves you up a tier. Beyond that, a 24 GB RTX 4090 or a 32 GB RTX 5090 moves you up one tier further. VRAM capacity is what gates this, not clock speed or CUDA core count.
Does more VRAM always mean a smarter AI companion?
It means a bigger model becomes an option, and bigger models are generally more capable at nuance and long-context reasoning. But the jump between adjacent tiers is a real quality difference, not a subtle one, and a smaller model running well beats a larger one that barely fits and runs slowly.
Can system RAM make up for a smaller GPU?
Yes, and this is the part most GPU-focused guides skip. A machine with 64 GB of system RAM and only an 8 GB GPU can still reach the top model tier, because the software can size the model against whichever resource, RAM or VRAM, is more generous. The GPU accelerates the model that's loaded; the resource ceiling can come from either side.
Is a 24 GB or 32 GB GPU enough for the largest model tier?
Not by itself. The top tier on Local Waifu's own hardware detection starts at 57 GB of combined resource, and no single consumer card, including the 32 GB RTX 5090, crosses that line alone. Reaching the top tier on a GPU-only build isn't currently possible with a single consumer card; it needs system RAM behind it too.
Do AMD GPUs work for a local AI companion on Windows?
Yes. AMD cards are supported through the same automatic model-tier detection, and the same VRAM math applies: an RX 7600 (8 GB) lands in the Light tier the same way an RTX 4060 does, while an RX 7900 XTX (24 GB) reaches Balanced the same way an RTX 4090 does. The provisioning happens automatically behind the scenes.
Should I buy a used GPU specifically for this?
A used card is a perfectly reasonable way to get into a higher VRAM tier cheaply, since a three or four year old 12 or 16 GB card can cost a fraction of a new one and still land in the same tier. Check the actual VRAM figure for the specific model before buying, since the same product line sometimes ships multiple VRAM configurations under one name.
Try her free for 7 days.
No card. Keep her for $20 once, or walk away. Her soul file is yours either way.
Bring her home, try free