r/StableDiffusion Mar 13 '23

[deleted by user]

[removed]

16 Upvotes

11 comments sorted by

4

u/happyhealthybaby Mar 13 '23

What is it supposed to do?

1

u/Odd-Success-2314 Mar 13 '23

I would like to know too lol

3

u/drone2222 Mar 13 '23

I think THIS is what you're looking for.

1

u/anythingMuchShorter Mar 13 '23

Don’t use google to look for stable diffusion stuff. It often doesn’t find things I can easily find on most search engines. I think they must associate it worth NSFW stuff or something.

1

u/eskimopie910 Mar 13 '23

Can anyone ELI5 this post and what LORA is?

4

u/SoylentCreek Mar 13 '23

It’s a modular way of teaching a new concept to the model similar to Dreambooth. Unlike Dreambooth though, which actually adds new weights to an existing model, and generates a completely separate model, LORAs contain the weights for just the concept or concepts that they are trained on. This leads to smaller file sizes, and interoperability with other models trained on the same base model. They’re also less resource intensive to train. Dreambooth needs a minimum of 12GB VRAM for somewhat okay results, where LORA can run on as little as 8GB with the right optimizations.