1
0
Fork 0

links, subdirs

This commit is contained in:
Sean Sube 2023-03-15 20:09:36 -05:00
parent 74dc0e9484
commit ede6f92914
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
3 changed files with 4 additions and 2 deletions

View File

@ -326,7 +326,7 @@ You can blend extra networks with the diffusion model using `<type:name:weight>`
#### LoRA tokens #### 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 ```none
<lora:name:0.5> <lora:name:0.5>
@ -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 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. contain any special characters.
- https://github.com/kohya-ss/sd-scripts
#### Textual Inversion tokens #### 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: token:
```none ```none

View File

0
models/lora/.gitkeep Normal file
View File