bluepen5805 commited on
Commit
aa010d9
1 Parent(s): c4808d5

Update README.md

Browse files
Files changed (2) hide show
  1. README.md +857 -328
  2. images/header.jpg +0 -0
README.md CHANGED
@@ -7,29 +7,168 @@ tags:
7
  - text-to-image
8
  ---
9
 
10
- # blue_pencil
11
-
12
- <strong>blue_pencil</strong> は、様々なモデルを適当な配合でマージしたモデルです。
13
-
14
- 有名なモデルをいくつか思い浮かべてください。
15
- あなたが思い浮かべたモデルは、恐らくこのモデルに含まれています。
16
-
17
- このマージモデルの特徴はわかりません。
18
- いろいろなモデルをマージしてみることが目的なので、質も高くありません。
19
-
20
- 全てのモデルは [stable-diffusion-webui-model-tookit](https://github.com/arenatemp/stable-diffusion-webui-model-toolkit) を用いて `fp16` にしています。
21
-
22
- ライセンスに関しては可能な限りマージ元モデルのライセンスに基づいているつもりですが、認識違いがある可能性はあります。
23
-
24
- ---
25
-
26
- <details open>
27
- <summary><h2 style="display: inline;">🖌️ <code>blue_pencil-v4</code> <small>(<code>@20230227</code>)</small></h2></summary>
28
-
29
- 混ぜ方を微調整したモデルです。
30
-
31
- <details>
32
- <summary>マージ元モデル一覧</summary>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  * [Waifu Diffusion](https://huggingface.co/hakurei/waifu-diffusion-v1-4) / CreativeML OpenRAIL M
35
  * [Evt_M](https://huggingface.co/haor/Evt_M) / CreativeML OpenRAIL M
@@ -111,60 +250,194 @@ tags:
111
  * [basil_mix](https://huggingface.co/nuigurumi/basil_mix) / OpenRAIL M
112
  * [ACertainThing](https://huggingface.co/JosephusCheung/ACertainThing) / CreativeML OpenRAIL M
113
 
114
- </details>
115
-
116
- ### 📄 ライセンス / License
117
-
118
- <strong>修正</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) ライセンスです / <strong>Modified</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) license
119
-
120
- このモデルで許可されていること / This model permits users to :
121
- ✅ このモデルのクレジットを入れずに使用する / Use the model without crediting the creator
122
- ✅ このモデルで生成した画像を商用利用する / Sell images they generate
123
- このモデルを商用の画像生成サービスで利用する / Run on services that generate images for money
124
- ✅ このモデルを使用したマージモデルを共有する / Share merges using this model
125
- ❌ このモデル、またはこのモデルをマージしたモデルを販売する / Sell this model or merges using this model
126
- ❌ このモデルをマージしたモデルに異なる権限を設定する / Have different permissions when sharing merges
127
-
128
- ### 🔧 推奨設定
129
-
130
- * VAE: [vae-ft-mse-840000-ema-pruned](https://huggingface.co/stabilityai/sd-vae-ft-mse-original)
131
- * Negative Embedding: [EasyNegative](https://huggingface.co/datasets/gsdf/EasyNegative)
132
-
133
- ### 🖼️ 出力例
134
-
135
- ```
136
- girl, kyoto, scenery
137
- Negative prompt: EasyNegative
138
- Steps: 40, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 2236433764
139
- Size: 768x768, Clip skip: 2
140
- Denoising strength: 0.65, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
141
- ```
142
-
143
- ![blue_pencil-v4_1](../../resolve/main/images/blue_pencil-v4/1.png)
144
-
145
- ```
146
- girl, wasteland, scenery
147
- Negative prompt: EasyNegative
148
-
149
- Steps: 40, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 252972019
150
- Size: 768x768, Clip skip: 2
151
- Denoising strength: 0.6, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
152
- ```
153
-
154
- ![blue_pencil-v4_2](../../resolve/main/images/blue_pencil-v4/2.png)
155
-
156
- </details>
157
-
158
- ---
159
-
160
- <details>
161
- <summary><h2 style="display: inline;">🖌️ <code>blue_pencil-v3</code> <small>(<code>@20230223</code>)</small></h2></summary>
162
-
163
- `blue_pencil-v2` を微妙に変更したモデルです。
164
- 雰囲気は変わってませんが若干構図が変化すると思います。
165
-
166
- <details>
167
- <summary>マージ元モデル一覧</summary>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
 
169
  * [HighRiseMixV2](https://huggingface.co/0RisingStar0/HighRiseMixV2)
170
  * AbyssOrangeMix2_NSFW
@@ -210,106 +483,194 @@ Denoising strength: 0.6, Hires upscale: 2, Hires upscaler: Latent (nearest-exact
210
  * Ultracolor4
211
  * basil mix
212
 
213
- </details>
214
-
215
- ### 📄 ライセンス / License
216
-
217
- <strong>修正</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) ライセンスです / <strong>Modified</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) license
218
-
219
- このモデルで許可されていること / This model permits users to :
220
- ✅ このモデルのクレジットを入れずに使用する / Use the model without crediting the creator
221
- ✅ このモデルで生成した画像を商用利用する / Sell images they generate
222
- このモデルを商用の画像生成サービスで利用する / Run on services that generate images for money
223
- ✅ このモデルを使用したマージモデルを共有する / Share merges using this model
224
- ❌ このモデル、またはこのモデルをマージしたモデルを販売する / Sell this model or merges using this model
225
- ❌ このモデルをマージしたモデルに異なる権限を設定する / Have different permissions when sharing merges
226
-
227
- ### 🔧 推奨設定
228
-
229
- * VAE: [vae-ft-mse-840000-ema-pruned](https://huggingface.co/stabilityai/sd-vae-ft-mse-original)
230
- * Negative Embedding: [EasyNegative](https://huggingface.co/datasets/gsdf/EasyNegative)
231
-
232
- ### 🖼️ 出力例
233
-
234
- ```
235
- girl, tokyo, scenery
236
- Negative prompt: EasyNegative
237
-
238
- Steps: 40, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 1874281989
239
- Size: 768x768, Clip skip: 2
240
- Denoising strength: 0.65, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
241
- ```
242
-
243
- ![blue_pencil-v3_1](../../resolve/main/images/blue_pencil-v3/1.png)
244
-
245
- ```
246
- girl, bed room, cute clothes
247
- Negative prompt: EasyNegative
248
-
249
- Steps: 50, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 2666530891
250
- Size: 768x768, Clip skip: 2,
251
- Denoising strength: 0.6, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
252
- ```
253
-
254
- ![blue_pencil-v3_2](../../resolve/main/images/blue_pencil-v3/2.png)
255
-
256
- </details>
257
-
258
- ---
259
-
260
- <details>
261
- <summary><h2 style="display: inline;">🖌️ <code>blue_pencil-v2b</code> <small>(<code>@20230219</code>)</small></h2></summary>
262
-
263
- `blue_pencil-v2` [Balor-V2](https://huggingface.co/ploughB660/Balor-V2) の代わりに [Balor-V3](https://huggingface.co/ploughB660/Balor-V3) を階層マージしたモデルです
264
-
265
- 表現力が上がっている気がします
266
-
267
- ### 📄 ライセンス / License
268
-
269
- <strong style="color: red;">このモデルには [ChilloutMix](https://huggingface.co/TASUKU2023/Chilloutmix) が含まれています。そのため、Chillout Mixのライセンスが適用されます</strong>
270
-
271
- <strong>修正</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) ライセンスです / <strong>Modified</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) license
272
-
273
- このモデルで許可されていること / This model permits users to :
274
- ❌ このモデルのクレジットを入れずに使用する / Use the model without crediting the creator
275
- ❌ このモデルで生成した画像を商用利用する / Sell images they generate
276
- このモデルを商用の画像生成サービスで利用する / Run on services that generate images for money
277
- このモデルを使用したマージモデルを共有する / Share merges using this model
278
- このモデル、またはこのモデルをマージしたモデルを販売する / Sell this model or merges using this model
279
- このモデルをマージしたモデルに異なる権限を設定する / Have different permissions when sharing merges
280
-
281
- ### 🔧 推奨設定
282
-
283
- * VAE: [vae-ft-mse-840000-ema-pruned](https://huggingface.co/stabilityai/sd-vae-ft-mse-original)
284
- * Negative Embedding: [EasyNegative](https://huggingface.co/datasets/gsdf/EasyNegative)
285
-
286
- ### 🖼️ 出力例
287
-
288
- ```
289
- girl, berlin, scenery
290
- Negative prompt: EasyNegative
291
-
292
- Steps: 30, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 3164975857
293
- Size: 768x768, Clip skip: 2
294
- Denoising strength: 0.65, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
295
- ```
296
-
297
- ![blue_pencil-v2b_1](../../resolve/main/images/blue_pencil-v2b/1.png)
298
-
299
- </details>
300
-
301
- <details>
302
- <summary><h2 style="display: inline;">🖌️ <code>blue_pencil-v2</code> <small>(<code>@20230217</code>)</small></h2></summary>
303
-
304
- [AbyssOrangeMix3A1](https://huggingface.co/WarriorMama777/OrangeMixs) をベースに配合しなおしたモデルです。
305
-
306
- 気持ち程度に自由度が上がっている気がします(同時に破綻率も上がってる気がする)
307
- 基本的には v1 系と同じ雰囲気の絵になる気がします。
308
-
309
- 以下のモデルが含まれています(順不同)
310
-
311
- <details>
312
- <summary>マージ元モデル一覧</summary>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
313
 
314
  * [AbyssOrangeMix3A1](https://huggingface.co/WarriorMama777/OrangeMixs)
315
  * AnythingV3.0
@@ -342,102 +703,219 @@ Denoising strength: 0.65, Hires upscale: 2, Hires upscaler: Latent (nearest-exac
342
  * Counterfeit-V2.5
343
  * Treebark
344
  * [Balor-V2](https://huggingface.co/ploughB660/Balor-V2)
345
-
346
- </details>
347
-
348
- ### 📄 ライセンス / License
349
-
350
- <strong style="color: red;">このモデルには [ChilloutMix](https://huggingface.co/TASUKU2023/Chilloutmix) が含まれています。そのため、ChilloutMixのライセンスが適用されます</strong>
351
-
352
- <strong>修正</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) ライセンスです / <strong>Modified</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) license
353
-
354
- このモデルで許可されていること / This model permits users to :
355
- このモデルのクレジットを入れずに使用する / Use the model without crediting the creator
356
- ❌ このモデルで生成した画像を商用利用する / Sell images they generate
357
- ❌ このモデルを商用の画像生成サービスで利用する / Run on services that generate images for money
358
- ✅ このモデルを使用したマージモデルを共有する / Share merges using this model
359
- このモデル、またはこのモデルをマージしたモデルを販売する / Sell this model or merges using this model
360
- ❌ このモデルをマージしたモデルに異なる権限を設定する / Have different permissions when sharing merges
361
-
362
- ### 🔧 推奨設定
363
-
364
- * VAE: [vae-ft-mse-840000-ema-pruned](https://huggingface.co/stabilityai/sd-vae-ft-mse-original)
365
- * Negative Embedding: [EasyNegative](https://huggingface.co/datasets/gsdf/EasyNegative)
366
-
367
- ### 🖼️ 出力例
368
-
369
- ```
370
- girl, tokyo, scenery
371
- Negative prompt: EasyNegative
372
-
373
- Steps: 30, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 205537258
374
- Size: 768x768, Clip skip: 2
375
- Denoising strength: 0.65, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
376
- ```
377
-
378
- ![blue_pencil-v2_1](../../resolve/main/images/blue_pencil-v2/1.png)
379
-
380
- ```
381
- girl, spacesuit, beautiful earth, scenery, on the moon
382
- Negative prompt: EasyNegative
383
-
384
- Steps: 50, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 1069444343
385
- Size: 960x640, Clip skip: 2
386
- Denoising strength: 0.6, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
387
- ```
388
-
389
- ![blue_pencil-v2_2](../../resolve/main/images/blue_pencil-v2/2.png)
390
-
391
- </details>
392
-
393
- ---
394
-
395
- <details>
396
- <summary><h2 style="display: inline;">🖌️ <code>blue_pencil-v1b</code> <small>(<code>@20230212</code>)</small></h2></summary>
397
-
398
- `blue_pencil-v1` の [Amalgam_Mix](https://civitai.com/models/4758/amalgammix) の代わりに [Balor-V2](https://huggingface.co/ploughB660/Balor-V2) を階層マージしたモデルです
399
-
400
- v1 とはちょっと傾向が違います
401
-
402
- ### 📄 ライセンス / License
403
-
404
- <strong>修正</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) ライセンスです / <strong>Modified</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) license
405
-
406
- このモデルで許可されていること / This model permits users to :
407
- ✅ このモデルのクレジットを入れずに使用する / Use the model without crediting the creator
408
- ✅ このモデルで生成した画像を商用利用する / Sell images they generate
409
- ❌ このモデルを商用の画像生成サービスで利用する / Run on services that generate images for money
410
- ✅ このモデルを使用したマージモデルを共有する / Share merges using this model
411
- このモデル、またはこのモデルをマージしたモデルを販売する / Sell this model or merges using this model
412
- このモデルをマージしたモデルに異なる権限を設定する / Have different permissions when sharing merges
413
-
414
- ### 🔧 推奨設定
415
-
416
- * VAE: [vae-ft-mse-840000-ema-pruned](https://huggingface.co/stabilityai/sd-vae-ft-mse-original)
417
- * Negative Embedding: [EasyNegative](https://huggingface.co/datasets/gsdf/EasyNegative)
418
-
419
- ### 🖼️ 出力例
420
-
421
- ```
422
- girl, tokyo, scenery
423
- Negative prompt: EasyNegative
424
-
425
- Steps: 30, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 205537258
426
- Size: 768x768, Clip skip: 2
427
- Denoising strength: 0.65, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
428
- ```
429
-
430
- ![blue_pencil-v1b_1](../../resolve/main/images/blue_pencil-v1b/1.png)
431
-
432
- </details>
433
-
434
- <details>
435
- <summary><h2 style="display: inline;">🖌️ <code>blue_pencil-v1</code> <small>(<code>@20230211</code>)</small></h2></summary>
436
-
437
- 以下のモデルが含まれています(順不同)
438
-
439
- <details>
440
- <summary>マージ元モデル一覧</summary>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
441
 
442
  * [Defmix-v1.1](https://huggingface.co/Defpoint/Defmix-v1.0)
443
  * Counterfeit v1.0
@@ -470,58 +948,109 @@ Denoising strength: 0.65, Hires upscale: 2, Hires upscaler: Latent (nearest-exac
470
  * and more
471
  * [atwcustom_V4](https://huggingface.co/atsuwo/ATW-custom)
472
  * [Amalgam_Mix](https://civitai.com/models/4758/amalgammix)
473
-
474
- </details>
475
-
476
- ### 📄 ライセンス / License
477
-
478
- <strong>修正</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) ライセンスです / <strong>Modified</strong> [CreativeML OpenRAIL-M](https://huggingface.co/spaces/CompVis/stable-diffusion-license) license
479
-
480
- このモデルで許可されていること / This model permits users to :
481
- ✅ このモデルのクレジットを入れずに使用する / Use the model without crediting the creator
482
- ✅ このモデルで生成した画像を商用利用する / Sell images they generate
483
- このモデルを商用の画像生成サービスで利用する / Run on services that generate images for money
484
- ✅ このモデルを使用したマージモデルを共有する / Share merges using this model
485
- ❌ このモデル、またはこのモデルをマージしたモデルを販売する / Sell this model or merges using this model
486
- ❌ このモデルをマージしたモデルに異なる権限を設定する / Have different permissions when sharing merges
487
-
488
- ### 🔧 推奨設定
489
-
490
- * VAE: [vae-ft-mse-840000-ema-pruned](https://huggingface.co/stabilityai/sd-vae-ft-mse-original)
491
- * Negative Embedding: [EasyNegative](https://huggingface.co/datasets/gsdf/EasyNegative)
492
-
493
- ### 🖼️ 出力例
494
-
495
- ```
496
- girl, tokyo, scenery
497
- Negative prompt: EasyNegative
498
-
499
- Steps: 30, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 2526423076
500
- Size: 768x768, Clip skip: 2
501
- Denoising strength: 0.6, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
502
- ```
503
-
504
- ![blue_pencil-v1_1-2](../../resolve/main/images/blue_pencil-v1/1-2.png)
505
-
506
- ```
507
- girl, early teen, kimono, sakura, particles
508
- Negative prompt: EasyNegative
509
-
510
- Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 4036639388,
511
- Size: 512x768, Clip skip: 2
512
- Denoising strength: 0.62, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
513
- ```
514
-
515
- ![blue_pencil-v1_2-2](../../resolve/main/images/blue_pencil-v1/2-2.png)
516
-
517
- ```
518
- girl, early teen, t-shirt, pants, from behind, landscape, scenery, apocalyptic
519
- Negative prompt: EasyNegative
520
-
521
- Steps: 40, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 748447692,
522
- Size: 768x512, Clip skip: 2
523
- ```
524
-
525
- ![blue_pencil-v1_3](../../resolve/main/images/blue_pencil-v1/3.png)
526
-
527
- </details>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - text-to-image
8
  ---
9
 
10
+ <div class="flex justify-center">
11
+ <div class="container p-0 w-100">
12
+ <img class="mt-0 object-cover rounded-t-lg w-100"
13
+ style="height: 320px;"
14
+ src="https://huggingface.co/bluepen5805/blue_pencil/resolve/main/images/header.jpg"
15
+ width="100%"/>
16
+ <div class="flex px-4">
17
+ <div class="flex-auto">
18
+ <h1 class="mb-2 text-3xl font-bold leading-tight" style="color: rgb(56 189 248/var(--tw-text-opacity));">
19
+ blue_pencil
20
+ </h1>
21
+ <p class="mb-4 text-base text-neutral-600 dark:text-neutral-200">
22
+ A series of merged models that is just a messy merge of various models.
23
+ </p>
24
+ </div>
25
+ <div>
26
+ <a
27
+ href="https://twitter.com/blue_pen5805"
28
+ class="mb-2 inline-block rounded px-6 py-2.5 text-white shadow-md"
29
+ style="background-color: #1da1f2">
30
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-3.5 w-3.5" fill="currentColor" viewBox="0 0 24 24">
31
+ <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" />
32
+ </svg>
33
+ </a>
34
+ </div>
35
+ </div>
36
+ </div>
37
+ </div>
38
+
39
+ <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));">
40
+
41
+ <div class="px-2">
42
+ <table class="table-auto">
43
+ <tbody>
44
+ <tr>
45
+ <td colspan="2">
46
+ <a href="#blue_pencil-v4">blue_pencil-v4 (@20230227)</a>
47
+ </td>
48
+ </tr>
49
+ <tr>
50
+ <td colspan="2">
51
+ <a href="#blue_pencil-v3">blue_pencil-v3 (@20230223)</a>
52
+ </td>
53
+ </tr>
54
+ <tr>
55
+ <td><a href="#blue_pencil-v2">blue_pencil-v2b (@20230219)</a></td>
56
+ <td><a href="#blue_pencil-v2">blue_pencil-v2 (@20230217)</a></td>
57
+ </tr>
58
+ <tr>
59
+ <td><a href="#blue_pencil-v1">blue_pencil-v1b (@20230212)</a></td>
60
+ <td><a href="#blue_pencil-v1">blue_pencil-v1 (@20230211)</a></td>
61
+ </tr>
62
+ </tbody>
63
+ </table>
64
+ </div>
65
+
66
+ <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));">
67
+
68
+ <h3 id="blue_pencil-v4" class="mt-0 text-2xl">
69
+ <code>blue_pencil-v4</code> <small>(<code>@20230227</code>)</small>
70
+ </h3>
71
+
72
+ <div>
73
+ 混ぜ方を微調整したモデルです。
74
+
75
+ <h4>📄 ライセンス / License</h4>
76
+ <div class="px-2">
77
+ <table class="table-fixed border mt-0 text-xs">
78
+ <tbody>
79
+ <tr>
80
+ <td class="px-4 text-base" colspan="2">
81
+ <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license">
82
+ 修正 CreativeML OpenRAIL-M ライセンス / Modified CreativeML OpenRAIL-M license
83
+ </a>
84
+ </td>
85
+ </tr>
86
+ <tr>
87
+ <td class="align-middle px-2 w-8">
88
+ <span class="text-green-500">
89
+ <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">
90
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
91
+ </svg>
92
+ </span>
93
+ </td>
94
+ <td>
95
+ このモデルのクレジットを入れずに使用する<br>
96
+ Use the model without crediting the creator
97
+ </td>
98
+ </tr>
99
+ <tr>
100
+ <td class="align-middle px-2 w-8">
101
+ <span class="text-green-500">
102
+ <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">
103
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
104
+ </svg>
105
+ </span>
106
+ </td>
107
+ <td>
108
+ このモデルで生成した画像を商用利用する<br>
109
+ Sell images they generate
110
+ </td>
111
+ </tr>
112
+ <tr class="bg-danger-100">
113
+ <td class="align-middle px-2 w-8">
114
+ <span class="text-red-500">
115
+ <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">
116
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
117
+ </svg>
118
+ </span>
119
+ </td>
120
+ <td>
121
+ このモデルを商用の画像生成サービスで利用する</br>
122
+ Run on services that generate images for money
123
+ </td>
124
+ </tr>
125
+ <tr>
126
+ <td class="align-middle px-2 w-8">
127
+ <span class="text-green-500">
128
+ <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">
129
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
130
+ </svg>
131
+ </span>
132
+ </td>
133
+ <td>
134
+ このモデルを使用したマージモデルを共有する<br>
135
+ Share merges using this model
136
+ </td>
137
+ </tr>
138
+ <tr class="bg-danger-100">
139
+ <td class="align-middle px-2 w-8">
140
+ <span class="text-red-500">
141
+ <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">
142
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
143
+ </svg>
144
+ </span>
145
+ </td>
146
+ <td>
147
+ このモデル、またはこのモデルをマージしたモデルを販売する</br>
148
+ Sell this model or merges using this model
149
+ </td>
150
+ </tr>
151
+ <tr class="bg-danger-100">
152
+ <td class="align-middle px-2 w-8">
153
+ <span class="text-red-500">
154
+ <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">
155
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
156
+ </svg>
157
+ </span>
158
+ </td>
159
+ <td>
160
+ このモデルをマージしたモデルに異なる権限を設定する</br>
161
+ Have different permissions when sharing merges
162
+ </td>
163
+ </tr>
164
+ </tbody>
165
+ </table>
166
+ </div>
167
+
168
+ <h4>🌱 マージ元モデル / Merged models</h4>
169
+ <div class="px-2">
170
+ <div class="border p-2">
171
+ <details>
172
 
173
  * [Waifu Diffusion](https://huggingface.co/hakurei/waifu-diffusion-v1-4) / CreativeML OpenRAIL M
174
  * [Evt_M](https://huggingface.co/haor/Evt_M) / CreativeML OpenRAIL M
 
250
  * [basil_mix](https://huggingface.co/nuigurumi/basil_mix) / OpenRAIL M
251
  * [ACertainThing](https://huggingface.co/JosephusCheung/ACertainThing) / CreativeML OpenRAIL M
252
 
253
+ </details>
254
+ </div>
255
+ </div>
256
+
257
+ <h4>🔧 推奨設定 / Recommended Settings</h4>
258
+ <div class="px-2">
259
+ <table class="table-auto border mt-0 text-sm">
260
+ <tbody>
261
+ <tr>
262
+ <td class="pl-2" style="width: 12rem;">
263
+ VAE
264
+ </td>
265
+ <td>
266
+ <a href="https://huggingface.co/stabilityai/sd-vae-ft-mse-original">vae-ft-mse-840000-ema-pruned</a>
267
+ </td>
268
+ </tr>
269
+ <tr>
270
+ <td class="pl-2">
271
+ Negative Embedding
272
+ </td>
273
+ <td>
274
+ <a href="https://huggingface.co/datasets/gsdf/EasyNegative">EasyNegative</a>
275
+ </td>
276
+ </tr>
277
+ </tbody>
278
+ </table>
279
+ </div>
280
+
281
+ <h4>🖼️ 例 / Examples</h4>
282
+ <div class="container mx-auto px-5 px-2">
283
+ <div class="flex flex-wrap min-w-min items-baseline">
284
+ <div class="p-1 flex-1" style="width: 50%; min-width: 320px;">
285
+ <div class="flex-1">
286
+ <img
287
+ alt="gallery"
288
+ class="block h-full w-full rounded-t-lg object-contain object-center"
289
+ src="https://huggingface.co/bluepen5805/blue_pencil/resolve/main/images/blue_pencil-v4/1.png"
290
+ loading="lazy"
291
+ />
292
+ </div>
293
+ <div class="w-full">
294
+ <pre class="w-full" style="white-space: pre-line;">
295
+ girl, kyoto, scenery
296
+ Negative prompt: EasyNegative
297
+ Steps: 40
298
+ Sampler: DPM++ SDE Karras
299
+ CFG scale: 7.5
300
+ Seed: 2236433764
301
+ Size: 768x768
302
+ Denoising strength: 0.65
303
+ Hires upscale: 2
304
+ </pre>
305
+ </div>
306
+ </div>
307
+ <div class="p-1 flex-1" style="width: 50%; min-width: 320px;">
308
+ <div class="w-full">
309
+ <img
310
+ alt="gallery"
311
+ class="block h-full w-full rounded-t-lg object-contain object-center"
312
+ src="https://huggingface.co/bluepen5805/blue_pencil/resolve/main/images/blue_pencil-v4/2.png"
313
+ loading="lazy"
314
+ />
315
+ </div>
316
+ <div class="w-full">
317
+ <pre class="w-full" style="white-space: pre-line;">
318
+ girl, wasteland, scenery
319
+ Negative prompt: EasyNegative
320
+ Steps: 40
321
+ Sampler: DPM++ SDE Karras
322
+ CFG scale: 7.5
323
+ Seed: 252972019
324
+ Size: 768x768
325
+ Denoising strength: 0.6
326
+ Hires upscale: 2
327
+ </pre>
328
+ </div>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+
334
+ <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));">
335
+
336
+ <h3 id="blue_pencil-v3" class="mt-0 text-2xl">
337
+ <code>blue_pencil-v3</code> <small>(<code>@20230223</code>)</small>
338
+ </h3>
339
+
340
+ <div>
341
+ blue_pencil-v2 を微妙に変更したモデルです。<br />
342
+ 雰囲気は変わってませんが若干構図が変化すると思います。
343
+
344
+ <h4>📄 ライセンス / License</h4>
345
+ <div class="px-2">
346
+ <table class="table-fixed border mt-0 text-xs">
347
+ <tbody>
348
+ <tr>
349
+ <td class="px-4 text-base text-bold" colspan="2">
350
+ <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license">
351
+ 修正 CreativeML OpenRAIL-M ライセンス / Modified CreativeML OpenRAIL-M license
352
+ </a>
353
+ </td>
354
+ </tr>
355
+ <tr>
356
+ <td class="align-middle px-2 w-8">
357
+ <span class="text-green-500">
358
+ <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">
359
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
360
+ </svg>
361
+ </span>
362
+ </td>
363
+ <td>
364
+ このモデルのクレジットを入れずに使用する<br>
365
+ Use the model without crediting the creator
366
+ </td>
367
+ </tr>
368
+ <tr>
369
+ <td class="align-middle px-2 w-8">
370
+ <span class="text-green-500">
371
+ <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">
372
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
373
+ </svg>
374
+ </span>
375
+ </td>
376
+ <td>
377
+ このモデルで生成した画像を商用利用する<br>
378
+ Sell images they generate
379
+ </td>
380
+ </tr>
381
+ <tr class="bg-danger-100">
382
+ <td class="align-middle px-2 w-8">
383
+ <span class="text-red-500">
384
+ <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">
385
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
386
+ </svg>
387
+ </span>
388
+ </td>
389
+ <td>
390
+ このモデルを商用の画像生成サービスで利用する</br>
391
+ Run on services that generate images for money
392
+ </td>
393
+ </tr>
394
+ <tr>
395
+ <td class="align-middle px-2 w-8">
396
+ <span class="text-green-500">
397
+ <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">
398
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
399
+ </svg>
400
+ </span>
401
+ </td>
402
+ <td>
403
+ このモデルを使用したマージモデルを共有する<br>
404
+ Share merges using this model
405
+ </td>
406
+ </tr>
407
+ <tr class="bg-danger-100">
408
+ <td class="align-middle px-2 w-8">
409
+ <span class="text-red-500">
410
+ <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">
411
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
412
+ </svg>
413
+ </span>
414
+ </td>
415
+ <td>
416
+ このモデル、またはこのモデルをマージしたモデルを販売する</br>
417
+ Sell this model or merges using this model
418
+ </td>
419
+ </tr>
420
+ <tr class="bg-danger-100">
421
+ <td class="align-middle px-2 w-8">
422
+ <span class="text-red-500">
423
+ <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">
424
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
425
+ </svg>
426
+ </span>
427
+ </td>
428
+ <td>
429
+ このモデルをマージしたモデルに異なる権限を設定する</br>
430
+ Have different permissions when sharing merges
431
+ </td>
432
+ </tr>
433
+ </tbody>
434
+ </table>
435
+ </div>
436
+
437
+ <h4>🌱 マージ元モデル / Merged models</h4>
438
+ <div class="px-2">
439
+ <div class="border p-2">
440
+ <details>
441
 
442
  * [HighRiseMixV2](https://huggingface.co/0RisingStar0/HighRiseMixV2)
443
  * AbyssOrangeMix2_NSFW
 
483
  * Ultracolor4
484
  * basil mix
485
 
486
+ </details>
487
+ </div>
488
+ </div>
489
+
490
+ <h4>🔧 推奨設定 / Recommended Settings</h4>
491
+ <div class="px-2">
492
+ <table class="table-auto border mt-0 text-sm">
493
+ <tbody>
494
+ <tr>
495
+ <td class="pl-2" style="width: 12rem;">
496
+ VAE
497
+ </td>
498
+ <td>
499
+ <a href="https://huggingface.co/stabilityai/sd-vae-ft-mse-original">vae-ft-mse-840000-ema-pruned</a>
500
+ </td>
501
+ </tr>
502
+ <tr>
503
+ <td class="pl-2">
504
+ Negative Embedding
505
+ </td>
506
+ <td>
507
+ <a href="https://huggingface.co/datasets/gsdf/EasyNegative">EasyNegative</a>
508
+ </td>
509
+ </tr>
510
+ </tbody>
511
+ </table>
512
+ </div>
513
+
514
+ <h4>🖼️ 例 / Examples</h4>
515
+ <div class="container mx-auto px-5 px-2">
516
+ <div class="flex flex-wrap min-w-min items-baseline">
517
+ <div class="p-1 flex-1" style="width: 50%; min-width: 320px;">
518
+ <div class="flex-1">
519
+ <img
520
+ alt="gallery"
521
+ class="block h-full w-full rounded-t-lg object-contain object-center"
522
+ src="https://huggingface.co/bluepen5805/blue_pencil/resolve/main/images/blue_pencil-v3/1.png"
523
+ loading="lazy"
524
+ />
525
+ </div>
526
+ <div class="w-full">
527
+ <pre class="w-full" style="white-space: pre-line;">
528
+ girl, tokyo, scenery
529
+ Negative prompt: EasyNegative
530
+ Steps: 40
531
+ Sampler: DPM++ SDE Karras
532
+ CFG scale: 7.5
533
+ Seed: 1874281989
534
+ Size: 768x768
535
+ Denoising strength: 0.65
536
+ Hires upscale: 2
537
+ </pre>
538
+ </div>
539
+ </div>
540
+ <div class="p-1 flex-1" style="width: 50%; min-width: 320px;">
541
+ <div class="w-full">
542
+ <img
543
+ alt="gallery"
544
+ class="block h-full w-full rounded-t-lg object-contain object-center"
545
+ src="https://huggingface.co/bluepen5805/blue_pencil/resolve/main/images/blue_pencil-v3/2.png"
546
+ loading="lazy"
547
+ />
548
+ </div>
549
+ <div class="w-full">
550
+ <pre class="w-full" style="white-space: pre-line;">
551
+ girl, bed room, cute clothes
552
+ Negative prompt: EasyNegative
553
+ Steps: 50
554
+ Sampler: DPM++ SDE Karras
555
+ CFG scale: 7.5
556
+ Seed: 2666530891
557
+ Size: 768x768
558
+ Denoising strength: 0.6
559
+ Hires upscale: 2
560
+ </pre>
561
+ </div>
562
+ </div>
563
+ </div>
564
+ </div>
565
+ </div>
566
+
567
+ <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));">
568
+
569
+ <h3 id="blue_pencil-v2" class="mt-0 text-2xl">
570
+ <code>blue_pencil-v2b</code> <small>(<code>@20230219</code>)</small> / <code>blue_pencil-v2</code> <small>(<code>@20230217</code>)</small>
571
+ </h3>
572
+
573
+ <div>
574
+ <a href="https://huggingface.co/WarriorMama777/OrangeMixs">AbyssOrangeMix3A1</a>をベースに配合しなおしたモデルです。<br />
575
+ blue_pencil-v2b Balor-V2 の代わりに Balor-V3 を階層マージしたモデルです。
576
+
577
+ <h4>📄 ライセンス / License</h4>
578
+ <div class="px-2">
579
+ <table class="table-fixed border mt-0 text-xs">
580
+ <tbody>
581
+ <tr>
582
+ <td class="px-4 text-base text-bold" colspan="2">
583
+ <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license">
584
+ 修正 CreativeML OpenRAIL-M ライセンス / Modified CreativeML OpenRAIL-M license
585
+ </a>
586
+ </td>
587
+ </tr>
588
+ <tr>
589
+ <td class="align-middle px-2 w-8">
590
+ <span class="text-red-500">
591
+ <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">
592
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
593
+ </svg>
594
+ </span>
595
+ </td>
596
+ <td>
597
+ このモデルのクレジットを入れずに使用する<br>
598
+ Use the model without crediting the creator
599
+ </td>
600
+ </tr>
601
+ <tr>
602
+ <td class="align-middle px-2 w-8">
603
+ <span class="text-red-500">
604
+ <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">
605
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
606
+ </svg>
607
+ </span>
608
+ </td>
609
+ <td>
610
+ このモデルで生成した画像を商用利用する<br>
611
+ Sell images they generate
612
+ </td>
613
+ </tr>
614
+ <tr class="bg-danger-100">
615
+ <td class="align-middle px-2 w-8">
616
+ <span class="text-red-500">
617
+ <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">
618
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
619
+ </svg>
620
+ </span>
621
+ </td>
622
+ <td>
623
+ このモデルを商用の画像生成サービスで利用する</br>
624
+ Run on services that generate images for money
625
+ </td>
626
+ </tr>
627
+ <tr>
628
+ <td class="align-middle px-2 w-8">
629
+ <span class="text-green-500">
630
+ <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">
631
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
632
+ </svg>
633
+ </span>
634
+ </td>
635
+ <td>
636
+ このモデルを使用したマージモデルを共有する<br>
637
+ Share merges using this model
638
+ </td>
639
+ </tr>
640
+ <tr class="bg-danger-100">
641
+ <td class="align-middle px-2 w-8">
642
+ <span class="text-red-500">
643
+ <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">
644
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
645
+ </svg>
646
+ </span>
647
+ </td>
648
+ <td>
649
+ このモデル、またはこのモデルをマージしたモデルを販売する</br>
650
+ Sell this model or merges using this model
651
+ </td>
652
+ </tr>
653
+ <tr class="bg-danger-100">
654
+ <td class="align-middle px-2 w-8">
655
+ <span class="text-red-500">
656
+ <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">
657
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
658
+ </svg>
659
+ </span>
660
+ </td>
661
+ <td>
662
+ このモデルをマージしたモデルに異なる権限を設定する</br>
663
+ Have different permissions when sharing merges
664
+ </td>
665
+ </tr>
666
+ </tbody>
667
+ </table>
668
+ </div>
669
+
670
+ <h4>🌱 マージ元モデル / Merged models</h4>
671
+ <div class="px-2">
672
+ <div class="border p-2">
673
+ <details>
674
 
675
  * [AbyssOrangeMix3A1](https://huggingface.co/WarriorMama777/OrangeMixs)
676
  * AnythingV3.0
 
703
  * Counterfeit-V2.5
704
  * Treebark
705
  * [Balor-V2](https://huggingface.co/ploughB660/Balor-V2)
706
+ * [Balor-V3](https://huggingface.co/ploughB660/Balor-V3)
707
+ </details>
708
+ </div>
709
+ </div>
710
+
711
+ <h4>🔧 推奨設定 / Recommended Settings</h4>
712
+ <div class="px-2">
713
+ <table class="table-auto border mt-0 text-sm">
714
+ <tbody>
715
+ <tr>
716
+ <td class="pl-2" style="width: 12rem;">
717
+ VAE
718
+ </td>
719
+ <td>
720
+ <a href="https://huggingface.co/stabilityai/sd-vae-ft-mse-original">vae-ft-mse-840000-ema-pruned</a>
721
+ </td>
722
+ </tr>
723
+ <tr>
724
+ <td class="pl-2">
725
+ Negative Embedding
726
+ </td>
727
+ <td>
728
+ <a href="https://huggingface.co/datasets/gsdf/EasyNegative">EasyNegative</a>
729
+ </td>
730
+ </tr>
731
+ </tbody>
732
+ </table>
733
+ </div>
734
+
735
+ <h4>🖼️ / Examples</h4>
736
+ <div class="container mx-auto px-5 px-2">
737
+ <div class="flex flex-wrap min-w-min items-baseline">
738
+ <div class="p-1 flex-2" style="width: 100%;">blue_pencil-v2b</div>
739
+ <div class="p-1 flex-1" style="width: 50%; min-width: 320px;">
740
+ <div class="flex-1">
741
+ <img
742
+ alt="gallery"
743
+ class="block h-full w-full rounded-t-lg object-contain object-center"
744
+ src="https://huggingface.co/bluepen5805/blue_pencil/resolve/main/images/blue_pencil-v2b/1.png"
745
+ loading="lazy"
746
+ />
747
+ </div>
748
+ <div class="w-full">
749
+ <pre class="w-full" style="white-space: pre-line;">
750
+ girl, berlin, scenery
751
+ Negative prompt: EasyNegative
752
+ Steps: 30
753
+ Sampler: DPM++ SDE Karras
754
+ CFG scale: 7.5
755
+ Seed: 3164975857
756
+ Size: 768x768
757
+ Denoising strength: 0.65
758
+ Hires upscale: 2
759
+ </pre>
760
+ </div>
761
+ </div>
762
+ <div class="p-1 flex-2" style="width: 100%;">blue_pencil-v2</div>
763
+ <div class="p-1 flex-1" style="width: 50%; min-width: 320px;">
764
+ <div class="flex-1">
765
+ <img
766
+ alt="gallery"
767
+ class="block h-full w-full rounded-t-lg object-contain object-center"
768
+ src="https://huggingface.co/bluepen5805/blue_pencil/resolve/main/images/blue_pencil-v2/1.png"
769
+ loading="lazy"
770
+ />
771
+ </div>
772
+ <div class="w-full">
773
+ <pre class="w-full" style="white-space: pre-line;">
774
+ girl, tokyo, scenery
775
+ Negative prompt: EasyNegative
776
+ Steps: 30
777
+ Sampler: DPM++ SDE Karras
778
+ CFG scale: 7.5
779
+ Seed: 205537258
780
+ Size: 768x768
781
+ Denoising strength: 0.65
782
+ Hires upscale: 2
783
+ </pre>
784
+ </div>
785
+ </div>
786
+ <div class="p-1 flex-1" style="width: 50%; min-width: 320px;">
787
+ <div class="w-full">
788
+ <img
789
+ alt="gallery"
790
+ class="block h-full w-full rounded-t-lg object-contain object-center"
791
+ src="https://huggingface.co/bluepen5805/blue_pencil/resolve/main/images/blue_pencil-v2/2.png"
792
+ loading="lazy"
793
+ />
794
+ </div>
795
+ <div class="w-full">
796
+ <pre class="w-full" style="white-space: pre-line;">
797
+ girl, spacesuit, beautiful earth, scenery, on the moon
798
+ Negative prompt: EasyNegative
799
+ Steps: 50
800
+ Sampler: DPM++ SDE Karras
801
+ CFG scale: 7.5
802
+ Seed: 1069444343
803
+ Size: 960x640
804
+ Denoising strength: 0.6
805
+ Hires upscale: 2
806
+ </pre>
807
+ </div>
808
+ </div>
809
+ </div>
810
+ </div>
811
+ </div>
812
+
813
+ <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));">
814
+
815
+ <h3 id="blue_pencil-v1" class="mt-0 text-2xl">
816
+ <code>blue_pencil-v1b</code> <small>(<code>@20230212</code>)</small> / <code>blue_pencil-v1</code> <small>(<code>@20230211</code>)</small>
817
+ </h3>
818
+
819
+ <div>
820
+ blue_pencil-v1b は<a href="https://civitai.com/models/4758/amalgammix">Amalgam_Mix</a>の代わりに<a href="https://huggingface.co/ploughB660/Balor-V2">Balor-V2</a>を階層マージしたモデルです
821
+
822
+ <h4>📄 ライセンス / License</h4>
823
+ <div class="px-2">
824
+ <table class="table-fixed border mt-0 text-xs">
825
+ <tbody>
826
+ <tr>
827
+ <td class="px-4 text-base text-bold" colspan="2">
828
+ <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license">
829
+ 修正 CreativeML OpenRAIL-M ライセンス / Modified CreativeML OpenRAIL-M license
830
+ </a>
831
+ </td>
832
+ </tr>
833
+ <tr>
834
+ <td class="align-middle px-2 w-8">
835
+ <span class="text-green-500">
836
+ <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">
837
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
838
+ </svg>
839
+ </span>
840
+ </td>
841
+ <td>
842
+ このモデルのクレジットを入れずに使用する<br>
843
+ Use the model without crediting the creator
844
+ </td>
845
+ </tr>
846
+ <tr>
847
+ <td class="align-middle px-2 w-8">
848
+ <span class="text-green-500">
849
+ <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">
850
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
851
+ </svg>
852
+ </span>
853
+ </td>
854
+ <td>
855
+ このモデルで生成した画像を商用利用する<br>
856
+ Sell images they generate
857
+ </td>
858
+ </tr>
859
+ <tr class="bg-danger-100">
860
+ <td class="align-middle px-2 w-8">
861
+ <span class="text-red-500">
862
+ <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">
863
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
864
+ </svg>
865
+ </span>
866
+ </td>
867
+ <td>
868
+ このモデルを商用の画像生成サービスで利用する</br>
869
+ Run on services that generate images for money
870
+ </td>
871
+ </tr>
872
+ <tr>
873
+ <td class="align-middle px-2 w-8">
874
+ <span class="text-green-500">
875
+ <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">
876
+ <path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
877
+ </svg>
878
+ </span>
879
+ </td>
880
+ <td>
881
+ このモデルを使用したマージモデルを共有する<br>
882
+ Share merges using this model
883
+ </td>
884
+ </tr>
885
+ <tr class="bg-danger-100">
886
+ <td class="align-middle px-2 w-8">
887
+ <span class="text-red-500">
888
+ <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">
889
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
890
+ </svg>
891
+ </span>
892
+ </td>
893
+ <td>
894
+ このモデル、またはこのモデルをマージしたモデルを販売する</br>
895
+ Sell this model or merges using this model
896
+ </td>
897
+ </tr>
898
+ <tr class="bg-danger-100">
899
+ <td class="align-middle px-2 w-8">
900
+ <span class="text-red-500">
901
+ <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">
902
+ <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
903
+ </svg>
904
+ </span>
905
+ </td>
906
+ <td>
907
+ このモデルをマージしたモデルに異なる権限を設定する</br>
908
+ Have different permissions when sharing merges
909
+ </td>
910
+ </tr>
911
+ </tbody>
912
+ </table>
913
+ </div>
914
+
915
+ <h4>🌱 マージ元モデル / Merged models</h4>
916
+ <div class="px-2">
917
+ <div class="border p-2">
918
+ <details>
919
 
920
  * [Defmix-v1.1](https://huggingface.co/Defpoint/Defmix-v1.0)
921
  * Counterfeit v1.0
 
948
  * and more
949
  * [atwcustom_V4](https://huggingface.co/atsuwo/ATW-custom)
950
  * [Amalgam_Mix](https://civitai.com/models/4758/amalgammix)
951
+ * [Balor-V2](https://huggingface.co/ploughB660/Balor-V2)
952
+ </details>
953
+ </div>
954
+ </div>
955
+
956
+ <h4>🔧 推奨設定 / Recommended Settings</h4>
957
+ <div class="px-2">
958
+ <table class="table-auto border mt-0 text-sm">
959
+ <tbody>
960
+ <tr>
961
+ <td class="pl-2" style="width: 12rem;">
962
+ VAE
963
+ </td>
964
+ <td>
965
+ <a href="https://huggingface.co/stabilityai/sd-vae-ft-mse-original">vae-ft-mse-840000-ema-pruned</a>
966
+ </td>
967
+ </tr>
968
+ <tr>
969
+ <td class="pl-2">
970
+ Negative Embedding
971
+ </td>
972
+ <td>
973
+ <a href="https://huggingface.co/datasets/gsdf/EasyNegative">EasyNegative</a>
974
+ </td>
975
+ </tr>
976
+ </tbody>
977
+ </table>
978
+ </div>
979
+
980
+ <h4>🖼️ 例 / Examples</h4>
981
+ <div class="container mx-auto px-5 px-2">
982
+ <div class="flex flex-wrap min-w-min items-baseline">
983
+ <div class="p-1 flex-2" style="width: 100%;">blue_pencil-v1b</div>
984
+ <div class="p-1 flex-1" style="width: 50%; min-width: 320px;">
985
+ <div class="flex-1">
986
+ <img
987
+ alt="gallery"
988
+ class="block h-full w-full rounded-t-lg object-contain object-center"
989
+ src="https://huggingface.co/bluepen5805/blue_pencil/resolve/main/images/blue_pencil-v1b/1.png"
990
+ loading="lazy"
991
+ />
992
+ </div>
993
+ <div class="w-full">
994
+ <pre class="w-full" style="white-space: pre-line;">
995
+ girl, tokyo, scenery
996
+ Negative prompt: EasyNegative
997
+ Steps: 30
998
+ Sampler: DPM++ SDE Karras
999
+ CFG scale: 7.5
1000
+ Seed: 205537258
1001
+ Size: 768x768
1002
+ Denoising strength: 0.65
1003
+ Hires upscale: 2
1004
+ </pre>
1005
+ </div>
1006
+ </div>
1007
+ <div class="p-1 flex-2" style="width: 100%;">blue_pencil-v1</div>
1008
+ <div class="p-1 flex-1" style="width: 50%; min-width: 320px;">
1009
+ <div class="flex-1">
1010
+ <img
1011
+ alt="gallery"
1012
+ class="block h-full w-full rounded-t-lg object-contain object-center"
1013
+ src="https://huggingface.co/bluepen5805/blue_pencil/resolve/main/images/blue_pencil-v1/1-2.png"
1014
+ loading="lazy"
1015
+ />
1016
+ </div>
1017
+ <div class="w-full">
1018
+ <pre class="w-full" style="white-space: pre-line;">
1019
+ girl, tokyo, scenery
1020
+ Negative prompt: EasyNegative
1021
+ Steps: 30
1022
+ Sampler: DPM++ SDE Karras
1023
+ CFG scale: 7.5
1024
+ Seed: 2526423076
1025
+ Size: 768x768
1026
+ Denoising strength: 0.6
1027
+ Hires upscale: 2
1028
+ </pre>
1029
+ </div>
1030
+ </div>
1031
+ <div class="p-1 flex-1" style="width: 50%; min-width: 320px;">
1032
+ <div class="w-full">
1033
+ <img
1034
+ alt="gallery"
1035
+ class="block h-full w-full rounded-t-lg object-contain object-center"
1036
+ src="https://huggingface.co/bluepen5805/blue_pencil/resolve/main/images/blue_pencil-v1/2-2.png"
1037
+ loading="lazy"
1038
+ />
1039
+ </div>
1040
+ <div class="w-full">
1041
+ <pre class="w-full" style="white-space: pre-line;">
1042
+ girl, early teen, kimono, sakura, particles
1043
+ Negative prompt: EasyNegative
1044
+ Steps: 20
1045
+ Sampler: DPM++ SDE Karras
1046
+ CFG scale: 7.5
1047
+ Seed: 4036639388,
1048
+ Size: 512x768
1049
+ Denoising strength: 0.62
1050
+ Hires upscale: 2
1051
+ </pre>
1052
+ </div>
1053
+ </div>
1054
+ </div>
1055
+ </div>
1056
+ </div>
images/header.jpg ADDED