Unverified Commit 4bf6bea5 authored by Muhtasham Oblokulov's avatar Muhtasham Oblokulov Committed by GitHub
Browse files

Update README.md

small typo fixed and added Idea to ToDo
parent 7d4bafa8
...@@ -174,7 +174,7 @@ image_pil = PIL.Image.fromarray(image_processed[0]) ...@@ -174,7 +174,7 @@ image_pil = PIL.Image.fromarray(image_processed[0])
image_pil.save("test.png") 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). 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()) ...@@ -277,6 +277,7 @@ wavwrite("generated_audio.wav", sampling_rate, audio.squeeze().cpu().numpy())
- Write google colab for training [ ] - Write google colab for training [ ]
- Write docs / Think about how to structure docs [ ] - Write docs / Think about how to structure docs [ ]
- Add tests to circle ci [ ] - Add tests to circle ci [ ]
- Add [Diffusion LM models](https://arxiv.org/pdf/2205.14217.pdf) [ ]
- Add more vision models [ ] - Add more vision models [ ]
- Add more speech models [ ] - Add more speech models [ ]
- Add RL model [ ] - Add RL model [ ]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment