SirVeggie commited on
Commit
5df2677
·
1 Parent(s): d8a591b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
3
  ---
4
 
5
  # WLOP stable diffusion model
@@ -16,6 +18,22 @@ Adding token word/phrase class word/phrase at the start of the prompt in that or
16
 
17
  For model merging I recommend using the wlop.ckpt or wlop-any model.
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ### Model: wlop-any
20
 
21
  Has the most consistent wlop style, but difficult to get good results
@@ -66,4 +84,4 @@ The CreativeML OpenRAIL License specifies:
66
  1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
67
  2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
68
  3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
69
- [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
 
1
  ---
2
  license: creativeml-openrail-m
3
+ tags:
4
+ - art
5
  ---
6
 
7
  # WLOP stable diffusion model
 
18
 
19
  For model merging I recommend using the wlop.ckpt or wlop-any model.
20
 
21
+ ### Model: AbyssalWlop
22
+
23
+ Mix using [AbyssOrangeMix2_nsfw](https://huggingface.co/WarriorMama777/OrangeMixs), wlop and wlop-any models to create a stable and accurate wlop style.
24
+ The recipe itself is quite simple.
25
+
26
+ ```
27
+ orange-wlop = AbyssOrangeMix2_nsfw + (wlop-any - anything) @1.0
28
+ orange-wlop2 = AbyssOrangeMix2_nsfw + (wlop - wd1.3) @1.0
29
+ AbyssalWlop = orange-wlop + orange-wlop2 @0.5
30
+ ```
31
+
32
+ Image comparisons between models, more models located under the image grids:
33
+
34
+ ![grid1](wlopgrid1.png)
35
+ ![grid2](wlopgrid2.png)
36
+
37
  ### Model: wlop-any
38
 
39
  Has the most consistent wlop style, but difficult to get good results
 
84
  1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
85
  2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
86
  3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
87
+ [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)