We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
huggingface/diffusers#4299
The text was updated successfully, but these errors were encountered:
I made a diffuser-compatible pipeline here https://github.com/huggingface/diffusers/tree/main/examples/community#stable-diffusion-boxdiff.
Sorry, something went wrong.
No branches or pull requests
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:
huggingface/diffusers#4299
The text was updated successfully, but these errors were encountered: