From bd213b9475eb7ccd57b100041764266866c12443 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 31 Aug 2023 19:54:16 +0530 Subject: [PATCH] Updated LoRA (markdown) --- LoRA.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LoRA.md b/LoRA.md index f335c8d..d7fa372 100644 --- a/LoRA.md +++ b/LoRA.md @@ -5,6 +5,8 @@ Before LoRAs were invented, people trained new Stable Diffusion models for each LoRA models, by contrast, are often between 10 to 100 MB in size (i.e. nearly 100 times smaller), and only contain the changes to be applied to a Stable Diffusion model. This means you can use the same 2 GB Stable Diffusion model, and apply different 10 MB LoRA files to alter the style of the generated images. And the result is often the same as creating an entirely new 2 GB Stable Diffusion model. +You can also mix multiple LoRA files, which you couldn't do easily with custom Stable Diffusion models. + This is why LoRAs are very powerful, and have become a really useful tool to guide the AI towards particular styles, faces, objects, images. ## How to use