Update README.md
Browse files
README.md
CHANGED
@@ -14,23 +14,49 @@ Include any mix of these words in the prompt to produce verying results, or excl
|
|
14 |
There is usually at least a slight stylistic effect even without the words, but it is recommended to include at least one.
|
15 |
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.
|
16 |
|
17 |
-
For model merging I recommend using the wlop.ckpt or wlop-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
### Model: wlop
|
20 |
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
### Model: wlop_e5
|
30 |
|
31 |
-
|
32 |
-
|
|
|
|
|
|
|
33 |
base: waifu diffusion 1.3-e5
|
|
|
34 |
|
35 |
## License
|
36 |
|
|
|
14 |
There is usually at least a slight stylistic effect even without the words, but it is recommended to include at least one.
|
15 |
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.
|
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
|
22 |
+
|
23 |
+
```
|
24 |
+
token: m_wlop
|
25 |
+
class: illustration style
|
26 |
+
base: anything v3
|
27 |
+
images: 120
|
28 |
+
steps: 12000
|
29 |
+
```
|
30 |
+
|
31 |
+
### Model: wlop-anymix
|
32 |
+
|
33 |
+
Custom berry mix using wlop-any as last step. Great quality if prompted correctly, but loses wlop style. Is influenced by the style though.
|
34 |
|
35 |
### Model: wlop
|
36 |
|
37 |
+
This version is highly overfit, and not suitable for standalone use. Merge with another model to use.
|
38 |
+
|
39 |
+
```
|
40 |
+
token: m_wlop
|
41 |
+
class: illustration style
|
42 |
+
base: waifu diffusion 1.3-full
|
43 |
+
images: 160
|
44 |
+
steps: 16000
|
45 |
+
```
|
46 |
+
|
47 |
+
### Model: wlopmix
|
48 |
+
|
49 |
+
Custom berry mix using wlop as last step. Pretty similar to wlop-anymix, though there are some flavor differences.
|
50 |
|
51 |
### Model: wlop_e5
|
52 |
|
53 |
+
Old wlop model, I guess it works ok. Decent wlop style reproduction if you can get good quality out of it.
|
54 |
+
|
55 |
+
```
|
56 |
+
token: m_concept
|
57 |
+
class: 1girl
|
58 |
base: waifu diffusion 1.3-e5
|
59 |
+
```
|
60 |
|
61 |
## License
|
62 |
|