Correct pipeline tag and add library name
Browse filesThis PR corrects the `pipeline_tag` to `image-to-image` to accurately reflect the model's functionality. It also adds the `library_name` tag as `transformers` to better describe the model's compatibility.
README.md
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
---
|
2 |
-
license: cc-by-nc-nd-4.0
|
3 |
base_model:
|
4 |
- black-forest-labs/FLUX.1-dev
|
5 |
-
|
|
|
|
|
6 |
tags:
|
7 |
- subject-personalization
|
8 |
- image-generation
|
9 |
---
|
10 |
|
|
|
11 |
<h3 align="center">
|
12 |
Less-to-More Generalization: Unlocking More Controllability by In-Context Generation
|
13 |
</h3>
|
@@ -101,7 +103,7 @@ For the purpose of fostering research and the open-source community, we plan to
|
|
101 |
- [x] Release training code.
|
102 |
- [x] Release model checkpoints.
|
103 |
- [x] Release arXiv paper.
|
104 |
-
- [
|
105 |
|
106 |
## Citation
|
107 |
If UNO is helpful, please help to ⭐ the repo.
|
@@ -118,5 +120,4 @@ If you find this project useful for your research, please consider citing our pa
|
|
118 |
url={https://arxiv.org/abs/2504.02160},
|
119 |
}
|
120 |
```
|
121 |
-
|
122 |
-
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- black-forest-labs/FLUX.1-dev
|
4 |
+
license: cc-by-nc-nd-4.0
|
5 |
+
pipeline_tag: image-to-image
|
6 |
+
library_name: transformers
|
7 |
tags:
|
8 |
- subject-personalization
|
9 |
- image-generation
|
10 |
---
|
11 |
|
12 |
+
```markdown
|
13 |
<h3 align="center">
|
14 |
Less-to-More Generalization: Unlocking More Controllability by In-Context Generation
|
15 |
</h3>
|
|
|
103 |
- [x] Release training code.
|
104 |
- [x] Release model checkpoints.
|
105 |
- [x] Release arXiv paper.
|
106 |
+
- [x] Release in-context data generation pipelines.
|
107 |
|
108 |
## Citation
|
109 |
If UNO is helpful, please help to ⭐ the repo.
|
|
|
120 |
url={https://arxiv.org/abs/2504.02160},
|
121 |
}
|
122 |
```
|
123 |
+
```
|
|