13 lines
550 B
Markdown
13 lines
550 B
Markdown
## LoRA
|
|
|
|
- You can specify the directory where the lora weights are stored via `--lora-model-dir`. If not specified, the default is the current working directory.
|
|
|
|
- LoRA is specified via prompt, just like [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#lora).
|
|
|
|
Here's a simple example:
|
|
|
|
```
|
|
./bin/sd -m ../models/v1-5-pruned-emaonly.safetensors -p "a lovely cat<lora:marblesh:1>" --lora-model-dir ../models
|
|
```
|
|
|
|
`../models/marblesh.safetensors` or `../models/marblesh.ckpt` will be applied to the model |