Upload README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,44 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
tags:
|
4 |
+
- Text-to-Image
|
5 |
+
- stable-diffusion
|
6 |
+
---
|
7 |
|
8 |
+
# LoliyellMix
|
9 |
|
10 |
+
可愛くて小さい女の子を出すことを主眼にしたマージモデルです。
|
11 |
+
|
12 |
+
- 小さい女の子が出しやすいです
|
13 |
+
- 大人の女性は出せるかもしれないけどテストしてないのでわかりません
|
14 |
+
- 幻想的でキラキラしたものは苦手です
|
15 |
+
- ちょっとえっちな構図は得意かもしれません
|
16 |
+
- VAE内蔵してます
|
17 |
+
|
18 |
+
This is a merge model primarily focused on generating cute and small girls.
|
19 |
+
|
20 |
+
- It's easy to generate images of small girls.
|
21 |
+
- Adult women might be possible to generate, but it hasn't been tested, so I'm not sure.
|
22 |
+
- Not skilled with fantasy and sparkling themes.
|
23 |
+
- Slightly risqué compositions might be handled well.
|
24 |
+
- It includes a VAE.
|
25 |
+
|
26 |
+
## Sample images
|
27 |
+
|
28 |
+
![サンプル1](./img/sample_1.jpg)
|
29 |
+
![サンプル2](./img/sample_2.jpg)
|
30 |
+
![サンプル3](./img/sample_3.jpg)
|
31 |
+
|
32 |
+
## Versions
|
33 |
+
|
34 |
+
### V4
|
35 |
+
- 顔つきを素朴な感じにした
|
36 |
+
- 背景を少し強くした
|
37 |
+
- コントラストと彩度を高めにした
|
38 |
+
- えっちなポーズを出しやすくした
|
39 |
+
|
40 |
+
### V1〜V3
|
41 |
+
- よく覚えてません
|
42 |
+
|
43 |
+
# License
|
44 |
+
[CreativeML Open RAIL++-M License](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md)
|