Trained a 210M text-to-image diffusion transformer from scratch on one GPU in 3.5 days

IvanMikhnenkov · reddit · 2026-09-10

To gain hands-on experience training a flow model from scratch, the author built and trained a 210M-parameter diffusion transformer: 4.2M curated images at 256², rectified flow on the FLUX.2 VAE, flan-t5-base for text (128 tokens max). Only the VAE and text encoder are frozen pretrained pieces; the transformer, recipe, data pipeline, and evaluation are original. The full run took 3.5 days on a single RTX PRO 6000.

Key lessons, in order of importance:

Everything is open: weights (CC BY-NC), code, every decision with sources, a training dashboard, and an attention playground, plus a browser demo. Next step: RL fine-tuning with Flow-GRPO using the failure grid as the target list.

Original post →

More from Multimodal

Multimodal channel →