Cross-posted from Best GPU for AI — visit the original for our VRAM calculator, GPU comparison table, and current Amazon pricing.
Quick answer: The RTX 4070 Ti Super 16GB is the best GPU for FluxGym in 2026 for most hobbyists training Flux LoRAs at home. It pairs the 16GB VRAM tier that FluxGym was designed around with enough raw throughput to finish a typical 1000-step character LoRA in roughly 25-35 minutes. If you already own a 12GB card like the RTX 3060 or RTX 4070, FluxGym still works — you'll just lean on gradient checkpointing and 8-bit Adam to fit Flux into memory.
See the recommended pick on the original guide
Who this is for
This guide is aimed at people training Flux character or style LoRAs at home through the FluxGym UI — the Gradio frontend that wraps Kohya's sd-scripts and exposes rank, alpha, learning rate, and dataset settings without you ever opening a terminal. If you're building a character library, a style pack, or fine-tuning a Flux base for a side project, this is the hardware question that matters. If you're doing inference only, our Flux.1 GPU guide covers that scenario better.
The 12GB story: yes, FluxGym actually runs there
FluxGym's reputation came from one specific trick — it ships with sensible defaults for gradient checkpointing plus 8-bit Adam (via bitsandbytes) that genuinely fit a Flux LoRA training run into 12GB of VRAM. That's not a marketing claim. With rank 16, batch size 1, and the default 512px training resolution, an RTX 3060 12GB completes a 1000-step character LoRA in roughly 45-60 minutes. It's slow, it gets warm, and you can't crank the rank past 16 without OOM — but it works, and that's what made FluxGym popular.
This matters because the broader Kohya ecosystem still recommends 16GB as the floor for Flux training. FluxGym shaved the floor down by 4GB through aggressive default settings, which is genuinely the right call for the hobbyist tier. For context on how 12GB compares against larger cards in the broader Kohya backend, our Kohya_ss GPU rankings cover the wider model lineup.
FluxGym VRAM tiers
| VRAM | Tier | What you can do | Typical 1000-step time |
|---|---|---|---|
| 12GB | Accessible (with checkpointing + 8-bit Adam) | Rank 16, batch 1, 512px — character LoRAs only | 45-60 min |
| 16GB | Standard FluxGym target | Rank 32, batch 1-2, 512-768px — character and style | 25-35 min |
| 24GB | Comfortable | Rank 64, batch 2-4, 1024px — production-quality training | 15-22 min |
| 32GB | No compromise | Rank 128, larger batches, no checkpointing — research-grade | 10-15 min |
The jump from 12GB to 16GB is the biggest quality-of-life upgrade in this table. Going from 16GB to 24GB matters mostly for batch size and resolution, not raw "can I train" capability. For a deeper look at LoRA VRAM math beyond FluxGym specifically, the LoRA training GPU guide breaks down the cluster.
VRAM chart available at the original article
GPU ranking: training time per Flux LoRA (1000 steps)
Times below assume FluxGym defaults — rank 16-32 (scaled to fit), batch 1, 512px, gradient checkpointing on for 12-16GB cards, off for 24-32GB cards.
| GPU | VRAM | Approx. 1000-step time | Price | Tier fit |
|---|---|---|---|---|
| RTX 5090 | 32GB | ~10-12 min | ~$2,000 | No-compromise |
| RTX 4090 | 24GB | ~14-18 min | ~$1,600 | Comfortable |
| RTX 3090 (used) | 24GB | ~20-25 min | ~$700 used | Comfortable |
| RTX 5070 Ti | 16GB | ~22-28 min | ~$750 | Standard |
| RTX 4070 Ti Super | 16GB | ~25-35 min | ~$700 | Standard (best $/perf) |
| RTX 4060 Ti 16GB | 16GB | ~40-50 min | ~$400 | Standard (slow) |
| RTX 3060 12GB | 12GB | ~45-60 min | ~$200 | Accessible |
Two surprises in this table. First, the used RTX 3090 still holds up — 24GB at $700 is genuinely competitive with new 16GB cards for FluxGym specifically, because Flux LoRA training scales with VRAM headroom more than raw tensor throughput. Second, the RTX 4060 Ti 16GB is technically fine but really slow — same VRAM as the 4070 Ti Super, roughly half the training speed. If FluxGym is a regular workflow, spending the extra $300 pays back fast in iteration speed.
See the recommended pick on the original guide
Why we recommend against 8GB cards for FluxGym
Here's the contrarian take. You will see Reddit threads claiming Flux LoRA training "works" on RTX 3070 / 4060 / 2080 8GB cards through extreme quantization tricks. Technically true. Practically a waste of time. The 8GB path requires Q4 quantization of the base model, rank 8 LoRAs, and 256px training — and the resulting LoRAs are visibly worse than a 12GB rank-16 baseline. Plus training time often exceeds 90 minutes because you're paging weights aggressively.
If you only have an 8GB card and you want to learn Flux LoRA training, save your time and rent a cloud GPU for $0.40-0.80/hour through RunPod or Vast.ai. Spend three hours of cloud time learning the workflow, then upgrade to a 12GB or 16GB card when you're sure this is a hobby you'll stick with. For context on the cloud-vs-buy decision specifically for Flux work, the Flux.2 LoRA training guide covers the math on when buying actually pays back.
Which GPU should YOU buy for FluxGym?
- You already own an RTX 3060 12GB and want to learn Flux LoRA training: Stay where you are. FluxGym's 12GB path works. Rank 16, batch 1, 512px, gradient checkpointing on. Plan for 45-60 min per 1000 steps and enjoy the cheap entry tier.
- You're upgrading specifically for FluxGym and Flux LoRA work: RTX 4070 Ti Super 16GB at ~$700. Best $/training-hour in 2026 for this workload. Rank 32 fits, training stays around 25-35 min, no aggressive workarounds needed.
- You also do ComfyUI inference, Hunyuan video, or run multiple models in rotation: RTX 4090 24GB or RTX 5090 32GB. The extra VRAM matters more for stacking workflows than for FluxGym alone. See our ComfyUI GPU guide for the inference-side math on what 24GB unlocks.
- You're on a tight budget and the used market is OK: RTX 3090 24GB at ~$700 used. Roughly 4090-tier VRAM with mid-tier training speed. The honest sleeper pick for FluxGym in 2026.
- You train LoRAs as a side business, iteration speed matters: RTX 5090 32GB. No batch-size or rank ceilings, training under 15 min per 1000 steps, room to run a second model on the same card.
Common mistakes with FluxGym
- Skipping gradient checkpointing on a 12GB card. FluxGym ships with this on by default, but if you've ever poked the "Advanced" panel and turned it off "to speed things up," your next Flux training run will OOM. Leave it on for anything below 24GB VRAM.
- Underestimating dataset prep time. A clean 20-image character dataset takes longer to caption and crop than a 1000-step training run takes to execute on a 16GB card. People budget for GPU time and forget the human time. Plan accordingly.
- Cranking rank past what your VRAM supports. Rank 64 looks tempting because "more is better" — but on a 16GB card with Flux, rank 64 either OOMs or falls back to aggressive checkpointing that doubles training time. Stay at rank 32 unless you have 24GB+.
- Using a 5400 RPM HDD for the dataset folder. FluxGym streams training images repeatedly across thousands of steps. A slow disk doesn't crash training — it just silently wastes 15-30% of your GPU's time on I/O wait. Use an NVMe SSD, even a cheap one.
Final verdict
| Use case | Best pick | Budget pick |
|---|---|---|
| Learning FluxGym, occasional LoRAs | RTX 4070 Ti Super | RTX 3060 12GB |
| Regular Flux LoRA training | RTX 4070 Ti Super | RTX 3090 (used) |
| ComfyUI + FluxGym combo workload | RTX 4090 | RTX 5070 Ti |
| Side-business iteration speed | RTX 5090 | RTX 4090 |
| Absolute minimum entry tier | RTX 3060 12GB | RTX 3060 12GB |
For most FluxGym users in 2026, the RTX 4070 Ti Super at ~$700 is the right buy. The 12GB cards work — and that's the whole reason FluxGym is popular — but if you're spending money on hardware specifically for this workflow, 16GB removes most of the friction.
See the recommended pick on the original guide
FluxGym's 12GB story is what makes it special — but 16GB is where it stops feeling like you're working around hardware limits and starts feeling like a real training tool.
Related guides on Best GPU for AI
- Best GPU for Flux in 2026: 7 Cards Ranked (From $249)
- Best GPU for Flux.2 in 2026: 5 Cards Ranked (FP8 Ready)
- Best Budget GPU for AI in 2026 (5 Picks From $150)
The full version lives on Best GPU for AI — VRAM calculator, GPU comparison table, and live Amazon pricing.
Top comments (0)