lora of sd3
#9632
Replies: 1 comment
-
The StableDiffusion3 Pipelines inherit from SD3LoraLoaderMixin, which provide methods for loading loras. It should be as simple as: pipe.load_lora_weights("my-awesome-account-name/my-awesome-sd3-lora-name", adapter_name="sd3_lora")
pipe.set_adapters(["sd3_lora"], [0.8]) # set lora strength You can find more information in our docs. |
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
-
How do StableDiffusion3Pipeline load lora models?
Beta Was this translation helpful? Give feedback.
All reactions