ShiwenZhang-teleai commited on
Commit
e795ce8
·
verified ·
1 Parent(s): 2fd2c4d

Update README.md

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