From bb0c5d15950b3ddcb20910b337dc8044b0928764 Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj Date: Tue, 27 Sep 2022 12:23:09 +0300 Subject: [PATCH] Fix docs link to train_unconditional.py (#642) the link points to an old location of the train_unconditional.py file --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 573b692c..2680b638 100644 --- a/examples/README.md +++ b/examples/README.md @@ -38,7 +38,7 @@ Training examples show how to pretrain or fine-tune diffusion models for a varie | Task | 🤗 Accelerate | 🤗 Datasets | Colab |---|---|:---:|:---:| -| [**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) +| [**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) ## Community