From ede6f92914c3ad5e3d8b551f349c163dd17388fa Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Wed, 15 Mar 2023 20:09:36 -0500 Subject: [PATCH] links, subdirs --- docs/user-guide.md | 6 ++++-- models/inversion/.gitkeep | 0 models/lora/.gitkeep | 0 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 models/inversion/.gitkeep create mode 100644 models/lora/.gitkeep diff --git a/docs/user-guide.md b/docs/user-guide.md index a61e304a..a06692d5 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -326,7 +326,7 @@ You can blend extra networks with the diffusion model using `` #### LoRA tokens -You can blend one or more [LoRA embeddings](TODO: whitepaper) with the ONNX diffusion model using a `lora` token: +You can blend one or more [LoRA embeddings](https://arxiv.org/abs/2106.09685) with the ONNX diffusion model using a `lora` token: ```none @@ -337,9 +337,11 @@ LoRA models must be placed in the `models/lora` directory. The type of network, name, and weight must be separated by colons. The LoRA name must be alphanumeric and must not contain any special characters. +- https://github.com/kohya-ss/sd-scripts + #### Textual Inversion tokens -You can blend one or more [Textual Inversions](TODO: whitepaper) with the ONNX diffusion model using the `inversion` +You can blend one or more [Textual Inversions](https://textual-inversion.github.io/) with the ONNX diffusion model using the `inversion` token: ```none diff --git a/models/inversion/.gitkeep b/models/inversion/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/models/lora/.gitkeep b/models/lora/.gitkeep new file mode 100644 index 00000000..e69de29b