Raelina commited on
Commit
c18d49f
1 Parent(s): a3ac6e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md CHANGED
@@ -2,4 +2,100 @@
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
+ base_model: cagliostrolab/animagine-xl-3.1
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, #ff7a52, #a5cff0);
35
+ -webkit-background-clip: text;
36
+ -webkit-text-fill-color: transparent;
37
+ }
38
+
39
+ </style>
40
+
41
+ <h1 class="title">
42
+ <span>Raena XL</span>
43
+ </h1>
44
+
45
+ **Raena XL** is a merged model that focused in 2D Anime
46
+
47
+ ## Model Details
48
+ - **Developed by**: [Raelina](https://civitai.com/user/Raelina)
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.1](https://huggingface.co/cagliostrolab/animagine-xl-3.1)
53
+
54
+ ## Recommended settings
55
+
56
+ To guide the model towards generating high-aesthetic images, use negative prompts like:
57
+ ```
58
+ (worst quality, low quality, very displeasing, lowres), (interlocked fingers, badly drawn hands and fingers, anatomically incorrect hands), blurry, watermark,
59
+ ```
60
+
61
+ For higher quality outcomes, prepend prompts with:
62
+
63
+ ```
64
+ (masterpiece, best quality, very aesthetic, ultra detailed), intricate details,
65
+ ```
66
+
67
+ ### Multi Aspect Resolution
68
+
69
+ This model supports generating images at the following dimensions:
70
+ | Dimensions | Aspect Ratio |
71
+ |-------------------|-----------------|
72
+ | `1024 x 1024` | 1:1 Square |
73
+ | `1152 x 896` | 9:7 |
74
+ | `896 x 1152` | 7:9 |
75
+ | `1216 x 832` | 19:13 |
76
+ | `832 x 1216` | 13:19 |
77
+ | `1344 x 768` | 7:4 Horizontal |
78
+ | `768 x 1344` | 4:7 Vertical |
79
+ | `1536 x 640` | 12:5 Horizontal |
80
+ | `640 x 1536` | 5:12 Vertical |
81
+
82
+ ## Hires.fix Setting
83
+ - Upscaler : [4x_NMKD-YandereNeoXL](https://nmkd.de/?esrgan)
84
+ - Hires step : 10-20
85
+ - Denoising : 0.1-0.4 or 0.55 for latent upscaler
86
+
87
+ ## Merge parameters
88
+
89
+ 1. Animagine XL 3.1 merged to [RealCartoonXL V6](https://civitai.com/models/125907/realcartoon-xl) to get 2.5D body using MBW (0.0,1.0,0.8,0.5,0.25,0.0,0.0,0.0,0.0,0.0,0.0,0.3,0.5,0.71,1.0,0.56,0.71,1.0,0.83,0.1,0)
90
+ 2. (1) merged with [Blue Pencil XL v3.1.0](https://civitai.com/models/119012/bluepencil-xl) to get final touch with anime using MBW (0.0,0.11,0.22,0.33,0.44,0.55,0.44,0.33,0.22,0.11,0.0,0.11,0.22,0.33,0.44,0.55,0.44,0.33,0.22,0.11,0)
91
+ 3. RaenaXL
92
+
93
+ ## License
94
+
95
+ Raena XL now uses the [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/) inherited from Animagine XL 3.1, compatible with Stable Diffusion models. Key points:
96
+ 1. **Modification Sharing:** If you modify RaenaXL, you must share both your changes and the original license.
97
+ 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.
98
+ 3. **Distribution Terms:** Any distribution must be under this license or another with similar rules.
99
+ 4. **Compliance:** Non-compliance must be fixed within 30 days to avoid license termination, emphasizing transparency and adherence to open-source values.
100
+
101
+ The choice of this license aims to keep Raemu XL 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.