diffusers/examples/research_projects
Naoki Ainoya 14e3a28c12
Rename 'CLIPFeatureExtractor' class to 'CLIPImageProcessor' (#2732)
The 'CLIPFeatureExtractor' class name has been renamed to 'CLIPImageProcessor' in order to comply with future deprecation. This commit includes the necessary changes to the affected files.
2023-03-23 13:49:22 +01:00
..
colossalai Replace flake8 with ruff and update black (#2279) 2023-02-07 23:46:23 +01:00
dreambooth_inpaint Rename attention (#2691) 2023-03-16 00:35:54 +01:00
intel_opts Rename 'CLIPFeatureExtractor' class to 'CLIPImageProcessor' (#2732) 2023-03-23 13:49:22 +01:00
lora Rename attention (#2691) 2023-03-16 00:35:54 +01:00
mulit_token_textual_inversion Rename 'CLIPFeatureExtractor' class to 'CLIPImageProcessor' (#2732) 2023-03-23 13:49:22 +01:00
multi_subject_dreambooth checkpointing_steps_total_limit->checkpoints_total_limit (#2374) 2023-02-16 00:28:58 -08:00
onnxruntime Enabling gradient checkpointing for VAE (#2536) 2023-03-17 14:59:38 -07: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.