Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
<div style="display: flex; justify-content: center; align-items: center;">
|
5 |
<img src="./images/images_alibaba.png" alt="alibaba" style="width: 20%; height: auto; margin-right: 5%;">
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- zh
|
6 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
7 |
+
library_name: diffusers
|
8 |
+
tags:
|
9 |
+
- Text-to-Image
|
10 |
+
- SDXL
|
11 |
+
- Stable Diffusion
|
12 |
+
pipeline_tag: text-to-image
|
13 |
---
|
14 |
<div style="display: flex; justify-content: center; align-items: center;">
|
15 |
<img src="./images/images_alibaba.png" alt="alibaba" style="width: 20%; height: auto; margin-right: 5%;">
|