Add library_name and update pipeline tag (#1)
Browse files- Add library_name and update pipeline tag (2ddb135c72ca5773525af158e3bef47a78c8f6a8)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
language:
|
4 |
-
- multilingual
|
5 |
base_model:
|
6 |
- black-forest-labs/FLUX.1-dev
|
7 |
- OpenGVLab/InternVL2_5-1B
|
@@ -9,6 +6,11 @@ base_model:
|
|
9 |
- openbmb/MiniCPM-o-2_6
|
10 |
- Qwen/Qwen2.5-7B-Instruct
|
11 |
- Qwen/Qwen2.5-3B-Instruct
|
|
|
|
|
|
|
|
|
|
|
12 |
tags:
|
13 |
- flux.1
|
14 |
- minicpm-o
|
@@ -20,10 +22,8 @@ tags:
|
|
20 |
- text_image-to-image
|
21 |
- audio-to-image
|
22 |
- speech-to-image
|
23 |
-
pipeline_tag: text-to-image
|
24 |
---
|
25 |
|
26 |
-
|
27 |
<div align="center">
|
28 |
<a href="https://export.arxiv.org/abs/2503.06134">π X2I Paper </a>
|
29 |
<a href="https://github.com/OPPO-Mente-Lab/X2I">π Github </a>
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- black-forest-labs/FLUX.1-dev
|
4 |
- OpenGVLab/InternVL2_5-1B
|
|
|
6 |
- openbmb/MiniCPM-o-2_6
|
7 |
- Qwen/Qwen2.5-7B-Instruct
|
8 |
- Qwen/Qwen2.5-3B-Instruct
|
9 |
+
language:
|
10 |
+
- multilingual
|
11 |
+
license: apache-2.0
|
12 |
+
library_name: diffusers
|
13 |
+
pipeline_tag: any-to-image
|
14 |
tags:
|
15 |
- flux.1
|
16 |
- minicpm-o
|
|
|
22 |
- text_image-to-image
|
23 |
- audio-to-image
|
24 |
- speech-to-image
|
|
|
25 |
---
|
26 |
|
|
|
27 |
<div align="center">
|
28 |
<a href="https://export.arxiv.org/abs/2503.06134">π X2I Paper </a>
|
29 |
<a href="https://github.com/OPPO-Mente-Lab/X2I">π Github </a>
|