diffusers/examples/research_projects
Haofan Wang 1e651ca2c9
Fix typos in ColossalAI example (#2001)
fix typos
2023-01-16 15:21:04 +01:00
..
colossalai Fix typos in ColossalAI example (#2001) 2023-01-16 15:21:04 +01:00
dreambooth_inpaint Fix typo in train_dreambooth_inpaint (#1885) 2023-01-02 11:50:58 +01:00
intel_opts [Black] Update black library (#2007) 2023-01-16 15:16:28 +01:00
multi_subject_dreambooth Research project multi subject dreambooth (#1948) 2023-01-12 11:42:35 +01:00
README.md Research folder (#1553) 2022-12-05 17:58:35 +01:00

README.md

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

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.