spejamas

Results 2 issues of spejamas

Using the [public deployment](https://replicate.com/fofr/sdxl-lcm-multi-controlnet-lora/versions/abf7d7a5c8a18aba0876166ad4f33d4a0a07dda68512c289f35611bae32ea8e8?prediction=mrehwldbnp3kovwgqqnsiyfn5e) Seems that providing an input image with transparency (for outpainting, for example) throws an error: `The size of tensor a (768) must match the size of...

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