BoxDiff icon indicating copy to clipboard operation
BoxDiff copied to clipboard

cross_attention.py is deprecated; attention_processor.py should be used instead

Open spejamas opened this issue 1 year ago • 1 comments

ptp_utils.py imports CrossAttention from diffusers/models/cross_attention.py:

from diffusers.models.cross_attention import CrossAttention

But as of July 26 2023, cross_attention.py is deprecated; attention_processor.py should be used instead:

https://github.com/huggingface/diffusers/pull/4299

spejamas avatar May 02 '24 20:05 spejamas

I made a diffuser-compatible pipeline here https://github.com/huggingface/diffusers/tree/main/examples/community#stable-diffusion-boxdiff.

zjysteven avatar May 14 '24 21:05 zjysteven