File size: 3,396 Bytes
b199628
fc55fe9
5df2677
 
b199628
54dd368
613856c
 
da23f45
613856c
 
fc55fe9
36d23c6
 
 
 
 
 
d8ae683
 
6bdffe4
5df2677
f3f2be1
5df2677
50f352d
 
f3f2be1
 
 
5df2677
 
 
 
 
 
 
 
 
 
 
d8ae683
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36d23c6
db04b03
 
d8ae683
 
 
 
 
 
 
 
 
 
 
 
 
f236736
db04b03
 
d8ae683
 
 
 
 
54dd368
d8ae683
fc55fe9
 
 
 
 
 
e56c815
fc55fe9
e56c815
5df2677
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
license: creativeml-openrail-m
tags:
- art
---

# WLOP stable diffusion model

Original artist: WLOP\
Patreon: https://www.patreon.com/wlop/posts

## Basic explanation

Token and Class words are what guide the AI to produce images similar to the trained style/object/character.
Include any mix of these words in the prompt to produce verying results, or exclude them to have a less pronounced effect.
There is usually at least a slight stylistic effect even without the words, but it is recommended to include at least one.
Adding token word/phrase class word/phrase at the start of the prompt in that order produces results most similar to the trained concept, but they can be included elsewhere as well. Some models produce better results when not including all token/class words.

For model merging I recommend using the wlop.ckpt or wlop-any model.

### Model: AbyssalWlop - (current best version)

The model works without a keyword, but you can affect the style with the keywords `m_wlop illustration style`, which are used by the merged models.

The model works best at clip skip 2 and 3.

Mix using [AbyssOrangeMix2_nsfw](https://huggingface.co/WarriorMama777/OrangeMixs), wlop and wlop-any models to create a stable and accurate wlop style.
The recipe itself is quite simple.

```
orange-wlop    = AbyssOrangeMix2_nsfw + (wlop-any - anything) @1.0
orange-wlop2   = AbyssOrangeMix2_nsfw + (wlop     - wd1.3)    @1.0
AbyssalWlop    = orange-wlop          + orange-wlop2          @0.5
```

Image comparisons between models, more models located under the image grids:

![grid1](wlopgrid1.png)
![grid2](wlopgrid2.png)

### Model: wlop-any

Has the most consistent wlop style, but difficult to get good results

```
token: m_wlop
class: illustration style
base: anything v3
images: 120
steps: 12000
```

### Model: wlop-anymix

Custom berry mix using wlop-any as last step. Great quality if prompted correctly, but loses wlop style. Is influenced by the style though.

### Model: wlop

This version is highly overfit, and not suitable for standalone use. Merge with another model to use.

```
token: m_wlop
class: illustration style
base: waifu diffusion 1.3-full
images: 160
steps: 16000
```

### Model: wlopmix

Custom berry mix using wlop as last step. Pretty similar to wlop-anymix, though there are some flavor differences.

### Model: wlop_e5

Old wlop model, I guess it works ok. Decent wlop style reproduction if you can get good quality out of it.

```
token: m_concept
class: 1girl
base: waifu diffusion 1.3-e5
```

## License

This embedding is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
The CreativeML OpenRAIL License specifies: 

1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content 
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
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)
[Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)