Update pipeline tag to text-to-image and add Hugging Face paper link (#3)
Browse files- Update pipeline tag to text-to-image and add Hugging Face paper link (c110b1cbe1b7a5e3f6479a143dae3a5ebf479e78)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
language:
|
4 |
-
- en
|
5 |
base_model:
|
6 |
- black-forest-labs/FLUX.1-dev
|
|
|
|
|
7 |
library_name: transformers
|
8 |
-
|
|
|
9 |
tags:
|
10 |
- image-generation
|
11 |
- subject-personalization
|
@@ -20,6 +20,8 @@ tags:
|
|
20 |
Unified Style and Subject-Driven Generation via Disentangled and Reward Learning
|
21 |
</h3>
|
22 |
|
|
|
|
|
23 |
<p align="center">
|
24 |
<a href="https://github.com/bytedance/USO"><img alt="Build" src="https://img.shields.io/github/stars/bytedance/USO"></a>
|
25 |
<a href="https://bytedance.github.io/USO/"><img alt="Build" src="https://img.shields.io/badge/Project%20Page-USO-blue"></a>
|
@@ -96,7 +98,7 @@ python inference.py --prompt "A handsome man." --image_paths "" "assets/gradio_e
|
|
96 |
create images using this tool, provided they comply with local laws and exercise
|
97 |
responsible usage. The developers are not liable for any misuse of the tool by users.</p>
|
98 |
|
99 |
-
##
|
100 |
We also appreciate it if you could give a star ⭐ to our [Github repository](https://github.com/bytedance/USO). Thanks a lot!
|
101 |
|
102 |
If you find this project useful for your research, please consider citing our paper:
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- black-forest-labs/FLUX.1-dev
|
4 |
+
language:
|
5 |
+
- en
|
6 |
library_name: transformers
|
7 |
+
license: apache-2.0
|
8 |
+
pipeline_tag: text-to-image
|
9 |
tags:
|
10 |
- image-generation
|
11 |
- subject-personalization
|
|
|
20 |
Unified Style and Subject-Driven Generation via Disentangled and Reward Learning
|
21 |
</h3>
|
22 |
|
23 |
+
Paper: [USO: Unified Style and Subject-Driven Generation via Disentangled and Reward Learning](https://huggingface.co/papers/2508.18966)
|
24 |
+
|
25 |
<p align="center">
|
26 |
<a href="https://github.com/bytedance/USO"><img alt="Build" src="https://img.shields.io/github/stars/bytedance/USO"></a>
|
27 |
<a href="https://bytedance.github.io/USO/"><img alt="Build" src="https://img.shields.io/badge/Project%20Page-USO-blue"></a>
|
|
|
98 |
create images using this tool, provided they comply with local laws and exercise
|
99 |
responsible usage. The developers are not liable for any misuse of the tool by users.</p>
|
100 |
|
101 |
+
## Citation
|
102 |
We also appreciate it if you could give a star ⭐ to our [Github repository](https://github.com/bytedance/USO). Thanks a lot!
|
103 |
|
104 |
If you find this project useful for your research, please consider citing our paper:
|