patrickvonplaten
commited on
Commit
•
2aa1a7f
1
Parent(s):
594aa87
Add some useful tags to better discover the model
Browse filesThis PR adds:
- "Art" tag so that it appears when people look for "Art"
- a task tag so that it appears under the "text-to-image" task
- and the stable-diffusion tag
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
4 |
Additional License Restrictions Added by RunDiffusion.com
|
5 |
|
6 |
**Attribution:**
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
tags:
|
4 |
+
- text-to-image
|
5 |
+
- stable-diffusion
|
6 |
+
- art
|
7 |
---
|
8 |
+
|
9 |
Additional License Restrictions Added by RunDiffusion.com
|
10 |
|
11 |
**Attribution:**
|