Skip to content

How to use Attend and Excite with DreamBooth+LoRA / Custom Diffusion? #7285

Answered by tolgacangoz
daeunni asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @daeunni!
Try to inherit from LoraLoaderMixin to be able to use load_lora_weights(). Add LoraLoaderMixin here.

class StableDiffusionAttendAndExcitePipeline(DiffusionPipeline, StableDiffusionMixin, TextualInversionLoaderMixin,
+                                            LoraLoaderMixin):

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by daeunni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants