From d291bd379a9bbee7f6b5c73cf33265caa73c86d2 Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj Date: Mon, 26 Sep 2022 19:30:20 +0300 Subject: [PATCH] Fix docs link to train_unconditional.py 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 573b692c1a74..2680b638d585 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