Add pipeline tag, paper link, and library name
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
---
|
2 |
-
license: agpl-3.0
|
3 |
language:
|
4 |
- en
|
5 |
-
|
|
|
|
|
6 |
---
|
|
|
7 |
Welcome to MIGE, a unified model for instruction-based editing and subject-driven generation.
|
8 |
|
|
|
|
|
9 |
Here, we provide all models used for training and inference. Users can also refer to our paper and download the original models from their respective sources. We gather them here only for convenience, and they are **for research purposes only**.
|
10 |
|
11 |
The file 'model.pth' is the final trained MIGE model, used for benchmarking various tasks. For detailed evaluation scripts, please refer to our [GitHub repository](https://github.com/Eureka-Maggie/MIGE).
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: agpl-3.0
|
5 |
+
library_name: transformers, diffusers
|
6 |
+
pipeline_tag: image-to-image
|
7 |
---
|
8 |
+
|
9 |
Welcome to MIGE, a unified model for instruction-based editing and subject-driven generation.
|
10 |
|
11 |
+
[Paper](https://hf.co/papers/2502.21291)
|
12 |
+
|
13 |
Here, we provide all models used for training and inference. Users can also refer to our paper and download the original models from their respective sources. We gather them here only for convenience, and they are **for research purposes only**.
|
14 |
|
15 |
The file 'model.pth' is the final trained MIGE model, used for benchmarking various tasks. For detailed evaluation scripts, please refer to our [GitHub repository](https://github.com/Eureka-Maggie/MIGE).
|