Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,58 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- stable-diffusion
|
| 5 |
+
- stable-diffusion-diffusers
|
| 6 |
+
- text-to-image
|
| 7 |
+
- anime
|
| 8 |
+
- waifu
|
| 9 |
+
- diffusers
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# AstraXL
|
| 13 |
+
|
| 14 |
+
**AstraXL** is a specialized anime-focused checkpoint designed to bridge the gap between high-fidelity background rendering and stylistic 2D character art.
|
| 15 |
+
|
| 16 |
+
While many models sacrifice background depth for character detail (or vice versa), AstraXL is tuned to ensure that environments feel "lived in" and deep, while maintaining a crisp, flat 2D aesthetic for subjects. It has been extensively tuned to respond to **Natural Language** prompts, allowing for complex scene generation without relying heavily on traditional "tag salads."
|
| 17 |
+
|
| 18 |
+
## Key Features
|
| 19 |
+
|
| 20 |
+
* **Deep Backgrounds:** The model excels at architectural and natural scenery, providing a sense of distance and atmosphere often lost in standard anime mixes.
|
| 21 |
+
* **Natural Language Support:** You don't need to depend solely on Danbooru tags. Sentences like *"A girl walking through a rural village"* work just as well, if not better, than tag lists.
|
| 22 |
+
* **Vivid Color & Line Work:** Tuned for "main line" clarity (reducing fuzziness around contours) and ensuring colors pop without oversaturation.
|
| 23 |
+
* **Hybrid Workflow:** Works with both `Euler a` for softer, painterly results and `DPM++ 2M` for cleaner, sharper digital illustration styles.
|
| 24 |
+
|
| 25 |
+
## Recommended Settings
|
| 26 |
+
|
| 27 |
+
To get the results intended during training, please use the following configurations:
|
| 28 |
+
|
| 29 |
+
* **Steps:** 25 to 40
|
| 30 |
+
* **CFG Scale:** 3.5 to 6.0
|
| 31 |
+
* **Sampler:** `Euler a` (for soft/painterly) or `DPM++ 2M` (for crisp/digital)
|
| 32 |
+
* **Scheduler:** Simple or Karras
|
| 33 |
+
|
| 34 |
+
## Prompting Guide
|
| 35 |
+
|
| 36 |
+
AstraXL is designed to be flexible. You can use standard tagging or natural sentences.
|
| 37 |
+
|
| 38 |
+
**Natural Language Approach (Recommended)**
|
| 39 |
+
> *A beautiful girl standing in a library, warm lighting, books everywhere, detailed background.*
|
| 40 |
+
|
| 41 |
+
**Standard Tagging Approach**
|
| 42 |
+
> *1girl, library, books, depth of field, warm lighting, masterpiece, best quality*
|
| 43 |
+
|
| 44 |
+
**Quality Tags (Optional)**
|
| 45 |
+
While the model is tuned to not strictly require them, adding these can push the aesthetic:
|
| 46 |
+
`masterpiece, best quality, amazing quality, very aesthetic, absurdres, highres, newest`
|
| 47 |
+
|
| 48 |
+
**Negative Prompt**
|
| 49 |
+
`negativeXL_D, NEGATIVE_HANDS, average quality, bad quality, worst quality`
|
| 50 |
+
|
| 51 |
+
## Limitations
|
| 52 |
+
|
| 53 |
+
* **Stylistic Constraints:** This model is heavily optimized for 2D anime aesthetics. It may struggle with photorealistic generation or styles that deviate significantly from modern digital anime art.
|
| 54 |
+
* **Text Rendering:** Like many diffusion models in this class, it does not natively render intelligible text within images.
|
| 55 |
+
|
| 56 |
+
## License
|
| 57 |
+
|
| 58 |
+
This project is licensed under the **Apache 2.0** License.
|