Add image-to-image pipeline tag
Browse filesThis PR adds the `image-to-image` pipeline tag to the model card metadata, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=image-to-image.
README.md
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
license_link: LICENSE
|
5 |
datasets:
|
6 |
- Boese0601/ByteMorph-Bench
|
7 |
language:
|
8 |
- en
|
9 |
-
|
10 |
-
|
|
|
|
|
11 |
---
|
|
|
12 |
[](https://arxiv.org/abs/2506.03107)
|
13 |
[](https://boese0601.github.io/bytemorph/)
|
14 |
[](https://huggingface.co/datasets/ByteDance-Seed/BM-Bench)
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- black-forest-labs/FLUX.1-dev
|
|
|
4 |
datasets:
|
5 |
- Boese0601/ByteMorph-Bench
|
6 |
language:
|
7 |
- en
|
8 |
+
license: other
|
9 |
+
license_name: flux.1-dev-non-commercial-license
|
10 |
+
license_link: LICENSE
|
11 |
+
pipeline_tag: image-to-image
|
12 |
---
|
13 |
+
|
14 |
[](https://arxiv.org/abs/2506.03107)
|
15 |
[](https://boese0601.github.io/bytemorph/)
|
16 |
[](https://huggingface.co/datasets/ByteDance-Seed/BM-Bench)
|