Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- black-forest-labs/FLUX.1-dev
|
| 7 |
+
- google/siglip-so400m-patch14-384
|
| 8 |
+
tags:
|
| 9 |
+
- text-generation-inference
|
| 10 |
+
- style transfer
|
| 11 |
+
---
|
| 12 |
+
Models for megastyle_flux and megastyle_encoder of [MegaStyle](https://jeoyal.github.io/MegaStyle/).
|
| 13 |
+
|
| 14 |
+
If this work is helpful for your research, please consider citing the following BibTeX entry.
|
| 15 |
+
```
|
| 16 |
+
@article{gao2026megastyle,
|
| 17 |
+
title={MegaStyle: Constructing Diverse and Scalable Style Dataset via Consistent Text-to-Image Style Mapping},
|
| 18 |
+
author={Gao, Junyao and Liu, Sibo and Li, Jiaxing and Sun, Yanan and Tu, Yuanpeng and Shen, Fei and Zhang, Weidong and Zhao, Cairong and Zhang, Jun},
|
| 19 |
+
journal={arXiv preprint arXiv:2604.08364},
|
| 20 |
+
year={2026}
|
| 21 |
+
}
|
| 22 |
+
```
|