Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,40 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
language:
|
4 |
- en
|
5 |
library_name: diffusers
|
6 |
pipeline_tag: text-to-image
|
7 |
tags:
|
8 |
- text-to-image
|
|
|
|
|
9 |
---
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: openrail++
|
3 |
language:
|
4 |
- en
|
5 |
library_name: diffusers
|
6 |
pipeline_tag: text-to-image
|
7 |
tags:
|
8 |
- text-to-image
|
9 |
+
base_model:
|
10 |
+
- suzushi/miso-diffusion-xl-1.0
|
11 |
---
|
12 |
+
<div style="display: flex; justify-content: center; gap: 20px; margin-bottom: 20px;">
|
13 |
+
<img src="demo/demo1.png" width="400" />
|
14 |
+
<img src="demo/demo2.png" width="400" />
|
15 |
+
</div>
|
16 |
+
|
17 |
+
# Anime SDXL Model
|
18 |
+
|
19 |
+
A Stable Diffusion XL model fine-tuned for generating high-quality anime-style images.
|
20 |
+
|
21 |
+
## Version History
|
22 |
+
|
23 |
+
| Version | Base Training | Aesthetic Training | Total Epochs |
|
24 |
+
|---------|--------------|-------------------|--------------|
|
25 |
+
| 1.0 | 160K images | 10K images | 5 |
|
26 |
+
| 1.1 | 200K images | 12K images | 5 |
|
27 |
+
| 1.2 | - | 23K images | 9 |
|
28 |
+
|
29 |
+
## Training Methodology
|
30 |
+
|
31 |
+
The model underwent a multi-stage training process:
|
32 |
+
|
33 |
+
1. **Base Pre-training**
|
34 |
+
- Initial training on a diverse dataset of anime-style images
|
35 |
+
- Focus on learning fundamental anime art styles and characteristics
|
36 |
+
|
37 |
+
2. **Aesthetic Fine-tuning**
|
38 |
+
- Secondary training phase focusing on artistic quality and consistency
|
39 |
+
- Curated dataset of high-quality anime artwork
|
40 |
+
- Progressive improvements across versions
|