diffusers-interpret icon indicating copy to clipboard operation
diffusers-interpret copied to clipboard

Diffusers-Interpret ๐Ÿค—๐Ÿงจ๐Ÿ•ต๏ธโ€โ™€๏ธ: Model explainability for ๐Ÿค— Diffusers. Get explanations for your generated images.

Results 5 diffusers-interpret issues
Sort by recently updated
recently updated
newest added

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...