mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
Fix: TODO checklist checkbox
This commit is contained in:
20
README.md
20
README.md
@@ -278,13 +278,13 @@ wavwrite("generated_audio.wav", sampling_rate, audio.squeeze().cpu().numpy())
|
||||
|
||||
## TODO
|
||||
|
||||
- Create common API for models [ ]
|
||||
- Add tests for models [ ]
|
||||
- Adapt schedulers for training [ ]
|
||||
- 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 [ ]
|
||||
- [ ] Create common API for models
|
||||
- [ ] Add tests for models
|
||||
- [ ] Adapt schedulers for training
|
||||
- [ ] 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
|
||||
|
||||
Reference in New Issue
Block a user