diffusers-interpret
diffusers-interpret copied to clipboard
Diffusers-Interpret ๐ค๐งจ๐ต๏ธโโ๏ธ: Model explainability for ๐ค Diffusers. Get explanations for your generated images.
This will probably take at least a week if that's ok for you. I'll most likely ask lots of questions since I'm pretty much learning mkdocs from scratch ๐
Branch from PR #18 I'm using Github Copilot to automatically fill in the docstrings for the methods and classes according to the [Google Python style guide](https://google.github.io/styleguide/pyguide.html). Ideally, this should synergize...
Continued from PR #18 . Instead of reading from `README.md`, create something similar to [diffuser's main page](https://github.com/huggingface/diffusers/blob/main/docs/source/index.mdx).
Hi, I added it as a comment in previous issue, but I think it's nice to raise it as a separate ticket - an issue there was it'd be nice...
When using diffusers-interpret with the latest diffusers (0.8.0, yes, I need this version because I use Euler discrete scheduler), it gives the following error: `ImportError: cannot import name 'preprocess_mask' from...