Load LoRA into Kandisnky2.2 prior and decoder #7478
Unanswered
SimonJonsson1999
asked this question in
Q&A
Replies: 1 comment
-
Hi @SimonJonsson1999, -class KandinskyV22Pipeline(DiffusionPipeline):
+class KandinskyV22Pipeline(DiffusionPipeline, LoraLoaderMixin): -class KandinskyV22PriorPipeline(DiffusionPipeline):
+class KandinskyV22PriorPipeline(DiffusionPipeline, LoraLoaderMixin): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have trained A LoRA on Kandinsky 2.2 prior and decoder, but i don't know how to load these weights into the model. As far as i understand it, other models use the pipeline.load_lora_weights function but this does not exist.
Help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions