Skip to content

Commit

Permalink
Added pointers for diffusion models docs and class (huggingface#543)
Browse files Browse the repository at this point in the history
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
  • Loading branch information
merveenoyan and lewtun authored Dec 7, 2022
1 parent b4a339f commit 181d468
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tasks/src/text-to-image/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ You can contribute variants of this task [here](https://github.com/huggingface/h
You can add a small snippet [here](https://github.com/huggingface/hub-docs/blob/main/tasks/src/text-to-image/about.md) that shows how to infer with `text-to-image` models.

## Useful Resources
- [Hugging Face Diffusion Models Course](https://github.com/huggingface/diffusion-models-class)
- [Getting Started with Diffusers](https://huggingface.co/docs/diffusers/index)
- [Text-to-Image Generation](https://huggingface.co/docs/diffusers/using-diffusers/conditional_image_generation)
- [MinImagen - Build Your Own Imagen Text-to-Image Model](https://www.assemblyai.com/blog/minimagen-build-your-own-imagen-text-to-image-model/)
- [OpenAI Blog - Dall E](https://openai.com/blog/dall-e/)

Expand Down
4 changes: 3 additions & 1 deletion tasks/src/unconditional-image-generation/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ This section should have useful information about Model Hosting and Inference

## Useful Resources

In this area, you can insert useful resources about how to train or use a model for this task.
- [Hugging Face Diffusion Models Course](https://github.com/huggingface/diffusion-models-class)
- [Getting Started with Diffusers](https://huggingface.co/docs/diffusers/index)
- [Unconditional Image Generation Training](https://huggingface.co/docs/diffusers/training/unconditional_training)

### Training your own model in just a few seconds

Expand Down

0 comments on commit 181d468

Please sign in to comment.