natsusakiyomi
commited on
Commit
·
23d79ac
1
Parent(s):
dc9c9bd
Update README.md
Browse files
README.md
CHANGED
@@ -10,39 +10,199 @@ tags:
|
|
10 |
library_name: diffusers
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
✅=Allowed<br>
|
17 |
-
❌=Not allowed<br>
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
|
|
|
|
|
|
33 |
|
34 |
-
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
-
✅ 本モデルのクレジット表記をせずに使用する行為 <br>
|
41 |
-
Use of this model without crediting the model
|
42 |
|
43 |
-
|
44 |
-
Violation of the following description
|
45 |
|
|
|
|
|
46 |
---
|
47 |
|
48 |
### 連絡先
|
|
|
10 |
library_name: diffusers
|
11 |
---
|
12 |
|
13 |
+
<div class="flex justify-center">
|
14 |
+
<div class="container p-0 w-100">
|
15 |
+
<img class="mt-0 object-cover rounded-t-lg w-100"
|
16 |
+
style="height: 320px;"
|
17 |
+
src=""
|
18 |
+
width="100%"/>
|
19 |
+
<div class="flex px-4">
|
20 |
+
<div class="flex-auto">
|
21 |
+
<h1 class="mb-2 text-3xl font-bold leading-tight" style="color: rgb(252, 238, 235/var(--tw-text-opacity));">
|
22 |
+
SakuraMixSeries
|
23 |
+
</h1>
|
24 |
+
<p class="mb-4 text-base text-neutral-600 dark:text-neutral-200">
|
25 |
+
>w<
|
26 |
+
</p>
|
27 |
+
</div>
|
28 |
+
<div>
|
29 |
+
<a
|
30 |
+
href="https://twitter.com/min__san"
|
31 |
+
class="mb-2 inline-block rounded px-6 py-2.5 text-white shadow-md"
|
32 |
+
style="background-color: #1da1f2">
|
33 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="h-3.5 w-3.5" fill="currentColor" viewBox="0 0 24 24">
|
34 |
+
<path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z" />
|
35 |
+
</svg>
|
36 |
+
</a>
|
37 |
+
</div>
|
38 |
+
</div>
|
39 |
+
</div>
|
40 |
+
</div>
|
41 |
+
|
42 |
|
43 |
+
---
|
|
|
|
|
|
|
44 |
|
45 |
+
<h4>📄 ライセンス / License</h4>
|
46 |
+
<div class="px-2">
|
47 |
+
<table class="table-fixed border mt-0 text-xs">
|
48 |
+
<tbody>
|
49 |
+
<tr>
|
50 |
+
<td class="px-4 text-base" colspan="2">
|
51 |
+
<a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license">
|
52 |
+
修正 CreativeML OpenRAIL-M ライセンス / Modified CreativeML OpenRAIL-M license
|
53 |
+
</a>
|
54 |
+
</td>
|
55 |
+
</tr>
|
56 |
+
<tr>
|
57 |
+
<td class="align-middle px-2 w-8">
|
58 |
+
<span class="text-green-500">
|
59 |
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
|
60 |
+
<path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
|
61 |
+
</svg>
|
62 |
+
</span>
|
63 |
+
</td>
|
64 |
+
<td>
|
65 |
+
このモデルのクレジットを入れずに使用する<br>
|
66 |
+
Use the model without crediting the creator
|
67 |
+
</td>
|
68 |
+
</tr>
|
69 |
+
<tr>
|
70 |
+
<td class="align-middle px-2 w-8">
|
71 |
+
<span class="text-green-500">
|
72 |
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
|
73 |
+
<path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
|
74 |
+
</svg>
|
75 |
+
</span>
|
76 |
+
</td>
|
77 |
+
<td>
|
78 |
+
このモデルで生成した画像を商用利用する<br>
|
79 |
+
Sell images they generate
|
80 |
+
</td>
|
81 |
+
</tr>
|
82 |
+
<tr class="bg-danger-100">
|
83 |
+
<td class="align-middle px-2 w-8">
|
84 |
+
<span class="text-red-500">
|
85 |
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
|
86 |
+
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
|
87 |
+
</svg>
|
88 |
+
</span>
|
89 |
+
</td>
|
90 |
+
<td>
|
91 |
+
このモデルを商用の画像生成サービスで利用する</br>
|
92 |
+
Run on services that generate images for money
|
93 |
+
</td>
|
94 |
+
</tr>
|
95 |
+
<tr>
|
96 |
+
<td class="align-middle px-2 w-8">
|
97 |
+
<span class="text-green-500">
|
98 |
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
|
99 |
+
<path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
|
100 |
+
</svg>
|
101 |
+
</span>
|
102 |
+
</td>
|
103 |
+
<td>
|
104 |
+
このモデルを使用したマージモデルを共有する<br>
|
105 |
+
Share merges using this model
|
106 |
+
</td>
|
107 |
+
</tr>
|
108 |
+
<tr class="bg-danger-100">
|
109 |
+
<td class="align-middle px-2 w-8">
|
110 |
+
<span class="text-red-500">
|
111 |
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
|
112 |
+
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
|
113 |
+
</svg>
|
114 |
+
</span>
|
115 |
+
</td>
|
116 |
+
<td>
|
117 |
+
このモデル、またはこのモデルをマージしたモデルを販売する</br>
|
118 |
+
Sell this model or merges using this model
|
119 |
+
</td>
|
120 |
+
</tr>
|
121 |
+
<tr class="bg-danger-100">
|
122 |
+
<td class="align-middle px-2 w-8">
|
123 |
+
<span class="text-red-500">
|
124 |
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
|
125 |
+
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
|
126 |
+
</svg>
|
127 |
+
</span>
|
128 |
+
</td>
|
129 |
+
<td>
|
130 |
+
このモデルをマージしたモデルに異なる権限を設定する</br>
|
131 |
+
Have different permissions when sharing merges
|
132 |
+
</td>
|
133 |
+
</tr>
|
134 |
+
</tbody>
|
135 |
+
</table>
|
136 |
+
</div>
|
137 |
|
138 |
+
|
139 |
+
<hr class="my-6 h-0.5 border-t-0 opacity-100 dark:opacity-50" style="background-color: rgb(245 245 245/var(--tw-bg-opacity));">
|
140 |
+
|
141 |
+
<h3 id="blue_pencil-v7" class="mt-0 text-2xl">
|
142 |
+
<code>HimawariMix-v4</code> <small></small>
|
143 |
+
</h3>
|
144 |
+
|
145 |
+
<div>
|
146 |
+
HimawariMix-v3の改造モデル<br>
|
147 |
+
v3と比べ手や服装や構図など増えた気がする<br>
|
148 |
+
Aの方が繊細に描け Bの方シンプルに描くことが多くが比較的扱いやすいような気がする
|
149 |
|
150 |
+
<hr class="my-6 h-0.5 border-t-0 opacity-100 dark:opacity-50" style="background-color: rgb(245 245 245/var(--tw-bg-opacity));">
|
151 |
+
|
152 |
+
<h3 id="blue_pencil-v7" class="mt-0 text-2xl">
|
153 |
+
<code>HimawariMix-v3</code> <small></small>
|
154 |
+
</h3>
|
155 |
+
|
156 |
+
<div>
|
157 |
+
背景強化をメインに改修したモデルでリアル系のモデルの比率が多くなったモデル<br>
|
158 |
+
リアル系を多く含んでいるため手の破綻は他と比べて比較的出ずらい.....気がする<br>
|
159 |
+
B型のほうが比較的扱いやすい気がします
|
160 |
+
|
161 |
|
162 |
+
<hr class="my-6 h-0.5 border-t-0 opacity-100 dark:opacity-50" style="background-color: rgb(245 245 245/var(--tw-bg-opacity));">
|
163 |
+
|
164 |
+
<h3 id="blue_pencil-v7" class="mt-0 text-2xl">
|
165 |
+
<code>HimawariMix-v2</code> <small></small>
|
166 |
+
</h3>
|
167 |
+
|
168 |
+
<div>
|
169 |
+
背景よりキャラを重視して作られたモデル<br>
|
170 |
+
v1.20v1.10やv1とは違いいろいろな場面でも使えるようになりました<br>
|
171 |
+
このHimawariMixの特徴である彩度の高さが出始めた<br>
|
172 |
+
悪く言えば器用貧乏
|
173 |
+
|
174 |
+
|
175 |
+
<hr class="my-6 h-0.5 border-t-0 opacity-100 dark:opacity-50" style="background-color: rgb(245 245 245/var(--tw-bg-opacity));">
|
176 |
+
|
177 |
+
<h3 id="blue_pencil-v7" class="mt-0 text-2xl">
|
178 |
+
<code>HimawariMix-v1.20 and 1.10</code> <small></small>
|
179 |
+
</h3>
|
180 |
+
|
181 |
+
<div>
|
182 |
+
HimawariMix-v1のマージ比率を変えたマイナーチェンジモデル<br>
|
183 |
+
クローズアップに特化しておりそれ以外はあまりさえない<br>
|
184 |
+
マイナーチェンジにより破綻が少なくなり安定性が増した
|
185 |
+
v1.20とv1.10の違いはVAEの違い
|
186 |
+
|
187 |
+
<hr class="my-6 h-0.5 border-t-0 opacity-100 dark:opacity-50" style="background-color: rgb(245 245 245/var(--tw-bg-opacity));">
|
188 |
+
|
189 |
+
|
190 |
+
|
191 |
+
|
192 |
+
<h3 id="blue_pencil-v7" class="mt-0 text-2xl">
|
193 |
+
<code>HimawariMix-v1</code> <small></small>
|
194 |
+
</h3>
|
195 |
+
|
196 |
+
<div>
|
197 |
+
初代HimawariMix<br>
|
198 |
+
当時あまりなかった背景とキャラクターを両立させるために作ったモデル<br>
|
199 |
+
特徴は背景が割と強いモデルなお今となっては普通でHimawariMixの特徴である彩度の高さはこの時点ではまだない
|
200 |
|
|
|
|
|
201 |
|
202 |
+
---
|
|
|
203 |
|
204 |
+
# 作者&連絡先
|
205 |
+
Twiter: [@min__san](https://twitter.com/min__san)
|
206 |
---
|
207 |
|
208 |
### 連絡先
|