Ryan Dick
|
75ef473748
|
Pull the upstream changes from diffusers' AttnProcessor2_0 into CustomAttnProcessor2_0. This fixes a bug in CustomAttnProcessor2_0 that was being triggered when peft was not installed. The bug was present in a block of code that was previously copied from diffusers. The bug seems to have been introduced during diffusers' migration to PEFT for their LoRA handling. The upstream bug was fixed in 531e719163 .
|
2024-04-09 08:12:12 -04:00 |
|
Ryan Dick
|
a78df8123f
|
Update the diffusion logic to use the new regional prompting feature.
|
2024-04-09 08:12:12 -04:00 |
|
Ryan Dick
|
31c456c1e6
|
Update CustomAttention to support both IP-Adapters and regional prompting.
|
2024-04-09 08:12:12 -04:00 |
|
Ryan Dick
|
2ce79b61f5
|
Initialize a RegionalPromptAttnProcessor2_0 class by copying AttnProcessor2_0 from diffusers.
|
2024-04-09 08:12:12 -04:00 |
|