minimaxir commited on
Commit
d1ea036
1 Parent(s): c4de695

images/examples

Browse files
Files changed (5) hide show
  1. README.md +15 -1
  2. img/example2.webp +0 -0
  3. img/example3.webp +0 -0
  4. img/example4.webp +0 -0
  5. img/header.webp +0 -0
README.md CHANGED
@@ -12,6 +12,8 @@ inference: true
12
 
13
  # sdxl-wrong-lora
14
 
 
 
15
  A LoRA for SDXL 1.0 Base which improves output image quality after loading it and using `wrong` as a negative prompt during inference.
16
 
17
  Benefits of using this LoRA:
@@ -21,7 +23,7 @@ Benefits of using this LoRA:
21
  - Higher sharpness for blurry/background objects
22
  - Better at anatomically-correct hands
23
  - Less likely to have random artifacts
24
- - Appears to allow the model to follow the input prompt with a more expected behavior
25
 
26
  ## Usage
27
 
@@ -58,6 +60,18 @@ Left is the base model output (no LoRA) + refiner, right is base + LoRA and refi
58
 
59
  ![](img/example1.webp)
60
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  ## Methodology
62
 
63
  The methodology and motivation for creating this LoRA is similar to my [wrong SD 2.0 textual inversion embedding](https://huggingface.co/minimaxir/wrong_embedding_sd_2_0) by training on a balanced variety of undesirable outputs, except trained as a LoRA since textual inversion with SDXL is complicated. The base images were generated from SDXL itself, with some prompt weighting to emphasize undesirable attributes for test images.
 
12
 
13
  # sdxl-wrong-lora
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.
18
 
19
  Benefits of using this LoRA:
 
23
  - Higher sharpness for blurry/background objects
24
  - Better at anatomically-correct hands
25
  - Less likely to have random artifacts
26
+ - Appears to allow the model to follow the input prompt with a more expected behavior, particularly with prompt weighting such as the [Compel](https://github.com/damian0815/compel) syntax.
27
 
28
  ## Usage
29
 
 
60
 
61
  ![](img/example1.webp)
62
 
63
+ `pepperoni pizza in the shape of a heart, hyperrealistic award-winning professional food photography` (cfg = 13, seed = 75789081)
64
+
65
+ ![](img/example2.webp)
66
+
67
+ `presidential painting of realistic human Spongebob Squarepants wearing a suit, (oil on canvas)+++++` (cfg = 13, seed = 85588026)
68
+
69
+ ![](img/example3.webp)
70
+
71
+ `San Francisco panorama attacked by (one massive kitten)++++, hyperrealistic award-winning photo by the Associated Press` (cfg = 13, seed = 45454868)
72
+
73
+ ![](img/example4.webp)
74
+
75
  ## Methodology
76
 
77
  The methodology and motivation for creating this LoRA is similar to my [wrong SD 2.0 textual inversion embedding](https://huggingface.co/minimaxir/wrong_embedding_sd_2_0) by training on a balanced variety of undesirable outputs, except trained as a LoRA since textual inversion with SDXL is complicated. The base images were generated from SDXL itself, with some prompt weighting to emphasize undesirable attributes for test images.
img/example2.webp ADDED
img/example3.webp ADDED
img/example4.webp ADDED
img/header.webp ADDED