teasan commited on
Commit
e19cfda
1 Parent(s): 426cde8

release for v6

Browse files
README.md CHANGED
@@ -18,14 +18,6 @@ library_name: diffusers
18
  モデル作者である私が勉強用と自分使用目的に制作しました。
19
  なお、VAEは導入されていないので別途DLしてください。
20
 
21
- 新モデルとしてV3.5モデルをリリースしました。
22
- V3モデル制作した当時、作り上げた瞬間にベースモデルの新しいやつが出たので、
23
- ベースモデルのをアップデートしたVerが3.5になります。
24
- V3.5モデルでは結構リアル寄りかな?と思いつつも、きちんとアニメ路線も出せる万能選手だと自負しています。
25
- 特に得意としているのはart系プロンプトを使ったものになります。
26
- かなりクオリティ高いものが出ると思うので、色々お試しください。
27
-
28
-
29
 
30
  ## 使い方
31
 
@@ -37,6 +29,18 @@ V3.5モデルでは結構リアル寄りかな?と思いつつも、きちん
37
 
38
  ### 推奨設定(作者の設定)
39
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  #### V3
41
 
42
  - Sampler: DPM++ 2M Karras
@@ -76,19 +80,20 @@ V3.5モデルでは結構リアル寄りかな?と思いつつも、きちん
76
  ### 出力サンプル
77
 
78
  <details>
79
- <summary>endlessMixV3.5</summary>
80
  <div>
81
 
82
- ![](image/v3/img01.png)
83
 
84
  ```
85
  ▲プロンプト
86
- absurdres, highres, ultra detailed, Ultra-precise depiction, Ultra-detailed depiction, (ultra-detailed background, detailed background), extremly detailed,
87
- 1gir, solo, zentangle, (Fashion Magazine Cover:1.4),
88
- Negative prompt: EasyNegative, bad-hands-5, (worst quality:2), Bad Anatomy, crumpled limbs, bad hands, bad fingers, missing fingers, missing arms, missing legs, extra digit, watermark, username, artist name, signature, text, grid view, nsfw,
 
89
  ```
90
 
91
- ![](image/v3/img02.png)
92
 
93
  ```
94
  ▲プロンプト
@@ -98,7 +103,7 @@ absurdres, highres, ultra detailed, (ultra-detailed background, detailed backgro
98
  Negative prompt: EasyNegative, bad-hands-5, (worst quality:2), Bad Anatomy, crumpled limbs, bad hands, bad fingers, missing fingers, missing arms, missing legs, extra digit, watermark, username, artist name, signature, text, grid view, nsfw,
99
  ```
100
 
101
- ![](image/v3/img03.png)
102
 
103
  ```
104
  ▲プロンプト
@@ -109,7 +114,7 @@ Negative prompt: EasyNegative, bad-hands-5, (worst quality:2), Bad Anatomy, crum
109
  ```
110
 
111
 
112
- ![](image/v3/img04.png)
113
 
114
  ```
115
  ▲プロンプト
@@ -120,6 +125,57 @@ Negative prompt: EasyNegative, bad-hands-5, (worst quality:2), Bad Anatomy, crum
120
  ```
121
 
122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  ~~~~~~~~~
124
 
125
  </div>
 
18
  モデル作者である私が勉強用と自分使用目的に制作しました。
19
  なお、VAEは導入されていないので別途DLしてください。
20
 
 
 
 
 
 
 
 
 
21
 
22
  ## 使い方
23
 
 
29
 
30
  ### 推奨設定(作者の設定)
31
 
32
+ #### V6
33
+
34
+ - Sampler: DPM++ 2M Karras
35
+ - Step: 20 ~ 50
36
+ - CFG scale: 7~15
37
+ - Denoising strength: 0.55 ~ 0.6
38
+ - Clip skip: 2
39
+ - Hires upscale: 2
40
+ - Hires steps: 10 ~ 13 or 0
41
+ - Hires upscaler: Latent (nearest)
42
+ - VAE: <a href="https://huggingface.co/hakurei/waifu-diffusion-v1-4/tree/main/vae" target="_blank">kl-f8-anime2</a>
43
+
44
  #### V3
45
 
46
  - Sampler: DPM++ 2M Karras
 
80
  ### 出力サンプル
81
 
82
  <details>
83
+ <summary>endlessMixV6</summary>
84
  <div>
85
 
86
+ ![](image/v6/img01.png)
87
 
88
  ```
89
  ▲プロンプト
90
+ absurdres, highres, (ultra-detailed background, detailed background), extremly detailed,
91
+ (1girl, solo), (kawaii:1.2),
92
+ ([ water effects | Light Effects | Feathers effects ]:1.3),
93
+ Negative prompt: EasyNegative, bad-hands-5, (worst quality:2), Bad Anatomy, crumpled limbs, bad hands, bad fingers, missing fingers, missing arms, missing legs, extra digit, watermark, username, artist name, signature, grid view, nsfw,
94
  ```
95
 
96
+ ![](image/v6/img02.png)
97
 
98
  ```
99
  ▲プロンプト
 
103
  Negative prompt: EasyNegative, bad-hands-5, (worst quality:2), Bad Anatomy, crumpled limbs, bad hands, bad fingers, missing fingers, missing arms, missing legs, extra digit, watermark, username, artist name, signature, text, grid view, nsfw,
104
  ```
105
 
106
+ ![](image/v6/img03.png)
107
 
108
  ```
109
  ▲プロンプト
 
114
  ```
115
 
116
 
117
+ ![](image/v6/img04.png)
118
 
119
  ```
120
  ▲プロンプト
 
125
  ```
126
 
127
 
128
+ ~~~~~~~~~
129
+
130
+ </div>
131
+ </details>
132
+
133
+
134
+ <details>
135
+ <summary>endlessMixV3.5</summary>
136
+ <div>
137
+
138
+ ![](image/v3/img01.png)
139
+
140
+ ```
141
+ ▲プロンプト
142
+ absurdres, highres, ultra detailed, Ultra-precise depiction, Ultra-detailed depiction, (ultra-detailed background, detailed background), extremly detailed,
143
+ 1gir, solo, zentangle, (Fashion Magazine Cover:1.4),
144
+ Negative prompt: EasyNegative, bad-hands-5, (worst quality:2), Bad Anatomy, crumpled limbs, bad hands, bad fingers, missing fingers, missing arms, missing legs, extra digit, watermark, username, artist name, signature, text, grid view, nsfw,
145
+ ```
146
+
147
+ ![](image/v3/img02.png)
148
+
149
+ ```
150
+ ▲プロンプト
151
+ absurdres, highres, (ultra-detailed background, detailed background), extremly detailed,
152
+ 1gir, artist style, (Fashion Magazine Cover:1.5), (zentangle:1.3), material effects,
153
+ Negative prompt: EasyNegative, bad-hands-5, (worst quality:2), Bad Anatomy, crumpled limbs, bad hands, bad fingers, missing fingers, missing arms, missing legs, extra digit, watermark, username, artist name, signature, grid view, nsfw,
154
+ ```
155
+
156
+ ![](image/v3/img03.png)
157
+
158
+ ```
159
+ ▲プロンプト
160
+ absurdres, highres, (ultra-detailed background, detailed background), extremly detailed,
161
+ (1girl, solo:1.2), 🥰,
162
+ (colorfield painting:1.3), (zentangle:1.3), flower effects, (fractal art:1.15),
163
+ Negative prompt: EasyNegative, bad-hands-5, (worst quality:2), Bad Anatomy, crumpled limbs, bad hands, bad fingers, missing fingers, missing arms, missing legs, extra digit, watermark, username, artist name, signature, grid view, nsfw,
164
+ ```
165
+
166
+
167
+ ![](image/v3/img04.png)
168
+
169
+ ```
170
+ ▲プロンプト
171
+ absurdres, highres, (ultra-detailed background, detailed background), extremly detailed,
172
+ (1girl, solo), big eyes, kawaii, toddler, loli,
173
+ townscape,
174
+ (Water Effects, Light Effects, Fluttering Feathers:1.2),
175
+ Negative prompt: EasyNegative, bad-hands-5, (worst quality:2), Bad Anatomy, crumpled limbs, bad hands, bad fingers, missing fingers, missing arms, missing legs, extra digit, watermark, username, artist name, signature, grid view, nsfw,
176
+ ```
177
+
178
+
179
  ~~~~~~~~~
180
 
181
  </div>
image/v6/img01.png ADDED

Git LFS Details

  • SHA256: 2d1faf857c2a68851fae5e75c49b7be235d43227c296ea2290f23a1686830b77
  • Pointer size: 132 Bytes
  • Size of remote file: 2.84 MB
image/v6/img02.png ADDED

Git LFS Details

  • SHA256: dbcf10a23f635ab4fd220114ca3d428f97597114aefca00ccf25c478acec8c64
  • Pointer size: 132 Bytes
  • Size of remote file: 2.89 MB
image/v6/img03.png ADDED

Git LFS Details

  • SHA256: f95c8084342adc02cf602c133b8ea61ff46b5dce012c832a5e6f607928205dfb
  • Pointer size: 132 Bytes
  • Size of remote file: 2.68 MB
image/v6/img04.png ADDED

Git LFS Details

  • SHA256: 363b460cc8c3a42577a4c6d9e2d6bbcfb5efdd0dbb928a7a25bbd3f6753be193
  • Pointer size: 132 Bytes
  • Size of remote file: 2.65 MB
model/v6/endlessMixV6Fix.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:615013f53c52187afe8aaa7ed9722fd1822841451ae5fe9e795ceb6ffea9fae7
3
+ size 4244124028