From b0e6b3676cad385b1fe276b57bca936335387f07 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Sat, 12 Aug 2023 01:20:10 -0400 Subject: [PATCH] add PR reference for other Lora types --- Features.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Features.md b/Features.md index b54de47..c9c2e98 100644 --- a/Features.md +++ b/Features.md @@ -103,6 +103,11 @@ LoRA is added to the prompt by putting the following text into any location: ``, is only used to enable LoRA, and is erased from prompt afterwards, so you can't do tricks with prompt editing like `[|]`. A batch with multiple different prompts will only use the LoRA from the first prompt. +### More LoRA types +Since version `1.5.0`, webui supports other network types through the built-in extension. + +See the details in the [[PR]](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/11821) + ## Hypernetworks A method to fine tune weights for CLIP and Unet, the language model and the actual image de-noiser used by Stable Diffusion, generously donated to the world by our friends at Novel AI in autumn 2022. Works in the same way as LoRA except for sharing weights for some layers. Multiplier can be used to choose how strongly the hypernetwork will affect the output.