castorini / daam

Diffusion attentive attribution maps for interpreting Stable Diffusion.
MIT License
669 stars 61 forks source link

Use pipeline image processor #55

Closed rockerBOO closed 8 months ago

rockerBOO commented 10 months ago

This updates the image processing to use the image_processor of the pipeline. Was needed to support newer version of diffusers.

Listed version tested on.

diffusers                 0.21.2
transformers              4.30.2
accelerate                0.23.0

I didn't do a full test of all features.

Fixes #54

daemon commented 9 months ago

Do you think you can update the versions in requirements.txt?

daemon commented 8 months ago

Resolved by #56