From 4bf6bea52a5977725f6e97d2058a1cc2cae165d1 Mon Sep 17 00:00:00 2001 From: Muhtasham Oblokulov Date: Wed, 15 Jun 2022 23:47:20 +0200 Subject: [PATCH] Update README.md small typo fixed and added Idea to ToDo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbbd973b..3f1759ce 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ image_pil = PIL.Image.fromarray(image_processed[0]) image_pil.save("test.png") ``` -### 2. `diffusers` as a collection of popula Diffusion systems (GLIDE, Dalle, ...) +### 2. `diffusers` as a collection of popular Diffusion systems (GLIDE, Dalle, ...) For more examples see [pipelines](https://github.com/huggingface/diffusers/tree/main/src/diffusers/pipelines). @@ -277,6 +277,7 @@ wavwrite("generated_audio.wav", sampling_rate, audio.squeeze().cpu().numpy()) - Write google colab for training [ ] - Write docs / Think about how to structure docs [ ] - Add tests to circle ci [ ] +- Add [Diffusion LM models](https://arxiv.org/pdf/2205.14217.pdf) [ ] - Add more vision models [ ] - Add more speech models [ ] - Add RL model [ ]