tsi-org/tango
0
1# Research projects2 3This folder contains various research projects using 🧨 Diffusers. 4They 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. 5Updating them to the most recent version of the library will require some work.6 7To use any of them, just run the command8 9```10pip install -r requirements.txt11```12inside the folder of your choice.13 14If 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.15 