Fix metadata
Browse filesI assume the models aren't compatible with the Diffusers library, hence this PR removes the `library_name` metadata.
README.md
CHANGED
@@ -9,8 +9,7 @@ base_model:
|
|
9 |
language:
|
10 |
- multilingual
|
11 |
license: apache-2.0
|
12 |
-
|
13 |
-
pipeline_tag: any-to-image
|
14 |
tags:
|
15 |
- flux.1
|
16 |
- minicpm-o
|
|
|
9 |
language:
|
10 |
- multilingual
|
11 |
license: apache-2.0
|
12 |
+
pipeline_tag: text-to-image
|
|
|
13 |
tags:
|
14 |
- flux.1
|
15 |
- minicpm-o
|