File size: 1,697 Bytes
df3ffe2 e795ce8 df3ffe2 e795ce8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | ---
license: apache-2.0
language:
- en
base_model:
- Qwen/Qwen-Image-Edit-2509
- Qwen/Qwen-Image-Edit-2511
pipeline_tag: any-to-any
tags:
- style transfer
- stylization
---
<div align="center">
<h1><b>TeleStyle V2: Beyond Content-Preserving Style Transfer with Self-Distillation and Distribution-Matching-Distillation</b></h1>
</div>
<div align="center">
Shiwen Zhang, Yifan Xu, Haibin Huang, Chi Zhang, Xuelong Li
<p>
Institute of Artificial Intelligence, China Telecom (TeleAI)
</p>
</div>
<div align="center">
[<a href="https://witcherofresearch.github.io/TeleStyleV2/" target="_blank">Project Page</a>]
[<a href="https://witcherofresearch.github.io/TeleStyleV2/" target="_blank">Paper</a>]
[<a href="https://huggingface.co/Tele-AI/TeleStyleV2" target="_blank">Model</a>]
[<a href="https://github.com/Tele-AI/TeleStyleV2" target="_blank">Code</a>]
[<a href="https://huggingface.co/spaces/witcherderivia/TeleStyleV2" target="_blank">Demo</a>]
</div>
## 🔔News
- [2026-06-12]: Released [Code](https://github.com/Tele-AI/TeleStyleV2), [Model](https://huggingface.co/Tele-AI/TeleStyleV2), [Demo] (https://huggingface.co/spaces/witcherderivia/TeleStyleV2).
## How to use
- Please refer to [**🔗 GitHub**](https://github.com/Tele-AI/TeleStyleV2) for usage.
## 🌟 Citation
If you find TeleStyleV2 useful for your research and applications, please cite using this BibTeX:
```bibtex
@article{telestylev2,
title={TeleStyle V2: Beyond Content-Preserving Style Transfer with Self-Distillation and Distribution-Matching-Distillation},
author={Shiwen Zhang, Yifan Xu, Haibin Huang, Chi Zhang, Xuelong Li},
journal={TeleAI},
year={2026},
}
``` |