Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,138 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
4 |
+
|
5 |
+
# ◆ SukiAni-mix
|
6 |
+
|
7 |
+
## 概要 / Overview
|
8 |
+
|
9 |
+
<ur>
|
10 |
+
<li>
|
11 |
+
このモデルは、精細な背景とアニメ風の人物を同時に出力することを目的とし、U-Netの階層ごとに重みを変化させて複数のモデルをマージすることにより生成された<strong>試験的なモデル</strong>です。 <br>
|
12 |
+
This model is an experimental model generated by U-net's hierarchical merging, with the goal of simultaneously outputting a detailed background and cartoon-like characters.
|
13 |
+
</li>
|
14 |
+
<li>
|
15 |
+
VAEは不要です。<br>
|
16 |
+
VAE is not required.
|
17 |
+
</li>
|
18 |
+
<li>
|
19 |
+
使用される際は以下のライセンスの内容を完全にかつ慎重にお読みください。<br>
|
20 |
+
Please read the following license terms completely and carefully before use.
|
21 |
+
</li>
|
22 |
+
</ur>
|
23 |
+
|
24 |
+
<hr>
|
25 |
+
|
26 |
+
## ライセンス / License
|
27 |
+
|
28 |
+
<a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license">
|
29 |
+
修正 CreativeML OpenRAIL-M ライセンス / Modified CreativeML OpenRAIL-M license
|
30 |
+
</a>
|
31 |
+
|
32 |
+
<br>
|
33 |
+
|
34 |
+
🚫 本モデルを商用の画像生成サービスで利用する行為 <br>
|
35 |
+
Use of this model for commercial image generation services
|
36 |
+
|
37 |
+
🚫 本モデルや本モデルをマージしたモデルを販売する行為<br>
|
38 |
+
The act of selling this model or a model merged with this model
|
39 |
+
|
40 |
+
🚫 本モデルを使用し意図的に違法な出力をする行為 <br>
|
41 |
+
Intentionally using this model to produce illegal output
|
42 |
+
|
43 |
+
🚫 本モデルをマージしたモデルに異なる権限を与える行為 <br>
|
44 |
+
Have different permissions when sharing
|
45 |
+
|
46 |
+
🚫 本モデルで生成した画像を商用利用する行為 <br>
|
47 |
+
Commercial use of images generated by this model
|
48 |
+
|
49 |
+
✅ 本モデルを使用したマージモデルを使用または再配布する行為 <br>
|
50 |
+
Use or redistribution of merged models using this model
|
51 |
+
|
52 |
+
🚫 本モデルのクレジット表記をせずに使用する行為 <br>
|
53 |
+
Use of this model without crediting the model
|
54 |
+
|
55 |
+
<hr>
|
56 |
+
|
57 |
+
## 推奨設定 / Recommended Settings
|
58 |
+
|
59 |
+
```
|
60 |
+
Steps: 20 ~ 60
|
61 |
+
Sampler: DPM++ SDE Karras
|
62 |
+
CFG scale: 7.5
|
63 |
+
|
64 |
+
Denoising strength: 0.55
|
65 |
+
Hires steps: 20
|
66 |
+
Hires upscaler: R-ESRGAN 4x+ Anime6B
|
67 |
+
|
68 |
+
Clip skip: 2
|
69 |
+
```
|
70 |
+
|
71 |
+
Negative:
|
72 |
+
|
73 |
+
```
|
74 |
+
(easynegative:1.0),(worst quality,low quality:1.2),(bad anatomy:1.4),(realistic:1.1),nose,lips,adult,fat,sad,(monochrome:0.95)
|
75 |
+
```
|
76 |
+
|
77 |
+
<hr>
|
78 |
+
|
79 |
+
## 例 / Examples
|
80 |
+
|
81 |
+
<img src="https://huggingface.co/Vsukiyaki/SukiAni-mix/resolve/main/imgs/sample1.png" width="512px">
|
82 |
+
|
83 |
+
```
|
84 |
+
solo, cute girl standing in the back alley, cowboy shot
|
85 |
+
|
86 |
+
Negative prompt: (easynegative:1.0),(worst quality,low quality:1.2),(bad anatomy:1.4),(realistic:1.1),nose,lips,adult,fat,sad,(monochrome:0.95)
|
87 |
+
|
88 |
+
Steps: 20
|
89 |
+
Sampler: DPM++ SDE Karras
|
90 |
+
CFG scale: 7.5
|
91 |
+
Seed: 2120842789
|
92 |
+
Size: 768x768
|
93 |
+
Denoising strength: 0.55
|
94 |
+
Clip skip: 2
|
95 |
+
Hires upscale: 2
|
96 |
+
Hires steps: 20
|
97 |
+
Hires upscaler: R-ESRGAN 4x+ Anime6B
|
98 |
+
```
|
99 |
+
|
100 |
+
<br>
|
101 |
+
<img src="https://huggingface.co/Vsukiyaki/SukiAni-mix/resolve/main/imgs/sample2.png" width="768px">
|
102 |
+
|
103 |
+
```
|
104 |
+
face focus,cute girl, gazing at a cityscape of towering buildings and highways from a rooftop,(overlooking:1.3),river,valley,fine silver hair,red eyes,blue sky,looking at viewer,magnificent view,cowboy shot
|
105 |
+
|
106 |
+
Negative prompt: (easynegative:1.0),(worst quality,low quality:1.2),(bad anatomy:1.4),(realistic:1.1),nose,lips,adult,fat,sad,(monochrome:0.95)
|
107 |
+
|
108 |
+
Steps: 60
|
109 |
+
Sampler: DPM++ SDE Karras
|
110 |
+
CFG scale: 7.5
|
111 |
+
Seed: 987037127
|
112 |
+
Size: 768x512
|
113 |
+
Denoising strength: 0.55
|
114 |
+
Clip skip: 2
|
115 |
+
Hires upscale: 2.5
|
116 |
+
Hires steps: 20
|
117 |
+
Hires upscaler: R-ESRGAN 4x+ Anime6B
|
118 |
+
```
|
119 |
+
|
120 |
+
<br>
|
121 |
+
<img src="https://huggingface.co/Vsukiyaki/SukiAni-mix/resolve/main/imgs/sample3.png" width="512px">
|
122 |
+
|
123 |
+
```
|
124 |
+
night,cute girl standing,hoodie,(brown fine short hair),brown eyes,skirt,blush,smile,(depth of field:1.3),portrait,(night view),upper body,light particles
|
125 |
+
|
126 |
+
Negative prompt: (easynegative:1.0),(worst quality,low quality:1.2),(bad anatomy:1.4),(realistic:1.1),nose,lips,adult,fat,sad,(monochrome:0.95)
|
127 |
+
|
128 |
+
Steps: 40
|
129 |
+
Sampler: DPM++ SDE Karras
|
130 |
+
CFG scale: 7.5
|
131 |
+
Seed: 3007289264
|
132 |
+
Size: 640x640
|
133 |
+
Denoising strength: 0.55
|
134 |
+
Clip skip: 2
|
135 |
+
Hires upscale: 1.8
|
136 |
+
Hires steps: 20
|
137 |
+
Hires upscaler: R-ESRGAN 4x+ Anime6B
|
138 |
+
```
|