NVIDIA NeMo Automodel is an open-source PyTorch DTensor-native training library deeply integrated with Hugging Face Diffusers. Users simply point pretrained_model_name_or_path to any Diffusers model ID on the Hub to start training. Checkpoints can be directly loaded into DiffusionPipeline for inference or uploaded back to the Hub, remaining compatible with downstream tools (quantization, compilation, LoRA adapters, custom samplers).
The integration supports flow-matching models, training in latent space, and boosts throughput via pre-encoded VAE outputs and multi-resolution bucketed data loading. Currently supported models include Wan 2.1 T2V (1.3B/14B), Wan 2.2 T2V A14B (27B total, 14B active), FLUX.1-dev (12B), FLUX.2-dev (32B), HunyuanVideo 1.5 (13B), and Qwen-Image (20B), all with ready-to-use fine-tuning recipes.