From 2c55f4530509f24e8a1ffab09171e1adba5a8191 Mon Sep 17 00:00:00 2001 From: zrichz <33601693+zrichz@users.noreply.github.com> Date: Thu, 11 May 2023 07:59:47 +0100 Subject: [PATCH] changed Lora to LoRA as per convention --- Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Features.md b/Features.md index 48947b6..40f52a8 100644 --- a/Features.md +++ b/Features.md @@ -40,7 +40,7 @@ Extra networks provides a set of cards, each corresponding to a file with a part | Extra network | Directory | File types | How to use in prompt | |-------------------|---------------|-----------------------------------|--------------------------| | Textual Inversion | `embeddings` | `*.pt`, images | embedding's filename | -| Lora | `models/Lora` | `*.pt`, `*.safetensors` | `` | +| LoRA | `models/Lora` | `*.pt`, `*.safetensors` | `` | | Hypernetworks | `models/hypernetworks` | `*.pt`, `*.ckpt`, `*.safetensors` | `` |