bluepen5805
commited on
Commit
•
292dafa
1
Parent(s):
380dc05
add `blue_pencil-v1`
Browse files- .gitattributes +1 -0
- README.md +80 -0
- blue_pencil-v1.safetensors +3 -0
- images/blue_pencil-v1/1-1.png +3 -0
- images/blue_pencil-v1/1-2.png +3 -0
- images/blue_pencil-v1/2-1.png +3 -0
- images/blue_pencil-v1/2-2.png +3 -0
- images/blue_pencil-v1/3.png +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,83 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
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 |
+
## blue_pencil-v1 <small>(@20230211)</small>
|
23 |
+
|
24 |
+
### 推奨設定
|
25 |
+
|
26 |
+
* VAE
|
27 |
+
* [vae-ft-mse-840000-ema-pruned](https://huggingface.co/stabilityai/sd-vae-ft-mse-original)
|
28 |
+
* Negative Embedding
|
29 |
+
* [EasyNegative](https://huggingface.co/datasets/gsdf/EasyNegative)
|
30 |
+
|
31 |
+
### 出力例
|
32 |
+
|
33 |
+
#### 1
|
34 |
+
|
35 |
+
```
|
36 |
+
girl, tokyo, scenery
|
37 |
+
Negative prompt: EasyNegative
|
38 |
+
|
39 |
+
Steps: 30, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 2526423076
|
40 |
+
Size: 768x768, Clip skip: 2
|
41 |
+
```
|
42 |
+
|
43 |
+
![blue_pencil-v1_1-1](../../resolve/main/images/blue_pencil-v1/1-1.png)
|
44 |
+
|
45 |
+
##### Hires. fix
|
46 |
+
|
47 |
+
```
|
48 |
+
Denoising strength: 0.6, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
|
49 |
+
```
|
50 |
+
|
51 |
+
![blue_pencil-v1_1-2](../../resolve/main/images/blue_pencil-v1/1-2.png)
|
52 |
+
|
53 |
+
#### 2
|
54 |
+
|
55 |
+
```
|
56 |
+
girl, early teen, kimono, sakura, particles
|
57 |
+
Negative prompt: EasyNegative
|
58 |
+
|
59 |
+
Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 4036639388,
|
60 |
+
Size: 512x768, Clip skip: 2
|
61 |
+
```
|
62 |
+
|
63 |
+
![blue_pencil-v1_2-1](../../resolve/main/images/blue_pencil-v1/2-1.png)
|
64 |
+
|
65 |
+
##### Hires. fix
|
66 |
+
|
67 |
+
```
|
68 |
+
Denoising strength: 0.62, Hires upscale: 2, Hires upscaler: Latent (nearest-exact)
|
69 |
+
```
|
70 |
+
|
71 |
+
![blue_pencil-v1_2-2](../../resolve/main/images/blue_pencil-v1/2-2.png)
|
72 |
+
|
73 |
+
#### 3
|
74 |
+
|
75 |
+
```
|
76 |
+
girl, early teen, t-shirt, pants, from behind, landscape, scenery, apocalyptic
|
77 |
+
Negative prompt: EasyNegative
|
78 |
+
|
79 |
+
Steps: 40, Sampler: DPM++ SDE Karras, CFG scale: 7.5, Seed: 748447692,
|
80 |
+
Size: 768x512, Clip skip: 2
|
81 |
+
```
|
82 |
+
|
83 |
+
![blue_pencil-v1_3](../../resolve/main/images/blue_pencil-v1/3.png)
|
blue_pencil-v1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a14503127d49507dce7aa892a73d4e5c744f7d6b80d9cc798723a2427ab34326
|
3 |
+
size 2132626071
|
images/blue_pencil-v1/1-1.png
ADDED
Git LFS Details
|
images/blue_pencil-v1/1-2.png
ADDED
Git LFS Details
|
images/blue_pencil-v1/2-1.png
ADDED
Git LFS Details
|
images/blue_pencil-v1/2-2.png
ADDED
Git LFS Details
|
images/blue_pencil-v1/3.png
ADDED
Git LFS Details
|