Update README.md
Browse files
README.md
CHANGED
@@ -106,7 +106,7 @@ base_model: cagliostrolab/animagine-xl-3.1
|
|
106 |
}
|
107 |
|
108 |
.overlay-text {
|
109 |
-
background: linear-gradient(45deg, #
|
110 |
-webkit-background-clip: text;
|
111 |
color: transparent;
|
112 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
|
@@ -132,25 +132,25 @@ base_model: cagliostrolab/animagine-xl-3.1
|
|
132 |
<tr>
|
133 |
<td>
|
134 |
<div class="custom-image-container">
|
135 |
-
<img class="custom-image" src="" alt="Sample Image 1">
|
136 |
<div class="overlay">
|
137 |
-
<div class="overlay-text">
|
138 |
</div>
|
139 |
</div>
|
140 |
</td>
|
141 |
<td>
|
142 |
<div class="custom-image-container">
|
143 |
-
<img class="custom-image" src="" alt="Sample Image 2">
|
144 |
<div class="overlay">
|
145 |
-
<div class="overlay-text">
|
146 |
</div>
|
147 |
</div>
|
148 |
</td>
|
149 |
<td>
|
150 |
<div class="custom-image-container">
|
151 |
-
<img class="custom-image" src="" alt="Sample Image 3">
|
152 |
<div class="overlay">
|
153 |
-
<div class="overlay-text">
|
154 |
</div>
|
155 |
</div>
|
156 |
</td>
|
@@ -158,25 +158,25 @@ base_model: cagliostrolab/animagine-xl-3.1
|
|
158 |
<tr>
|
159 |
<td>
|
160 |
<div class="custom-image-container">
|
161 |
-
<img class="custom-image" src="" alt="Sample Image 4">
|
162 |
<div class="overlay">
|
163 |
-
<div class="overlay-text">
|
164 |
</div>
|
165 |
</div>
|
166 |
</td>
|
167 |
<td>
|
168 |
<div class="custom-image-container">
|
169 |
-
<img class="custom-image" src="" alt="Sample Image 5">
|
170 |
<div class="overlay">
|
171 |
-
<div class="overlay-text">
|
172 |
</div>
|
173 |
</div>
|
174 |
</td>
|
175 |
<td>
|
176 |
<div class="custom-image-container">
|
177 |
-
<img class="custom-image" src="" alt="Sample Image 6">
|
178 |
<div class="overlay">
|
179 |
-
<div class="overlay-text">
|
180 |
</div>
|
181 |
</div>
|
182 |
</td>
|
@@ -184,12 +184,12 @@ base_model: cagliostrolab/animagine-xl-3.1
|
|
184 |
</table>
|
185 |
|
186 |
## Overview
|
187 |
-
Introducing
|
188 |
|
189 |
## Model Details
|
190 |
- **Developed by**: [Raelina](https://civitai.com/user/Raelina)
|
191 |
- **Model type**: Diffusion-based text-to-image generative model
|
192 |
-
- **Model Description**:
|
193 |
- **License**: [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
194 |
- **Finetuned from**: [Animagine XL 3.1](https://huggingface.co/cagliostrolab/animagine-xl-3.1)
|
195 |
|
@@ -211,16 +211,17 @@ Rae Diffusion XL inherits special tags from Animagine XL 3.1 to enhance image ge
|
|
211 |
|
212 |
## Recommended settings
|
213 |
|
214 |
-
- **
|
|
|
215 |
```
|
216 |
-
|
217 |
```
|
218 |
|
219 |
-
- **
|
220 |
-
|
221 |
```
|
222 |
-
|
223 |
```
|
|
|
224 |
- **CFG:** 7
|
225 |
- **Sampling steps:** 25 to 30
|
226 |
- **Sampler:** Euler a
|
@@ -234,19 +235,18 @@ masterpiece, best quality, very aesthetic, intricate details,
|
|
234 |
- **Hires step:** 10-15
|
235 |
- **Denoising:** 0.1-0.3 or 0.55 for latent upscaler
|
236 |
|
237 |
-
## Training
|
238 |
- Hardware: 1x RTX 3090 24gb
|
239 |
- Batch size: 12
|
240 |
-
- Gradient Accumulation:
|
241 |
-
- Epochs:
|
242 |
-
-
|
243 |
-
-
|
244 |
-
- Optimizer:
|
245 |
-
-
|
246 |
-
-
|
247 |
-
-
|
248 |
-
- Algorithm:
|
249 |
-
- Total Training Time: 46 hours
|
250 |
|
251 |
## License
|
252 |
|
@@ -255,5 +255,3 @@ Rae Diffusion XL now uses the [Fair AI Public License 1.0-SD](https://freedevpro
|
|
255 |
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.
|
256 |
3. **Distribution Terms:** Any distribution must be under this license or another with similar rules.
|
257 |
4. **Compliance:** Non-compliance must be fixed within 30 days to avoid license termination, emphasizing transparency and adherence to open-source values.
|
258 |
-
|
259 |
-
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.
|
|
|
106 |
}
|
107 |
|
108 |
.overlay-text {
|
109 |
+
background: linear-gradient(45deg, #F1F8E8, #F1F8E8);
|
110 |
-webkit-background-clip: text;
|
111 |
color: transparent;
|
112 |
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
|
|
|
132 |
<tr>
|
133 |
<td>
|
134 |
<div class="custom-image-container">
|
135 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/LrSWVz5LpvRPmYjzZxm_F.png" alt="Sample Image 1">
|
136 |
<div class="overlay">
|
137 |
+
<div class="overlay-text">1girl, satanichia kurumizawa mcdowell, gabriel dropout, fang, collared shirt, red hair, red eyes, hair rings, bat hair ornament, school uniform, red necktie, black shirt, pleated skirt, red skirt, smile, open mouth, orange cardigan, v, blush, indoors, classroom,</div>
|
138 |
</div>
|
139 |
</div>
|
140 |
</td>
|
141 |
<td>
|
142 |
<div class="custom-image-container">
|
143 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/T-4YVVNz8S2vqzI-Zivnb.png" alt="Sample Image 2">
|
144 |
<div class="overlay">
|
145 |
+
<div class="overlay-text">1girl, erza scarlet, fairy tail, red hair, brown eyes, armor, blue skirt, breastplate, pauldrons, gauntlets, shoulder armor, boots, sword, weapon, holding sword, holding weapon,</div>
|
146 |
</div>
|
147 |
</div>
|
148 |
</td>
|
149 |
<td>
|
150 |
<div class="custom-image-container">
|
151 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/p3iw5gkHHC1FbgnINDD2A.png" alt="Sample Image 3">
|
152 |
<div class="overlay">
|
153 |
+
<div class="overlay-text">1girl, hinata kaho, blend s, blonde hair, blue eyes, twintails, long hair, head scarf, stile uniform, head scarf, blue shirt, frills, frilled apron, collared shirt, puffy sleeves, puffy short sleeves, medium breasts, waist apron, white gloves, white apron, cup, coffee, tray, smile, wavy mouth, open mouth,</div>
|
154 |
</div>
|
155 |
</div>
|
156 |
</td>
|
|
|
158 |
<tr>
|
159 |
<td>
|
160 |
<div class="custom-image-container">
|
161 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/qHZ8HMT8PnPG-9QDP92Og.png" alt="Sample Image 4">
|
162 |
<div class="overlay">
|
163 |
+
<div class="overlay-text">2girls, kirisaki chitoge, onodera kosaki, nisekoi, looking at viewer, side-by-side, standing, school uniform, serafuku, white shirt, blue skirt, v,</div>
|
164 |
</div>
|
165 |
</div>
|
166 |
</td>
|
167 |
<td>
|
168 |
<div class="custom-image-container">
|
169 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/tLozu285gpCwoRBGlHYDe.png" alt="Sample Image 5">
|
170 |
<div class="overlay">
|
171 |
+
<div class="overlay-text">1girl, katou megumi, saenai heroine no sodatekata, brown hair, brown eyes, collared dress, white dress, ribbon, jacket, beret, smile, looking at viewer, outdoors, flower field, sky,</div>
|
172 |
</div>
|
173 |
</div>
|
174 |
</td>
|
175 |
<td>
|
176 |
<div class="custom-image-container">
|
177 |
+
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/MsDanEXq2z9J_P7e5zGtf.png" alt="Sample Image 6">
|
178 |
<div class="overlay">
|
179 |
+
<div class="overlay-text">1girl, jabami yumeko, kakegurui, black hair, red eyes, long hair, blunt bangs, hyakkaou academy school uniform, school uniform, collared shirt, white shirt, ribbon, red jacket, pleated skirt, print skirt, pantyhose, smile, open mouth, card, playing card,</div>
|
180 |
</div>
|
181 |
</div>
|
182 |
</td>
|
|
|
184 |
</table>
|
185 |
|
186 |
## Overview
|
187 |
+
Introducing **Rae Diffusion XL** , an enhanced iteration based on the Animagine XL 3.1 model, specifically fine-tuned for generating stunning anime-style artwork. Building on the robust foundation of the SDXL model, **Rae Diffusion XL** is meticulously optimized to excel in depicting anime characters, pushing the boundaries of creativity.
|
188 |
|
189 |
## Model Details
|
190 |
- **Developed by**: [Raelina](https://civitai.com/user/Raelina)
|
191 |
- **Model type**: Diffusion-based text-to-image generative model
|
192 |
+
- **Model Description**: Rae Diffusion XL is an enhanced iteration built on the Animagine XL 3.1 model. It is fine-tuned for high-quality anime-style character art generation.
|
193 |
- **License**: [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
194 |
- **Finetuned from**: [Animagine XL 3.1](https://huggingface.co/cagliostrolab/animagine-xl-3.1)
|
195 |
|
|
|
211 |
|
212 |
## Recommended settings
|
213 |
|
214 |
+
- **Positive prompts:**
|
215 |
+
|
216 |
```
|
217 |
+
masterpiece, best quality, ultra detailed, very aesthetic,
|
218 |
```
|
219 |
|
220 |
+
- **Negative prompts:**
|
|
|
221 |
```
|
222 |
+
(low quality, worst quality:1.2), very displeasing, ugly, interlocked fingers, badly drawn, anatomically incorrect hands, signature, watermark,
|
223 |
```
|
224 |
+
|
225 |
- **CFG:** 7
|
226 |
- **Sampling steps:** 25 to 30
|
227 |
- **Sampler:** Euler a
|
|
|
235 |
- **Hires step:** 10-15
|
236 |
- **Denoising:** 0.1-0.3 or 0.55 for latent upscaler
|
237 |
|
238 |
+
## Training config
|
239 |
- Hardware: 1x RTX 3090 24gb
|
240 |
- Batch size: 12
|
241 |
+
- Gradient Accumulation: 1
|
242 |
+
- Epochs: 15
|
243 |
+
- Learning Rate: 5e-5
|
244 |
+
- Optimizer: Adafactor
|
245 |
+
- Optimizer Args: (Scale Parameter: False, Relative Step: False, Warmup Init: False)
|
246 |
+
- Scheduler: Constant with warmup
|
247 |
+
- Warmup steps: 0.05
|
248 |
+
- Noise offset: 0.0357
|
249 |
+
- Algorithm: Locon
|
|
|
250 |
|
251 |
## License
|
252 |
|
|
|
255 |
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.
|
256 |
3. **Distribution Terms:** Any distribution must be under this license or another with similar rules.
|
257 |
4. **Compliance:** Non-compliance must be fixed within 30 days to avoid license termination, emphasizing transparency and adherence to open-source values.
|
|
|
|