hollowstrawberry commited on
Commit
a4594c5
·
verified ·
1 Parent(s): 8be4e97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +123 -3
README.md CHANGED
@@ -1,3 +1,123 @@
1
- ---
2
- license: creativeml-openrail-m
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ base_model:
4
+ - AstraliteHeart/pony-diffusion-v6
5
+ tags:
6
+ - anime
7
+ - illustration
8
+ - art
9
+ - fantasy
10
+ ---
11
+
12
+ <style>
13
+ .title-container {
14
+ display: flex;
15
+ justify-content: center;
16
+ align-items: center;
17
+ height: 20vh;
18
+ text-align: center;
19
+ letter-spacing: -0.02em;
20
+ line-height: 1.2;
21
+ padding: 0.5em 0;
22
+ }
23
+ .title {
24
+ font-size: 3em;
25
+ }
26
+ .subtitle {
27
+ font-size: 1em;
28
+ }
29
+ .custom-table {
30
+ table-layout: fixed;
31
+ width: 100%;
32
+ border-collapse: separate;
33
+ border-spacing: 1em;
34
+ margin-top: 2em;
35
+ }
36
+ .custom-table td {
37
+ width: 33.333%;
38
+ vertical-align: top;
39
+ padding: 0;
40
+ }
41
+ .custom-image-container {
42
+ position: relative;
43
+ width: 100%;
44
+ height: 100%
45
+ margin-bottom: 2em;
46
+ overflow: hidden;
47
+ align-items: center;
48
+ border-radius: 15px;
49
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
50
+ transition: all 0.3s ease;
51
+ }
52
+ .custom-image {
53
+ width: 100%;
54
+ height: auto;
55
+ object-fit: cover;
56
+ transition: transform 0.5s;
57
+ }
58
+ .custom-image-container:hover .custom-image {
59
+ transform: scale(1.2);
60
+ }
61
+ </style>
62
+ <body>
63
+ <div class="title-container">
64
+ <div>
65
+ <h1 class="title">Honey Mix</h1>
66
+ <p>
67
+ <h1 class="subtitle">Based on Pony Diffusion v6 XL</h>
68
+ </div>
69
+ </div>
70
+ <table class="custom-table">
71
+ <tr>
72
+ <td>
73
+ <div class="custom-image-container">
74
+ <img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/1.png" alt="1">
75
+ </div>
76
+ <br>
77
+ <div class="custom-image-container">
78
+ <img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/3.png" alt="3">
79
+ </div>
80
+ </td>
81
+ <td>
82
+ <div class="custom-image-container">
83
+ <img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/2.png" alt="2">
84
+ </div>
85
+ <br>
86
+ <div class="custom-image-container">
87
+ <img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/5.png" alt="5">
88
+ </div>
89
+ </td>
90
+ <td>
91
+ <div class="custom-image-container">
92
+ <img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/4.png" alt="4">
93
+ </div>
94
+ <br>
95
+ <div class="custom-image-container">
96
+ <img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/6.png" alt="6">
97
+ </div>
98
+ </td>
99
+ </tr>
100
+ </table>
101
+
102
+ This model had the following objectives:
103
+ * Clean anime style
104
+ * High contrast and colorful
105
+ * Good backgrounds
106
+ * Good hands (or at least usable)
107
+
108
+ Its succesor is [HolyMix](https://huggingface.co/hollowstrawberry/holymix)
109
+
110
+ ### Recipe
111
+
112
+ * `HosekiLustrousMix + (IncursioMemeDiffusion - AutismMix) * 0.7 = HIA`
113
+ * `HIA * 0.7 + MistoonAnime * 0.3 = HIAM`
114
+ * `HIAM * 0.8 + SnowPony * 0.2 = HoneyMix`
115
+
116
+ ### Recommended Settings
117
+
118
+ * **Positive prompt:** `score_9, score_8_up, source_anime`
119
+ * **Negative prompt:** `monochrome, simple background`
120
+ * **CFG Scale:** 6
121
+ * **Sampler:** `Euler a` or `DPM++ 2M Karras`
122
+ * **Resolution:** `832x1216` or `1216x832` or `1024x1024`
123
+ * **Adetailer** extension to improve face detail