alfredplpl
commited on
Commit
•
c241ba4
1
Parent(s):
439b856
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,10 @@ library_name: diffusers
|
|
3 |
license: other
|
4 |
license_name: stabilityai-ai-community
|
5 |
license_link: LICENSE.md
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
|
@@ -186,4 +190,4 @@ image.save("emi3.png")
|
|
186 |
primaryClass={cs.CV},
|
187 |
url={https://arxiv.org/abs/2403.03206},
|
188 |
}
|
189 |
-
```
|
|
|
3 |
license: other
|
4 |
license_name: stabilityai-ai-community
|
5 |
license_link: LICENSE.md
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
base_model:
|
9 |
+
- stabilityai/stable-diffusion-3.5-large
|
10 |
---
|
11 |
|
12 |
|
|
|
190 |
primaryClass={cs.CV},
|
191 |
url={https://arxiv.org/abs/2403.03206},
|
192 |
}
|
193 |
+
```
|