Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# NeMo DFM: Diffusion Foundation Models
# NeMo DFM: Diffusion Foundation Models (Archived)


<!-- We are still using Mbridge CICD NeMo. @pablo can we get our own? and the same for star gazer-->
Expand All @@ -15,6 +15,11 @@

</div>

## Archive Notice
This repo is being archived.
- For diffusion model training using megatron, please refer to [NeMo Megatron-Bridge](https://github.com/NVIDIA-NeMo/Megatron-Bridge)
- For diffusion model training using pytorch, please refer to [NeMo AutoModel](https://github.com/NVIDIA-NeMo/Automodel)

## Overview

NeMo DFM (Diffusion Foundation Models) is a library under [NeMo Framework](https://github.com/NVIDIA-NeMo), focusing on diffusion models for **Video**, **Image**, and **Text** generation. It unifies cutting-edge diffusion-based architectures and training techniques, prioritizing efficiency and performance from research prototyping to production deployment.
Expand Down
Loading