Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: faipl-1.0-sd
|
4 |
+
license_link: https://freedevproject.org/faipl-1.0-sd/
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- text-to-image
|
9 |
+
- stable-diffusion
|
10 |
+
- safetensors
|
11 |
+
- stable-diffusion-xl
|
12 |
+
base_model: cagliostrolab/animagine-xl-3.0
|
13 |
+
---
|
14 |
+
<style>
|
15 |
+
.title-container {
|
16 |
+
display: flex;
|
17 |
+
justify-content: center;
|
18 |
+
align-items: center;
|
19 |
+
height: 100vh; /* Adjust this value to position the title vertically */
|
20 |
+
}
|
21 |
+
|
22 |
+
.title {
|
23 |
+
font-size: 2.5em;
|
24 |
+
text-align: center;
|
25 |
+
color: #333;
|
26 |
+
font-family: 'Helvetica Neue', sans-serif;
|
27 |
+
text-transform: uppercase;
|
28 |
+
letter-spacing: 0.1em;
|
29 |
+
padding: 0.5em 0;
|
30 |
+
background: transparent;
|
31 |
+
}
|
32 |
+
|
33 |
+
.title span {
|
34 |
+
background: -webkit-linear-gradient(45deg, #8efdff, #ab735c);
|
35 |
+
-webkit-background-clip: text;
|
36 |
+
-webkit-text-fill-color: transparent;
|
37 |
+
}
|
38 |
+
|
39 |
+
</style>
|
40 |
+
|
41 |
+
<h1 class="title">
|
42 |
+
<span>AsahinaMix</span>
|
43 |
+
</h1>
|
44 |
+
|
45 |
+
**AsahinaMix** is a merge model, and has two branches of merge models, AsaMix which focuses on Anime style while [HinaMix](https://huggingface.co/Asahina2K/AsahinaMix/resolve/main/HinaMix/HinaMix.safetensors) focuses on 2.5D anime style.
|
46 |
+
|
47 |
+
## Model Details AsaMix (Still WIP Comming soon ^^)
|
48 |
+
- **Developed by**: [Asahina2k](https://twitter.com/Asahina2k)
|
49 |
+
- **Model type**: Diffusion-based text-to-image generative model
|
50 |
+
- **Model Description**: Generate high-quality anime images from textual prompts
|
51 |
+
- **License**: [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
52 |
+
- **Merged from model**: [Animagine XL 3.0](https://huggingface.co/cagliostrolab/animagine-xl-3.0)
|
53 |
+
|
54 |
+
|
55 |
+
## Model Details HinaMix
|
56 |
+
- **Developed by**: [Asahina2k](https://twitter.com/Asahina2k)
|
57 |
+
- **Model type**: Diffusion-based text-to-image generative model
|
58 |
+
- **Model Description**: Generate high-quality anime images from textual prompts
|
59 |
+
- **License**: [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
60 |
+
- **Merged from model**: [Animagine XL 3.0](https://huggingface.co/cagliostrolab/animagine-xl-3.0), [RealCartoon-XL](https://civitai.com/models/125907/realcartoon-xl), [bluePencilXL](https://civitai.com/models/119012), [Lah | Mysterious SDXL](https://civitai.com/models/118441), [SwampMachine](https://civitai.com/models/286574)
|
61 |
+
|
62 |
+
## Recommended settings
|
63 |
+
|
64 |
+
AsaMix and HinaMix have same recommended settings
|
65 |
+
|
66 |
+
To guide the model towards generating high-aesthetic images, use negative prompts like:
|
67 |
+
```
|
68 |
+
(worst quality, low quality, lowres), (interlocked fingers, badly drawn hands and fingers, anatomically incorrect hands), blurry, watermark,
|
69 |
+
```
|
70 |
+
|
71 |
+
For higher quality outcomes, prepend prompts with:
|
72 |
+
|
73 |
+
```
|
74 |
+
(very aethetic, best quality, ultra detailed), intricate details,
|
75 |
+
```
|
76 |
+
|
77 |
+
### Multi Aspect Resolution
|
78 |
+
|
79 |
+
This model supports generating images at the following dimensions:
|
80 |
+
| Dimensions | Aspect Ratio |
|
81 |
+
|-------------------|-----------------|
|
82 |
+
| `1024 x 1024` | 1:1 Square |
|
83 |
+
| `1152 x 896` | 9:7 |
|
84 |
+
| `896 x 1152` | 7:9 |
|
85 |
+
| `1216 x 832` | 19:13 |
|
86 |
+
| `832 x 1216` | 13:19 |
|
87 |
+
| `1344 x 768` | 7:4 Horizontal |
|
88 |
+
| `768 x 1344` | 4:7 Vertical |
|
89 |
+
| `1536 x 640` | 12:5 Horizontal |
|
90 |
+
| `640 x 1536` | 5:12 Vertical |
|
91 |
+
|
92 |
+
## Hires.fix Setting
|
93 |
+
- Upscaler : [4x-YandereNeoXL](https://nmkd.de/?esrgan)
|
94 |
+
- Hires step : 10-20
|
95 |
+
- Denoising : 0.2-0.4 or 0.55 for latent upscaler
|
96 |
+
|
97 |
+
## Merge parameters for HinaMix
|
98 |
+
|
99 |
+
1. Animagine XL 3.0 merged to [RealCartoonXL V6](https://civitai.com/models/125907/realcartoon-xl) to get 2.5D body using MBW (0,1,0.8,0.5,0.25,0,0,0,0,0,0,0.3,0.5,0.71,1,0.56,0.71,1,0.83,0.1)
|
100 |
+
2. (1) merged with [Blue Pencil XL v4.0.1](https://civitai.com/models/119012/bluepencil-xl) to get anime touch using MBW (0,0.11,0.22,0.33,0.44,0.55,0.44,0.33,0.22,0.11,0,0.11,0.22,0.33,0.44,0.55,0.44,0.33,0.22,0.11)
|
101 |
+
3. (2) merge with [Lah | Mysterious SDXL](https://civitai.com/models/118441) to get manhua fantasy style using MBW (0,1,0.8,0.5,0.25,0,0,0,0,0,0,0.3,0.5,0.71,1,0.56,0.71,1,0.83,0.1)
|
102 |
+
4. (3) merge with [SwampMachine](https://civitai.com/models/286574) for final anime touch using MBW (0,0.11,0.22,0.33,0.44,0.55,0.44,0.33,0.22,0.11,0,0.11,0.22,0.33,0.44,0.55,0.44,0.33,0.22,0.11)
|
103 |
+
5. HinaMix
|
104 |
+
|
105 |
+
## License
|
106 |
+
|
107 |
+
AsahinaMix now uses the [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/) inherited from Animagine XL 3.0, compatible with Stable Diffusion models. Key points:
|
108 |
+
1. **Modification Sharing:** If you modify AsahinaMix, you must share both your changes and the original license.
|
109 |
+
2. **Source Code Accessibility:** If your modified version is network-accessible, provide a way (like a download link) for others to get the source code. This applies to derived models too.
|
110 |
+
3. **Distribution Terms:** Any distribution must be under this license or another with similar rules.
|
111 |
+
4. **Compliance:** Non-compliance must be fixed within 30 days to avoid license termination, emphasizing transparency and adherence to open-source values.
|
112 |
+
|
113 |
+
The choice of this license aims to keep AsahinaMix open and modifiable, aligning with open source community spirit. It protects contributors and users, encouraging a collaborative, ethical open-source community. This ensures the model not only benefits from communal input but also respects open-source development freedoms.
|