Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,68 @@
|
|
2 |
license: other
|
3 |
license_name: faipl-1.0-sd
|
4 |
license_link: https://freedevproject.org/faipl-1.0-sd/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
---
|
13 |
+
|
14 |
+
</style>
|
15 |
+
|
16 |
+
<h1 class="title">
|
17 |
+
<span>Raemu XL</span>
|
18 |
+
</h1>
|
19 |
+
|
20 |
+
**Raemu XL** is a merged model that focused in 2.5D Anime
|
21 |
+
|
22 |
+
## Model Details
|
23 |
+
- **Developed by**: Raelina
|
24 |
+
- **Model type**: Diffusion-based text-to-image generative model
|
25 |
+
- **Model Description**: Raemu XL is a merged model that focused in 2.5D Anime
|
26 |
+
- **License**: [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
27 |
+
- **Merged from model**: [Animagine XL 3.0](https://huggingface.co/Linaqruf/animagine-xl-2.0)
|
28 |
+
|
29 |
+
## Recommended settings
|
30 |
+
|
31 |
+
To guide the model towards generating high-aesthetic images, use negative prompts like:
|
32 |
+
```
|
33 |
+
nsfw, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name
|
34 |
+
```
|
35 |
+
|
36 |
+
For higher quality outcomes, prepend prompts with:
|
37 |
+
|
38 |
+
```
|
39 |
+
masterpiece, best quality
|
40 |
+
```
|
41 |
+
|
42 |
+
### Multi Aspect Resolution
|
43 |
+
|
44 |
+
This model supports generating images at the following dimensions:
|
45 |
+
|
46 |
+
| Dimensions | Aspect Ratio |
|
47 |
+
|-------------------|-----------------|
|
48 |
+
| `1024 x 1024` | 1:1 Square |
|
49 |
+
| `1152 x 896` | 9:7 |
|
50 |
+
| `896 x 1152` | 7:9 |
|
51 |
+
| `1216 x 832` | 19:13 |
|
52 |
+
| `832 x 1216` | 13:19 |
|
53 |
+
| `1344 x 768` | 7:4 Horizontal |
|
54 |
+
| `768 x 1344` | 4:7 Vertical |
|
55 |
+
| `1536 x 640` | 12:5 Horizontal |
|
56 |
+
| `640 x 1536` | 5:12 Vertical |
|
57 |
+
|
58 |
+
## Merge parameters
|
59 |
+
|
60 |
+
|
61 |
+
## License
|
62 |
+
|
63 |
+
Raemu XL 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:
|
64 |
+
1. **Modification Sharing:** If you modify Animagine XL 3.0, you must share both your changes and the original license.
|
65 |
+
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.
|
66 |
+
3. **Distribution Terms:** Any distribution must be under this license or another with similar rules.
|
67 |
+
4. **Compliance:** Non-compliance must be fixed within 30 days to avoid license termination, emphasizing transparency and adherence to open-source values.
|
68 |
+
|
69 |
+
The choice of this license aims to keep Raemu XL and Animagine XL 3.0 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.
|