Skip to content

Commit bb0c5d1

Browse files
Fix docs link to train_unconditional.py (#642)
the link points to an old location of the train_unconditional.py file
1 parent f7ebe56 commit bb0c5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Training examples show how to pretrain or fine-tune diffusion models for a varie
3838

3939
| Task | 🤗 Accelerate | 🤗 Datasets | Colab
4040
|---|---|:---:|:---:|
41-
| [**Unconditional Image Generation**](https://github.com/huggingface/transformers/tree/main/examples/training/train_unconditional.py) | ✅ | ✅ | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb)
41+
| [**Unconditional Image Generation**](https://github.com/huggingface/diffusers/blob/main/examples/unconditional_image_generation/train_unconditional.py) | ✅ | ✅ | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb)
4242

4343
## Community
4444

0 commit comments

Comments
 (0)