create model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- T2I-Compbench
|
| 7 |
+
- GenEval
|
| 8 |
+
- PickScore
|
| 9 |
+
- AES
|
| 10 |
+
- ImageReward
|
| 11 |
+
- HPSV2
|
| 12 |
+
new_version: v0.1
|
| 13 |
+
pipeline_tag: text-to-image
|
| 14 |
+
library_name: diffusers
|
| 15 |
+
tags:
|
| 16 |
+
- inference-enhanced algorithm
|
| 17 |
+
- efficiency
|
| 18 |
+
- effectiveness
|
| 19 |
+
- generalization
|
| 20 |
+
- weak-to-strong guidance
|
| 21 |
+
---
|