Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,25 @@ tags:
|
|
10 |
- safetensors
|
11 |
- stable-diffusion-xl
|
12 |
---
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
</style>
|
15 |
|
16 |
<h1 class="title">
|
@@ -22,7 +40,7 @@ tags:
|
|
22 |
## Model Details
|
23 |
- **Developed by**: Raelina
|
24 |
- **Model type**: Diffusion-based text-to-image generative model
|
25 |
-
- **Model Description**:
|
26 |
- **License**: [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
27 |
- **Merged from model**: [Animagine XL 3.0](https://huggingface.co/Linaqruf/animagine-xl-2.0)
|
28 |
|
@@ -42,7 +60,6 @@ masterpiece, best quality
|
|
42 |
### Multi Aspect Resolution
|
43 |
|
44 |
This model supports generating images at the following dimensions:
|
45 |
-
|
46 |
| Dimensions | Aspect Ratio |
|
47 |
|-------------------|-----------------|
|
48 |
| `1024 x 1024` | 1:1 Square |
|
|
|
10 |
- safetensors
|
11 |
- stable-diffusion-xl
|
12 |
---
|
13 |
+
<style>
|
14 |
+
.title-container {
|
15 |
+
display: flex;
|
16 |
+
justify-content: center;
|
17 |
+
align-items: center;
|
18 |
+
height: 100vh; /* Adjust this value to position the title vertically */
|
19 |
+
}
|
20 |
+
|
21 |
+
.title {
|
22 |
+
font-size: 2.5em;
|
23 |
+
text-align: center;
|
24 |
+
color: #333;
|
25 |
+
font-family: 'Helvetica Neue', sans-serif;
|
26 |
+
text-transform: uppercase;
|
27 |
+
letter-spacing: 0.1em;
|
28 |
+
padding: 0.5em 0;
|
29 |
+
background: transparent;
|
30 |
+
}
|
31 |
+
|
32 |
</style>
|
33 |
|
34 |
<h1 class="title">
|
|
|
40 |
## Model Details
|
41 |
- **Developed by**: Raelina
|
42 |
- **Model type**: Diffusion-based text-to-image generative model
|
43 |
+
- **Model Description**: Generate text-to-image to create 2.5D Anime
|
44 |
- **License**: [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
45 |
- **Merged from model**: [Animagine XL 3.0](https://huggingface.co/Linaqruf/animagine-xl-2.0)
|
46 |
|
|
|
60 |
### Multi Aspect Resolution
|
61 |
|
62 |
This model supports generating images at the following dimensions:
|
|
|
63 |
| Dimensions | Aspect Ratio |
|
64 |
|-------------------|-----------------|
|
65 |
| `1024 x 1024` | 1:1 Square |
|