Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: faipl-1.0-sd
|
4 |
+
license_link: https://freedevproject.org/faipl-1.0-sd/
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- stable-diffusion-xl
|
9 |
+
- merge
|
10 |
+
base_model:
|
11 |
+
- Raelina/Raehoshi-illust-XL-3
|
12 |
+
- Laxhar/noobai-XL-Vpred-0.6
|
13 |
+
---
|
14 |
+
|
15 |
+
<style>
|
16 |
+
.gallery {
|
17 |
+
display: grid;
|
18 |
+
grid-template-columns: repeat(4, 1fr);
|
19 |
+
gap: 10px;
|
20 |
+
}
|
21 |
+
|
22 |
+
.gallery img {
|
23 |
+
width: 100%;
|
24 |
+
height: auto;
|
25 |
+
margin-top: 0px;
|
26 |
+
margin-bottom: 0px;
|
27 |
+
border-radius: 10px;
|
28 |
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
29 |
+
transition: transform 0.3s;
|
30 |
+
}
|
31 |
+
</style>
|
32 |
+
|
33 |
+
# NONAMEmix-Vpred
|
34 |
+
|
35 |
+
## NOTICE
|
36 |
+
This is a v-prediction model.
|
37 |
+
Pls read "How to Use the Model" section on [NoobAI-XL model page](https://civitai.com/models/833294).
|
38 |
+
|
39 |
+
<div class="gallery">
|
40 |
+
<img src="./sample_v11_1.webp" alt="sample_v11_1">
|
41 |
+
<img src="./sample_v11_2.webp" alt="sample_v11_2">
|
42 |
+
<img src="./sample_v11_3.webp" alt="sample_v11_3">
|
43 |
+
<img src="./sample_v11L.webp" alt="sample_v11L">
|
44 |
+
</div>
|
45 |
+
|
46 |
+
## Model Description
|
47 |
+
- **Model type**: Diffusion-based text-to-image generative model
|
48 |
+
- **Model prompt style**: Booru-tags
|
49 |
+
- **License**: [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
50 |
+
|
51 |
+
## Merge Recipe
|
52 |
+
- Raehoshi illust XL 3.0 (A)
|
53 |
+
- (https://civitai.com/models/846917/raehoshi-illust-xl)
|
54 |
+
- RouWei 0.6.1 vpred (B)
|
55 |
+
- (https://civitai.com/models/950531/rouwei)
|
56 |
+
- paruparu illustrious v3.2 (C)
|
57 |
+
- NoobAI-XL Epsilon-Pred 0.75 (D)
|
58 |
+
- NoobAI-XL Epsilon-Pred 1.1 (E)
|
59 |
+
- (https://civitai.com/models/833294?modelVersionId=998979)
|
60 |
+
|
61 |
+
```
|
62 |
+
A + (C - D) * (0,0,0.2,0,0.2,0.2,1,0.2,0,0,0,0,0.2,0.2,0,0,0.7,0.2,0) = F
|
63 |
+
B + (F - E) * (0,0.3,0.9,0.7,0.7,0.7,0.9,0,0.3,1,0,0.3,0.9,0,0,0,0.9,0,0.3) = This Model
|
64 |
+
```
|
65 |
+
|
66 |
+
## Recommended settings
|
67 |
+
|
68 |
+
- **Positive prompts:**
|
69 |
+
```
|
70 |
+
masterpiece, best quality, very aesthetic,
|
71 |
+
```
|
72 |
+
- **Negative prompts:**
|
73 |
+
```
|
74 |
+
lowres, bad quality, worst quality, very displeasing, bad anatomy, sketch, jpeg artifacts, signature, watermark,
|
75 |
+
```
|
76 |
+
- **CFG:** 3-5
|
77 |
+
- **Sampling steps:** 28
|
78 |
+
- **Sampler:** Euler a
|
79 |
+
- **Supported Resolution:**
|
80 |
+
```
|
81 |
+
1024 x 1024, 1152 x 896, 896 x 1152, 1216 x 832, 832 x 1216, 1344 x 768, 768 x 1344, 1536 x 640, 640 x 1536
|
82 |
+
```
|
83 |
+
|
84 |
+
## Hires.fix Setting
|
85 |
+
- **Upscaler:** 4x-UltraSharp
|
86 |
+
- **Hires step:** 10-15
|
87 |
+
- **Denoising:** 0.3-0.4
|
88 |
+
|
89 |
+
## License
|
90 |
+
|
91 |
+
[Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|