File size: 3,911 Bytes
810df3a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 |
---
license: openrail++
language:
- en
tags:
- text-to-image
- stable-diffusion
- safetensors
- stable-diffusion-xl
base_model:
- cagliostrolab/animagine-xl-4.0
---
<style>
body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
background-color: #f4f4f9;
overflow: auto;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
padding: 20px;
}
.title-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 1em;
border-radius: 10px;
}
.title {
font-size: 3em;
font-family: 'Montserrat', sans-serif;
text-align: center;
font-weight: bold;
}
.title span {
background: -webkit-linear-gradient(45deg, #FF9D3D, #AB886D, #CB80AB);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gallery {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.gallery img {
width: 100%;
height: auto;
margin-top: 0px;
margin-bottom: 0px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: transform 0.3s;
}
.gallery img:hover {
transform: scale(1.05);
}
.note {
font-size: 1em;
opacity: 50%;
text-align: center;
margin-top: 20px;
color: #555;
}
</style>
<div class="container">
<div class="title-container">
<div class="title"><span>Raena XL V2</span></div>
</div>
<div class="gallery">
<img src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/rHdaSHIYnOJA8rxypvBWQ.png" alt="Image 1">
<img src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/nRYdaGMgAWpNrXrrPskOn.png" alt="Image 2">
</div>
</div>
## Overview
Introducing **Raena XL** is a SDXL based model designed for 2D anime-style generation. It specializes in producing clean, high-quality anime illustrations with vibrant colors and precise linework. Raena XL V2 is a finetuned version based on Animagine 4.0, enhancing its aesthetic quality for high-fidelity 2D anime art. This update improves overall consistency, character details, and stylistic refinement while maintaining the essence of traditional anime.
## Model Details
- **Developed by**: [Raelina](https://civitai.com/user/Raelina)
- **Model type**: Diffusion-based text-to-image generative model
- **Model prompt style**: Booru-tags
- **License**: CreativeML Open RAIL++-M
- **Finetuned from**: [Animagine 4.0](https://huggingface.co/cagliostrolab/animagine-xl-4.0)
## Recommended settings
- **Positive prompts:**
```
masterpiece, high score, great score
```
- **Negative prompts:**
```
lowres, low score, bad score, worst quality, bad anatomy, bad hands, sketch, jpeg artifacts, text, error, signature, watermark
```
- **CFG:** 5-6
- **Sampling steps:** 28
- **Sampler:** Euler a
- **Supported Resolution:**
```
1024 x 1024, 1152 x 896, 896 x 1152, 1216 x 832, 832 x 1216, 1344 x 768, 768 x 1344, 1536 x 640, 640 x 1536
```
## Hires.fix Setting
- **Upscaler:** [4x_NMKD-YandereNeoXL](https://nmkd.de/?esrgan)
- **Hires step:** 10-15
- **Denoising:** 0.1-0.3
## License
This model adopts the original CreativeML Open RAIL++-M License from Stability AI without any modifications or additional restrictions. The license terms remain exactly as specified in the original SDXL license, which includes:
✅ Permitted: Commercial use, modifications, distributions, private use
❌ Prohibited: Illegal activities, harmful content generation, discrimination, exploitation
⚠️ Requirements: Include license copy, state changes, preserve notices
📝 Warranty: Provided "AS IS" without warranties
Please refer to the [original SDXL license](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md) for the complete and authoritative terms and conditions. |