Fine-tune video and image models at scale with NVIDIA NeMo Automodel and 🤗 Diffusers
NVIDIA and Hugging Face have collaborated to integrate NeMo Automodel with 🤗 Diffusers, enabling scalable and efficient fine-tuning of diffusion models for image and video generation.
Intelligence analysis by Gemini 2.5 Flash

This partnership provides a production-grade, distributed training solution for any Diffusers-format model on the Hugging Face Hub, eliminating the need for checkpoint conversion or model rewrites. It leverages NeMo Automodel's advanced scaling capabilities for large-scale diffusion model training.
Imagine you have a super-smart robot artist that can draw amazing pictures and videos. This new collaboration is like giving that robot artist a special, super-fast art studio and a magic instruction book. Now, the robot can learn new styles and draw even better, much quicker, and without needing to change its tools every time it learns something new, making it easier for everyone to create cool AI art.
Analysis
Streamlining Diffusion Model Training
NVIDIA NeMo Automodel is an open-source PyTorch DTensor-native training library designed to address the technical demands of training and fine-tuning diffusion models at scale. It focuses on memory-efficient sharding, latent caching, and multiresolution bucketing, allowing configurations to scale from single GPUs to hundreds. The library's core design principles emphasize being Hugging Face native, meaning it can directly load and train any Diffusers model ID from the Hub without conversion, and offering a 'one program, any scale' approach where parallelism is a configuration choice rather than requiring code rewrites. This foundation is crucial for handling the increasing complexity and size of modern diffusion models.
Seamless Integration with Hugging Face Diffusers
The collaboration between NVIDIA and Hugging Face brings these powerful capabilities directly to the Diffusers ecosystem. A key benefit for users is the elimination of checkpoint conversion; pretrained weights from the Hugging Face Hub work out-of-the-box, and fine-tuned checkpoints load directly back into DiffusionPipeline for inference or sharing. This seamless round-trip integration ensures that downstream tools like quantization, compilation, and LoRA adapters remain compatible. Furthermore, the integration provides a fast path for supporting new diffusion models, requiring only minor code additions for data preprocessing and model adaptation, rather than entirely new training scripts.
Unlocking Scalability and Efficiency
The partnership unlocks significant practical gains for Diffusers users, particularly in terms of scalability and efficiency. NeMo Automodel supports both full fine-tuning and parameter-efficient fine-tuning (PEFT) methods like LoRA, allowing users to choose between maximum quality on large clusters or maximum efficiency on single nodes. Crucially, it introduces advanced sharding schemes such as FSDP2, tensor, context, and pipeline parallelisms, alongside multi-node orchestration for environments like SLURM (with Kubernetes support planned). These features are vital for training larger models, such as FLUX.1-dev (12B parameters) and HunyuanVideo (13B parameters), which would otherwise be challenging to manage with built-in scripts alone, thereby democratizing access to high-performance generative AI training.
Key points
- NVIDIA NeMo Automodel integrates with Hugging Face Diffusers for scalable diffusion model fine-tuning.
- The collaboration eliminates the need for checkpoint conversion, allowing direct use of models from the Hugging Face Hub.
- NeMo Automodel provides advanced distributed training features like FSDP2, tensor parallelism, and multi-node orchestration.
- Both full fine-tuning and parameter-efficient methods like LoRA are supported.
- The integration simplifies adding support for new diffusion models in the Diffusers ecosystem.
This integration promises to significantly accelerate the development and deployment of advanced generative AI models by simplifying the fine-tuning process and enabling training at unprecedented scales. Researchers and developers can now more easily experiment with and adapt state-of-the-art diffusion models for diverse applications.



