Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,20 @@ base_model:
|
|
| 19 |
|
| 20 |
**Animagus** is an anime-themed finetuned model built on top of Stable Diffusion XL, created over the Animagine XL series. The model merges over 20 specialized checkpoints (including various versions of Animagine, babesByStableYogi, bigasp, juggernaut, tofuANIMEBASEMODEL, kohakuXLZeta, starryXL, hassakuXL, animeIllustDiffusion, RaeDiffusion-XL, UrangDiffusion, clandestine, and ranimeXL) using multistage merging methods (`Karcher mean`, `add_difference` and `task_arithmetic`), and then finetuned on carefully selected illustration datasets. This results in more stable outputs, accurate anatomy, and rich colors, while preserving the “anime” style.
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## Model Details
|
| 23 |
|
| 24 |
- **Model type**: diffusion-based text-to-image
|
|
|
|
| 19 |
|
| 20 |
**Animagus** is an anime-themed finetuned model built on top of Stable Diffusion XL, created over the Animagine XL series. The model merges over 20 specialized checkpoints (including various versions of Animagine, babesByStableYogi, bigasp, juggernaut, tofuANIMEBASEMODEL, kohakuXLZeta, starryXL, hassakuXL, animeIllustDiffusion, RaeDiffusion-XL, UrangDiffusion, clandestine, and ranimeXL) using multistage merging methods (`Karcher mean`, `add_difference` and `task_arithmetic`), and then finetuned on carefully selected illustration datasets. This results in more stable outputs, accurate anatomy, and rich colors, while preserving the “anime” style.
|
| 21 |
|
| 22 |
+
## Get Animagus XL 1.0
|
| 23 |
+
|
| 24 |
+
- **Civitai hub**
|
| 25 |
+
Explore model details, community examples, and usage tips on Civitai:
|
| 26 |
+
https://civitai.com/models/1783095
|
| 27 |
+
|
| 28 |
+
- **Download untrained merge (Animagus XL Zero)**
|
| 29 |
+
A raw merge of all source checkpoints before fine-tuning:
|
| 30 |
+
https://huggingface.co/rityak/animagus/resolve/main/animagus.safetensors?download=true
|
| 31 |
+
|
| 32 |
+
- **Download fine-tuned model (Animagus XL 1.0)**
|
| 33 |
+
The final anime-optimized checkpoint after fine-tuning:
|
| 34 |
+
https://huggingface.co/rityak/animagus/resolve/main/animagus.safetensors?download=true
|
| 35 |
+
|
| 36 |
## Model Details
|
| 37 |
|
| 38 |
- **Model type**: diffusion-based text-to-image
|