edits
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ inference: true
|
|
14 |
|
15 |
![](img/header.webp)
|
16 |
|
17 |
-
A LoRA for SDXL 1.0 Base which improves output image quality after loading it and using `wrong` as a negative prompt during inference. You can demo image generation using this LoRA in [this Colab Notebook](https://colab.research.google.com/github/minimaxir/sdxl-experiments/blob/main/sdxl_image_generation.ipynb)
|
18 |
|
19 |
Benefits of using this LoRA:
|
20 |
|
@@ -90,3 +90,4 @@ You can see the code to generate the wrong images [in this Jupyter Notebook](htt
|
|
90 |
- The description of this LoRA is very careful to not state that the output is objectively _better_ than not using LoRA, because everything is subjective and there are use cases where vibrant output is not desired. For most use cases, the output should be better desired however.
|
91 |
- It's possible to use `not wrong` in the normal prompt itself but in testing it has not much effect.
|
92 |
- You can use other negative prompts in conjunction with the `wrong` prompt but you may want to weight them appropriately.
|
|
|
|
14 |
|
15 |
![](img/header.webp)
|
16 |
|
17 |
+
A LoRA for SDXL 1.0 Base which improves output image quality after loading it and using `wrong` as a negative prompt during inference. You can demo image generation using this LoRA in [this Colab Notebook](https://colab.research.google.com/github/minimaxir/sdxl-experiments/blob/main/sdxl_image_generation.ipynb).
|
18 |
|
19 |
Benefits of using this LoRA:
|
20 |
|
|
|
90 |
- The description of this LoRA is very careful to not state that the output is objectively _better_ than not using LoRA, because everything is subjective and there are use cases where vibrant output is not desired. For most use cases, the output should be better desired however.
|
91 |
- It's possible to use `not wrong` in the normal prompt itself but in testing it has not much effect.
|
92 |
- You can use other negative prompts in conjunction with the `wrong` prompt but you may want to weight them appropriately.
|
93 |
+
- All the Notebooks noted here are available [in this GitHub repo](https://github.com/minimaxir/sdxl-experiments)
|