Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,12 @@ tags:
|
|
28 |
padding: 0.5em 0;
|
29 |
background: transparent;
|
30 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
</style>
|
33 |
|
@@ -40,7 +46,7 @@ tags:
|
|
40 |
## Model Details
|
41 |
- **Developed by**: Raelina
|
42 |
- **Model type**: Diffusion-based text-to-image generative model
|
43 |
-
- **Model Description**: Generate
|
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 |
|
|
|
28 |
padding: 0.5em 0;
|
29 |
background: transparent;
|
30 |
}
|
31 |
+
|
32 |
+
.title span {
|
33 |
+
background: -webkit-linear-gradient(45deg, #7ed56f, #28b485);
|
34 |
+
-webkit-background-clip: text;
|
35 |
+
-webkit-text-fill-color: transparent;
|
36 |
+
}
|
37 |
|
38 |
</style>
|
39 |
|
|
|
46 |
## Model Details
|
47 |
- **Developed by**: Raelina
|
48 |
- **Model type**: Diffusion-based text-to-image generative model
|
49 |
+
- **Model Description**: Generate high-quality anime images from textual prompts
|
50 |
- **License**: [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
51 |
- **Merged from model**: [Animagine XL 3.0](https://huggingface.co/Linaqruf/animagine-xl-2.0)
|
52 |
|