Raelina commited on
Commit
00e159c
1 Parent(s): 1eb3526

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +184 -0
README.md CHANGED
@@ -1,3 +1,187 @@
1
  ---
2
  license: openrail++
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail++
3
+ language:
4
+ - en
5
+ tags:
6
+ - text-to-image
7
  ---
8
+ <style>
9
+ .title-container {
10
+ display: flex;
11
+ justify-content: center;
12
+ align-items: center;
13
+ height: 100vh; /* Adjust this value to position the title vertically */
14
+ }
15
+
16
+ .title {
17
+ font-size: 2.5em;
18
+ text-align: center;
19
+ color: #333;
20
+ font-family: 'Helvetica Neue', sans-serif;
21
+ text-transform: uppercase;
22
+ letter-spacing: 0.1em;
23
+ padding: 0.5em 0;
24
+ background: transparent;
25
+ }
26
+
27
+ .title span {
28
+ background: -webkit-linear-gradient(45deg, #5BBCFF, #E2BFB3);
29
+ -webkit-background-clip: text;
30
+ -webkit-text-fill-color: transparent;
31
+ }
32
+
33
+ .custom-table {
34
+ table-layout: fixed;
35
+ width: 100%;
36
+ border-collapse: collapse;
37
+ margin-top: 2em;
38
+ }
39
+
40
+ .custom-table td {
41
+ width: 50%;
42
+ vertical-align: top;
43
+ padding: 10px;
44
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
45
+ }
46
+
47
+ .custom-image-container {
48
+ position: relative;
49
+ width: 100%;
50
+ margin-bottom: 0em;
51
+ overflow: hidden;
52
+ border-radius: 10px;
53
+ transition: transform .7s;
54
+ }
55
+
56
+ .custom-image-container:hover {
57
+ transform: scale(1.05);
58
+ }
59
+
60
+ .custom-image {
61
+ width: 100%;
62
+ height: auto;
63
+ object-fit: cover;
64
+ border-radius: 10px;
65
+ transition: transform .7s;
66
+ margin-bottom: 0em;
67
+ }
68
+
69
+ .nsfw-filter {
70
+ filter: blur(8px);
71
+ transition: filter 0.3s ease;
72
+ }
73
+
74
+ .custom-image-container:hover .nsfw-filter {
75
+ filter: none;
76
+ }
77
+
78
+ .overlay {
79
+ position: absolute;
80
+ bottom: 0;
81
+ left: 0;
82
+ right: 0;
83
+ color: white;
84
+ width: 100%;
85
+ height: 40%;
86
+ display: flex;
87
+ flex-direction: column;
88
+ justify-content: center;
89
+ align-items: center;
90
+ font-size: 1vw;
91
+ font-style: bold;
92
+ text-align: center;
93
+ opacity: 0;
94
+ background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
95
+ transition: opacity .5s;
96
+ }
97
+
98
+ .custom-image-container:hover .overlay {
99
+ opacity: 1;
100
+ }
101
+
102
+ .overlay-text {
103
+ background: linear-gradient(45deg, #7ed56f, #28b485);
104
+ -webkit-background-clip: text;
105
+ color: transparent;
106
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
107
+ }
108
+
109
+ .overlay-subtext {
110
+ font-size: 0.75em;
111
+ margin-top: 0.5em;
112
+ font-style: italic;
113
+ }
114
+
115
+ .overlay,
116
+ .overlay-subtext {
117
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
118
+ }
119
+ </style>
120
+
121
+ <h1 class="title">
122
+ <span>Raelestia XL</span>
123
+ </h1>
124
+
125
+ <table class="custom-table">
126
+ <tr>
127
+ <td>
128
+ <div class="custom-image-container">
129
+ <img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/WuGzhRAp-r0FPPogzJdGb.png" alt="Sample Image 1">
130
+ <div class="overlay">
131
+ <div class="overlay-text">Sample Image</div>
132
+ </div>
133
+ </div>
134
+ </td>
135
+ <td>
136
+ <div class="custom-image-container">
137
+ <img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/k_Jj0aWXNBlx0mgUN0etv.png" alt="Sample Image 2">
138
+ <div class="overlay">
139
+ <div class="overlay-text">Sample Image</div>
140
+ </div>
141
+ </div>
142
+ </td>
143
+ <td>
144
+ <div class="custom-image-container">
145
+ <img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/8Qn3yPAr_Yu7NgMBKOEt5.png" alt="Sample Image 3">
146
+ <div class="overlay">
147
+ <div class="overlay-text">Sample Image</div>
148
+ </div>
149
+ </div>
150
+ </td>
151
+ </tr>
152
+ <tr>
153
+ <td>
154
+ <div class="custom-image-container">
155
+ <img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/lT1mhU7bYFXm_JeiNROmo.png" alt="Sample Image 4">
156
+ <div class="overlay">
157
+ <div class="overlay-text">Sample Image</div>
158
+ </div>
159
+ </div>
160
+ </td>
161
+ <td>
162
+ <div class="custom-image-container">
163
+ <img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/yclm28O3L72t2-TrB61jD.png" alt="Sample Image 5">
164
+ <div class="overlay">
165
+ <div class="overlay-text">Sample Image</div>
166
+ </div>
167
+ </div>
168
+ </td>
169
+ <td>
170
+ <div class="custom-image-container">
171
+ <img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/IrpBv4Is9Usn9Gah5nVpq.png" alt="Sample Image 6">
172
+ <div class="overlay">
173
+ <div class="overlay-text">Sample Image</div>
174
+ </div>
175
+ </div>
176
+ </td>
177
+ </tr>
178
+ </table>
179
+
180
+
181
+ **Raelestia XL** is SDXL base model evokes an image of captivating elegance and enchanting light. This model showcases dramatic light effects and semi-realistic tones, creating a mesmerizing and magical atmosphere.
182
+
183
+ ## Recommended Setting
184
+ - Sampler : DPM++ 2M Karras / Restart
185
+ - Upscaler : [4x_NMKD-Superscale-SP_178000_G](https://nmkd.de/?esrgan)
186
+ - Hires step : 0-15
187
+ - Denoising : 0.1-0.4 or 0.55 for latent upscaler