update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
4 |
+
tags:
|
5 |
+
- stable-diffusion
|
6 |
+
- stable-diffusion-diffusers
|
7 |
+
- text-to-image
|
8 |
+
- diffusers
|
9 |
+
- lora
|
10 |
+
inference: true
|
11 |
---
|
12 |
+
|
13 |
+
# sdxl-wrong-lora
|
14 |
+
|
15 |
+
A LoRA for SDXL 1.0 Base which increases output image quality after loading it and using `wrong` as a negative prompt.
|
16 |
+
|
17 |
+
## Methodology
|
18 |
+
|
19 |
+
The methodology for creating this LoRA is similar to the [wrong SD 2.0 textual inversion embedding](https://huggingface.co/minimaxir/wrong_embedding_sd_2_0), except trained as a LoRA since textual inversion on SDXL is complicated.
|