updated readme
Browse files- README.md +122 -1
- sakumomoXL_v1.safetensors +3 -0
- sakumomoXL_v2.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,124 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: openrail++
|
3 |
+
tags:
|
4 |
+
- text-to-image
|
5 |
+
- stable-diffusion
|
6 |
+
- stable-diffusion-xl
|
7 |
---
|
8 |
+
|
9 |
+
<style>
|
10 |
+
.title {
|
11 |
+
font-size: 48px;
|
12 |
+
text-align: center;
|
13 |
+
letter-spacing: 0.1em;
|
14 |
+
padding: 20px 0px;
|
15 |
+
background: transparent;
|
16 |
+
}
|
17 |
+
|
18 |
+
.title span {
|
19 |
+
background: -webkit-linear-gradient(66deg, #00a6de, #9b70ff);
|
20 |
+
-webkit-background-clip: text;
|
21 |
+
-webkit-text-fill-color: transparent;
|
22 |
+
}
|
23 |
+
|
24 |
+
.sample-image{
|
25 |
+
width: 100%;
|
26 |
+
height: auto;
|
27 |
+
border-radius: 8px;
|
28 |
+
transition: transform .2s;
|
29 |
+
}
|
30 |
+
|
31 |
+
.sample-image:hover{
|
32 |
+
transform: scale(1.03);
|
33 |
+
}
|
34 |
+
</style>
|
35 |
+
|
36 |
+
<h1 class="title"><span>SakumomoXL</span></h1>
|
37 |
+
|
38 |
+
<table>
|
39 |
+
<tr>
|
40 |
+
<td>
|
41 |
+
<img class="sample-image" src="https://huggingface.co/KidiXDev/sakumomoXL/resolve/main/assets/img04.png" alt="img4">
|
42 |
+
</td>
|
43 |
+
<td>
|
44 |
+
<img class="sample-image" src="https://huggingface.co/KidiXDev/sakumomoXL/resolve/main/assets/img02.png" alt="img2">
|
45 |
+
</td>
|
46 |
+
<td>
|
47 |
+
<img class="sample-image" src="https://huggingface.co/KidiXDev/sakumomoXL/resolve/main/assets/img01.png" alt="img1">
|
48 |
+
</td>
|
49 |
+
<td>
|
50 |
+
<img class="sample-image" src="https://huggingface.co/KidiXDev/sakumomoXL/resolve/main/assets/img03.png" alt="img3">
|
51 |
+
</td>
|
52 |
+
</tr>
|
53 |
+
</table>
|
54 |
+
|
55 |
+
<hr>
|
56 |
+
|
57 |
+
This model was created using a simple merge of several other checkpoints. you can find the base model [here](https://civitai.com/models/316882?modelVersionId=382513).
|
58 |
+
|
59 |
+
## What is this?
|
60 |
+
|
61 |
+
This model aims to offer more flexibility and stability in the art style while keeping it consistent with the original design. It balances creative freedom with a steady visual framework to preserve the style and allow for smooth transitions and refined adjustments.
|
62 |
+
|
63 |
+
## Merge configuration
|
64 |
+
|
65 |
+
v1-
|
66 |
+
Base: MomoiroPony_v1.4
|
67 |
+
|
68 |
+
- [HassakuXL-H_v1.3](https://civitai.com/models/376031/hassaku-xl-hentai?modelVersionId=559994)
|
69 |
+
- Ratio: 0.76
|
70 |
+
- CLIPMerge Ratio: 0.83
|
71 |
+
- BakedVAE: [xlVAEC_f2](https://civitai.com/models/152040?modelVersionId=719135)
|
72 |
+
- Output: sakumomoXL_v1
|
73 |
+
|
74 |
+
v2-
|
75 |
+
Base: sakumomoXL_v1
|
76 |
+
|
77 |
+
- [Sweet-mix_XLPony_v1.2](https://civitai.com/models/18927?modelVersionId=771458)
|
78 |
+
- Ratio: 0.43
|
79 |
+
- CLIPMerge Ratio: 0.23
|
80 |
+
- BakedVAE: ?
|
81 |
+
- Output: sakumomoXL_v2
|
82 |
+
|
83 |
+
Tools used for merging: [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
84 |
+
|
85 |
+
<hr>
|
86 |
+
|
87 |
+
### Use Example:
|
88 |
+
|
89 |
+
Quality Prompt - Make sure you include this:
|
90 |
+
|
91 |
+
```
|
92 |
+
score_9, score_8_up, score_7_up
|
93 |
+
```
|
94 |
+
|
95 |
+
Positive Prompt:
|
96 |
+
|
97 |
+
```
|
98 |
+
score_9, score_8_up, score_7_up, source_anime, 1girl, solo, cute, light smile, red hair, blue eyes, outdoors, face focus, rating safe
|
99 |
+
```
|
100 |
+
|
101 |
+
Negative Prompt:
|
102 |
+
|
103 |
+
```
|
104 |
+
(score_4,score_3,score_2,score_1:1.3), bad anatomy, deformed anatomy, realistic, source_furry, watermark, animal ears, heart-shaped pupils, abs, desaturated, noise, blur
|
105 |
+
```
|
106 |
+
|
107 |
+
Recomended Image Size:
|
108 |
+
|
109 |
+
```
|
110 |
+
832x1216 (Portrait)
|
111 |
+
768x1344 (Portrait)
|
112 |
+
```
|
113 |
+
|
114 |
+
CLIP Skip:
|
115 |
+
|
116 |
+
```
|
117 |
+
2
|
118 |
+
```
|
119 |
+
|
120 |
+
Sampler:
|
121 |
+
|
122 |
+
```
|
123 |
+
Euler a
|
124 |
+
```
|
sakumomoXL_v1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b6d58afca03e8ce9474419d391fdc4fa735b3777e73153a2d9311d7823582b6
|
3 |
+
size 6938057386
|
sakumomoXL_v2.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e4b12770ebf4399a3239a377b82b968dc3a1d21e1499e3df94564473cb6a2eb
|
3 |
+
size 6938059266
|