diffusers
58c416ab - Fixes LoRAXFormersCrossAttnProcessor (#2207)

Commit
2 years ago
Fixes LoRAXFormersCrossAttnProcessor (#2207) Related to #2124 The current implementation is throwing a shape mismatch error. Which makes sense, as this line is obviously missing, comparing to XFormersCrossAttnProcessor and LoRACrossAttnProcessor. I don't have formal tests, but I compared `LoRACrossAttnProcessor` and `LoRAXFormersCrossAttnProcessor` ad-hoc, and they produce the same results with this fix.
Author
Parents
Loading