Unverified Commit 75124fc9 authored by Arpan Tripathi's avatar Arpan Tripathi Committed by GitHub
Browse files

Added LoRA loading to `StableDiffusionKDiffusionPipeline` (#3751)

Added `LoraLoaderMixin` to `StableDiffusionKDiffusionPipeline`
parent 908e5e9c
......@@ -45,7 +45,7 @@ class ModelWrapper:
return self.model(*args, encoder_hidden_states=encoder_hidden_states, **kwargs).sample
class StableDiffusionKDiffusionPipeline(DiffusionPipeline, TextualInversionLoaderMixin):
class StableDiffusionKDiffusionPipeline(DiffusionPipeline, TextualInversionLoaderMixin, LoraLoaderMixin):
r"""
Pipeline for text-to-image generation using Stable Diffusion.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment