How to use Attend and Excite with DreamBooth+LoRA / Custom Diffusion? #7285
|
Hi, I am wondering how to combine Can anyone help me? |
Answered by
tolgacangoz
Mar 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @daeunni!
Try to inherit from
LoraLoaderMixinto be able to useload_lora_weights(). AddLoraLoaderMixinhere.class StableDiffusionAttendAndExcitePipeline(DiffusionPipeline, StableDiffusionMixin, TextualInversionLoaderMixin, + LoraLoaderMixin):