Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- text-to-image
|
5 |
+
- stable-diffusion-xl
|
6 |
---
|
7 |
+
|
8 |
+
## Overview
|
9 |
+
|
10 |
+
This is an anime-style Stable Diffusion XL model, trained using approximately 400 fixed art style images generated from NovelAI Diffusion Anime V3. It is developed through the [LyCORIS Native Fine-Tuning](https://github.com/KohakuBlueleaf/LyCORIS/blob/main/docs/Algo-List.md#native-fine-tuning) method, combined with the [animagine-xl-3.0-base](https://huggingface.co/cagliostrolab/animagine-xl-3.0-base) model, and further refined to produce the final model.
|
11 |
+
|
12 |
+
## Usage Guidelines
|
13 |
+
|
14 |
+
* You don't need any **quality tags** , just use 1girl and any other prompt
|
15 |
+
* use negative prompts like: `watercolor, oil painting, deformed, disfigured, lowres, bad anatomy, bad hands, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts`
|
16 |
+
* `cfg scale = 4, Sampler: Euler a, Steps: 28`
|
17 |
+
|
18 |
+
## Multi Aspect Resolution
|
19 |
+
|
20 |
+
This model supports generating images at the following dimensions:
|
21 |
+
|
22 |
+
| Dimensions | Aspect Ratio |
|
23 |
+
| ---------- | ------------ |
|
24 |
+
| 1024 x 1024 | 1:1 Square |
|
25 |
+
| 832 x 1216 | 13:19 |
|
26 |
+
| 1344 x 768 | 7:4 Horizontal |
|