Snowad commited on
Commit
2580620
1 Parent(s): 530c3e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +296 -1
README.md CHANGED
@@ -8,4 +8,299 @@ tags:
8
  - text-to-image
9
  - diffusers
10
  inference: true
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - text-to-image
9
  - diffusers
10
  inference: true
11
+ ---
12
+ <div>
13
+ <!--Logo-->
14
+ <div style="text-align: center;">
15
+ <img src="https://logo.mynefactory.ai/MF-KonoSuba" alt="Myne Factory Logo" style="margin:0;">
16
+ </div>
17
+ <!--Table of contents-->
18
+ <div style="font-size: 14px; padding: 4px 8px; display: flex; justify-content: space-around; color: black; font-weight: 500;">
19
+ <a href="#model-info" style="text-decoration: none; color: #204F8F">Model Info</a> |
20
+ <a href="#troubleshooting" style="text-decoration: none; color: #204F8F"">Troubleshooting</a> |
21
+ <a href="#recsettings" style="text-decoration: none; color: #204F8F"">Recommmended Settings</a> |
22
+ <a href="#promptformat" style="text-decoration: none; color: #204F8F"">Prompt Format</a> |
23
+ <a href="#examples" style="text-decoration: none; color: #204F8F"">Examples</a> |
24
+ <a href="#mynelinks" style="text-decoration: none; color: #204F8F"">Socials</a>
25
+ </div>
26
+ </div>
27
+ <!--Title-->
28
+ <div style="text-align: center;">
29
+ <h1 style=" font-size:50px; padding:2px; margin:20px 0 0 0">Eminence In Shadow</h1>
30
+ <span style=" font-size:18px; padding:2px; margin:5px 0 0 0">Kage no Jitsuryokusha ni Naritakute !</span>
31
+ </div>
32
+ <!--Example shortcuts-->
33
+ <div style="display: flex; align-items:top; justify-content:space-around; padding-bottom: 40px;">
34
+ <a href="#example1" style="padding:10px">
35
+ <img src="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/Alpha.png" style="margin:0"/>
36
+ </a>
37
+ <a href="#example2" style="padding:10px">
38
+ <img src="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/Alexia.png" style="margin:0"/>
39
+ </a>
40
+ <a href="#example3" style="padding:10px">
41
+ <img src="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/CidAndBeatrix.png" style="margin:0"/>
42
+ </a>
43
+ <a href="#example4" style="padding:10px">
44
+ <img src="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/Iris.png" style="margin:0"/>
45
+ </a>
46
+ </div>
47
+ <!--Model Info-->
48
+ <div style="padding:10px; margin: 20px 0; background-color: #f9f9f9; box-shadow: 0 4px 6px rgba(0,0,0,0.1);" id="model-info">
49
+ <h2 style="font-size:28px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:0; color: #222;">Model Info</h2>
50
+ <p style="font-size: 18px; color: #666;">
51
+ <strong>Downloads: </strong>
52
+ <a style="color: #333" href="https://huggingface.co/MyneFactory/MF-KonoSuba/blob/main/Full%20release/MF-KonoSuba%20V1.1%20(T2.11).ckpt">MF-KonoSuba V1.1 (T2.11).ckpt</a>,
53
+ <a style="color: #666" href="https://huggingface.co/MyneFactory/MF-KonoSuba/blob/main/Full%20release/MF-KonoSuba%20V1.0%20(T2.8).ckpt">MF-KonoSuba V1.0 (T2.8).ckpt</a>
54
+ </p>
55
+ <p style="font-size: 18px; color: #666;">
56
+ <strong>Authors: </strong> Snowad14
57
+ </p>
58
+ </div>
59
+ <!--Recommmended settings-->
60
+ <div style="padding:10px; margin: 20px 0; background-color: #f9f9f9; box-shadow: 0 4px 6px rgba(0,0,0,0.1);" id="recsettings">
61
+ <h2 style="font-size:28px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:0; color: #222;">Recommended Settings</h2>
62
+ <p style="font-size: 18px; margin-bottom: 4px; color: #666;">This model performs best with the following settings:</p>
63
+ <ul style="list-style-type: none; padding: 0 8px">
64
+ <li style="margin-bottom: 10px;">
65
+ <div style="display: inline-block; width: 120px; font-weight: 500; color: #333;">Image Size</div>
66
+ <div style="color: #666; padding-left:8px;"><strong>1024x576</strong> for wide 16:9, <strong>768x768</strong> for square, and <strong>640x1024</strong> for portrait</div>
67
+ <i style="color: #666666e8; padding-left:8px;">Feel free to experiment with higher resolutions !!</i>
68
+ </li>
69
+ <div style="display: flex;">
70
+ <li style="margin-bottom: 10px;">
71
+ <div style="display: inline-block; width: 120px; font-weight: 500; color: #333;">CFG</div>
72
+ <div style="color: #666; padding-left:8px;"><strong>9-12</strong></div>
73
+ </li>
74
+ <li style="margin-bottom: 10px;">
75
+ <div style="display: inline-block; width: 120px; font-weight: 500; color: #333;">Clip Skip</div>
76
+ <div style="color: #666; padding-left:8px;"><strong>1</strong></div>
77
+ </li>
78
+ <li style="margin-bottom: 10px;">
79
+ <div style="display: inline-block; width: 120px; font-weight: 500; color: #333;">Steps</div>
80
+ <div style="color: #666; padding-left:8px;"><strong>+30</strong> minimum, <strong>+70</strong> can give nice results</div>
81
+ </li>
82
+ </div>
83
+ </ul>
84
+ </div>
85
+ <!--Prompt format-->
86
+ <div style="padding:10px; margin: 20px 0; background-color: #f9f9f9; box-shadow: 0 4px 6px rgba(0,0,0,0.1);" id="promptformat">
87
+ <h2 style="font-size:28px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:0; color: #222;">Prompt Format</h2>
88
+ <i style="color: #666666e8; padding-left:8px;">
89
+ <div>The prompts we trained on are available in the corresponding T{version} EminenceInShadow prompt list.txt file.</div>
90
+ <a style="color: #333" href="https://huggingface.co/MyneFactory/MF-KonoSuba/blob/main/Training%20data/T2.11%20KonoSuba%20prompt%20list.txt">T2.11 KonoSuba prompt list.txt</a>,
91
+ <a style="color: #666" href="https://huggingface.co/MyneFactory/MF-KonoSuba/blob/main/Training%20data/T2.8%20KonoSuba%20prompt%20list.txt">T2.8 KonoSuba prompt list.txt</a>
92
+ </i>
93
+ <div style="padding:0 8px">
94
+ <strong style="font-size: 16px; color: #333;">Format:</strong>
95
+ <code style="font-size: 14px; padding: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Parent tag, description prompt 1, description prompt 2, etc;</code>
96
+ </div>
97
+ <div style="padding:8px">
98
+ <strong style="font-size: 16px; color: #333;">Example:</strong>
99
+ <code style="font-size: 14px; padding: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Megumin, holding staff, casting, close-up; sparkle; night;</code>
100
+ </div>
101
+ <p style="font-size: 18px; color: #666;">The <strong style="color: #333;">parent tag</strong> serves as the primary label for the overall theme of the image and acts as the main subject. The <strong style="color: #333;">description prompts</strong> are a comprehensive list of attributes, objects, actions, and other elements that describe the subject in detail. Each subject is separated by a semicolon (;) while the individual attributes, objects, actions, and elements are separated by a comma (,).</p>
102
+ <p style="font-size: 18px; color: #666;">Just because we haven’t trained on something doesn’t mean the base AI model doesn’t already know what it is, so feel free to get creative and try new things!</p>
103
+ </div>
104
+
105
+ <!--Examples-->
106
+ <div style="padding:10px; margin: 20px 0; background-color: #f9f9f9; box-shadow: 0 4px 6px rgba(0,0,0,0.1);"" id="examples">
107
+ <h2 style="font-size:28px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:0; color: #222;">Examples</h2>
108
+ <div style="display: flex; flex-wrap: wrap; justify-content: center;">
109
+ <div style="padding: 20px; width: 100%; text-align: center;" id="example1">
110
+ <a href="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/Alpha.png">
111
+ <img src="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/Alpha.png" style="width: 100%; margin: 0px 0; border: 1px solid #ddd;" />
112
+ </a>
113
+ <div>
114
+ <div style="display: flex; flex-direction: column; text-align: left;">
115
+ <div style="padding: 4px 2px;">
116
+ <strong style="font-size: 16px; color: #333; display: block;">Prompt:</strong>
117
+ <code style="font-size: 14px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Alpha, ShadowGarden uniform, Light effect, sitting on a chair</code>
118
+ </div>
119
+ <div style="padding: 4px 2px;">
120
+ <strong style="font-size: 16px; color: #696969; display: block;">Negative Prompt:</strong>
121
+ <code style="font-size: 14px; background-color: #f5f5f59d; border-radius: 4px; color: #000;">lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name</code>
122
+ </div>
123
+ </div>
124
+ </div>
125
+ <div style="padding:10px 40px">
126
+ <div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
127
+ <div style="padding:4px">
128
+ <strong style="font-size: 16px; color: #333;">Steps:</strong>
129
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">30</code>
130
+ </div>
131
+ <div style="padding:4px">
132
+ <strong style="font-size: 16px; color: #333;">Sampler:</strong>
133
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Euler a</code>
134
+ </div>
135
+ <div style="padding:4px">
136
+ <strong style="font-size: 16px; color: #333;">CFG Scale:</strong>
137
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">9.5</code>
138
+ </div>
139
+ </div>
140
+ <div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
141
+ <div style="padding:4px">
142
+ <strong style="font-size: 16px; color: #333;">Seed:</strong>
143
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">1028641410</code>
144
+ </div>
145
+ <div style="padding:4px">
146
+ <strong style="font-size: 16px; color: #333;">Size:</strong>
147
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">1024x1024</code>
148
+ </div>
149
+ <div style="padding:4px">
150
+ <strong style="font-size: 16px; color: #333;">Model:</strong>
151
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Teis_Best_V1</code>
152
+ </div>
153
+ </div>
154
+ </div>
155
+ </div>
156
+ <div style="padding: 20px; width: 100%; text-align: center;" id="example2">
157
+ <a href="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/Alexia.png">
158
+ <img src="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/Alexia.png" style="width: 100%; margin: 0px 0; border: 1px solid #ddd;" />
159
+ </a>
160
+ <div>
161
+ <div style="display: flex; flex-direction: column; text-align: left;">
162
+ <div style="padding: 4px 2px;">
163
+ <strong style="font-size: 16px; color: #333; display: block;">Prompt:</strong>
164
+ <code style="font-size: 14px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Alexia, AlexiaLife uniform, reading a book, sit on bed; CidDormitory</code>
165
+ </div>
166
+ <div style="padding: 4px 2px;">
167
+ <strong style="font-size: 16px; color: #696969; display: block;">Negative Prompt:</strong>
168
+ <code style="font-size: 14px; background-color: #f5f5f59d; border-radius: 4px; color: #000;">lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name</code>
169
+ </div>
170
+ </div>
171
+ </div>
172
+ <div style="padding:10px 40px">
173
+ <div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
174
+ <div style="padding:4px">
175
+ <strong style="font-size: 16px; color: #333;">Steps:</strong>
176
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">40</code>
177
+ </div>
178
+ <div style="padding:4px">
179
+ <strong style="font-size: 16px; color: #333;">Sampler:</strong>
180
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Euler a</code>
181
+ </div>
182
+ <div style="padding:4px">
183
+ <strong style="font-size: 16px; color: #333;">CFG Scale:</strong>
184
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">9.5</code>
185
+ </div>
186
+ </div>
187
+ <div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
188
+ <div style="padding:4px">
189
+ <strong style="font-size: 16px; color: #333;">Seed:</strong>
190
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">3528406007</code>
191
+ </div>
192
+ <div style="padding:4px">
193
+ <strong style="font-size: 16px; color: #333;">Size:</strong>
194
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">1024x1024</code>
195
+ </div>
196
+ <div style="padding:4px">
197
+ <strong style="font-size: 16px; color: #333;">Model:</strong>
198
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Teis_Best_V1</code>
199
+ </div>
200
+ </div>
201
+ </div>
202
+ </div>
203
+ <div style="padding: 20px; width: 100%; text-align: center;" id="example3">
204
+ <a href="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/CidAndBeatrix.png">
205
+ <img src="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/CidAndBeatrix.png" style="width: 100%; margin: 0px 0; border: 1px solid #ddd;" />
206
+ </a>
207
+ <div>
208
+ <div style="display: flex; flex-direction: column; text-align: left;">
209
+ <div style="padding: 4px 2px;">
210
+ <strong style="font-size: 16px; color: #333; display: block;">Prompt:</strong>
211
+ <code style="font-size: 14px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Beatrix, Midgar uniform; Cid, Midgar uniform</code>
212
+ </div>
213
+ <div style="padding: 4px 2px;">
214
+ <strong style="font-size: 16px; color: #696969; display: block;">Negative Prompt:</strong>
215
+ <code style="font-size: 14px; background-color: #f5f5f59d; border-radius: 4px; color: #000;">lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name</code>
216
+ </div>
217
+ </div>
218
+ </div>
219
+ <div style="padding:10px 40px">
220
+ <div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
221
+ <div style="padding:4px">
222
+ <strong style="font-size: 16px; color: #333;">Steps:</strong>
223
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">40</code>
224
+ </div>
225
+ <div style="padding:4px">
226
+ <strong style="font-size: 16px; color: #333;">Sampler:</strong>
227
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Euler a</code>
228
+ </div>
229
+ <div style="padding:4px">
230
+ <strong style="font-size: 16px; color: #333;">CFG Scale:</strong>
231
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">9.5</code>
232
+ </div>
233
+ </div>
234
+ <div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
235
+ <div style="padding:4px">
236
+ <strong style="font-size: 16px; color: #333;">Seed:</strong>
237
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">2225872245</code>
238
+ </div>
239
+ <div style="padding:4px">
240
+ <strong style="font-size: 16px; color: #333;">Size:</strong>
241
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">960x768</code>
242
+ </div>
243
+ <div style="padding:4px">
244
+ <strong style="font-size: 16px; color: #333;">Model:</strong>
245
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Teis_Best_V1</code>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ <div style="padding: 20px; width: 100%; text-align: center;" id="example4">
251
+ <a href="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/Iris.png">
252
+ <img src="https://huggingface.co/MyneFactory/MF-KonoSuba/resolve/main/example%20pictures/Iris.png" style="width: 100%; margin: 0px 0; border: 1px solid #ddd;" />
253
+ </a>
254
+ <div>
255
+ <div style="display: flex; flex-direction: column; text-align: left;">
256
+ <div style="padding: 4px 2px;">
257
+ <strong style="font-size: 16px; color: #333; display: block;">Prompt:</strong>
258
+ <code style="font-size: 14px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Iris, RedEye uniform, drinking his coffee</code>
259
+ </div>
260
+ <div style="padding: 4px 2px;">
261
+ <strong style="font-size: 16px; color: #696969; display: block;">Negative Prompt:</strong>
262
+ <code style="font-size: 14px; background-color: #f5f5f59d; border-radius: 4px; color: #000;">lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name</code>
263
+ </div>
264
+ </div>
265
+ </div>
266
+ <div style="padding:10px 40px">
267
+ <div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
268
+ <div style="padding:4px">
269
+ <strong style="font-size: 16px; color: #333;">Steps:</strong>
270
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">45</code>
271
+ </div>
272
+ <div style="padding:4px">
273
+ <strong style="font-size: 16px; color: #333;">Sampler:</strong>
274
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Euler a</code>
275
+ </div>
276
+ <div style="padding:4px">
277
+ <strong style="font-size: 16px; color: #333;">CFG Scale:</strong>
278
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">9.5</code>
279
+ </div>
280
+ </div>
281
+ <div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
282
+ <div style="padding:4px">
283
+ <strong style="font-size: 16px; color: #333;">Seed:</strong>
284
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">3396836765</code>
285
+ </div>
286
+ <div style="padding:4px">
287
+ <strong style="font-size: 16px; color: #333;">Size:</strong>
288
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">1024x640</code>
289
+ </div>
290
+ <div style="padding:4px">
291
+ <strong style="font-size: 16px; color: #333;">Model:</strong>
292
+ <code style="font-size: 14px; padding-left: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Teis_Best_V1</code>
293
+ </div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ </div>
298
+ </div>
299
+
300
+ <!--Links-->
301
+ <div style="padding: 10px 0; text-align: center; font-size: 18px;" id="mynelinks">
302
+ <h2 style="font-size:28px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:0;">Socials</h2>
303
+ <a href="https://mynefactory.ai" style="text-decoration: none; color: #0077c9;">Website</a> |
304
+ <a href="https://discord.gg/GdJBzaTSCF" style="text-decoration: none; color: #0077c9;">Discord</a> |
305
+ <a href="https://www.patreon.com/user?u=36154428" style="text-decoration: none; color: #0077c9;">Patreon</a>
306
+ </div>