mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
* Fix typos
* Trim trailing whitespaces
* Remove a trailing whitespace
* chore: Update MarigoldDepthPipeline checkpoint to prs-eth/marigold-lcm-v1-0
* Revert "chore: Update MarigoldDepthPipeline checkpoint to prs-eth/marigold-lcm-v1-0"
This reverts commit fd742b30b4.
* pokemon -> naruto
* `DPMSolverMultistep` -> `DPMSolverMultistepScheduler`
* Improve Markdown stylization
* Improve style
* Improve style
* Refactor pipeline variable names for consistency
* up style
15 lines
620 B
Markdown
15 lines
620 B
Markdown
# Research projects
|
|
|
|
This folder contains various research projects using 🧨 Diffusers.
|
|
They are not really maintained by the core maintainers of this library and often require a specific version of Diffusers that is indicated in the requirements file of each folder.
|
|
Updating them to the most recent version of the library will require some work.
|
|
|
|
To use any of them, just run the command
|
|
|
|
```sh
|
|
pip install -r requirements.txt
|
|
```
|
|
inside the folder of your choice.
|
|
|
|
If you need help with any of those, please open an issue where you directly ping the author(s), as indicated at the top of the README of each folder.
|