Add paper and project links to model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +25 -14
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
- license: apache-2.0
3
- library_name: diffusers
4
- pipeline_tag: image-to-image
5
  base_model: Qwen/Qwen-Image-Edit-2509
6
- base_model_relation: adapter
7
  datasets:
8
- - ReyChiaro/SmoothStyle
 
 
 
9
  tags:
10
- - style-transfer
11
- - image-editing
12
- - controllable-generation
13
- - lora
14
- - safetensors
15
- - stylecontroller
 
16
  ---
17
 
18
  <p align="center">
@@ -32,9 +32,9 @@ tags:
32
 
33
  <p align="center">
34
  <a href="https://huggingface.co/datasets/ReyChiaro/SmoothStyle"><img alt="Hugging Face Dataset" src="https://img.shields.io/badge/%F0%9F%A4%97-Dataset-FFD21E?style=flat-square"></a>
35
- <a href=""><img alt="Hugging Face Model" src="https://img.shields.io/badge/%F0%9F%A4%97-Model-FFD21E?style=flat-square"></a>
36
- <a href=""><img alt="Project Page" src="https://img.shields.io/badge/Project-Page-CB8B65?style=flat-square&logo=githubpages&logoColor=white"></a>
37
- <a href=""><img alt="arXiv" src="https://img.shields.io/badge/arXiv-Paper-B31B1B?style=flat-square&logo=arxiv&logoColor=white"></a>
38
  <a href="https://github.com/ReyChiaro/StyleController"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-Code-181717?style=flat-square&logo=github&logoColor=white"></a>
39
  </p>
40
 
@@ -124,3 +124,14 @@ The model-weight release is provided under the [Apache License 2.0](LICENSE). Th
124
 
125
  ## Citation
126
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
2
  base_model: Qwen/Qwen-Image-Edit-2509
 
3
  datasets:
4
+ - ReyChiaro/SmoothStyle
5
+ library_name: diffusers
6
+ license: apache-2.0
7
+ pipeline_tag: image-to-image
8
  tags:
9
+ - style-transfer
10
+ - image-editing
11
+ - controllable-generation
12
+ - lora
13
+ - safetensors
14
+ - stylecontroller
15
+ base_model_relation: adapter
16
  ---
17
 
18
  <p align="center">
 
32
 
33
  <p align="center">
34
  <a href="https://huggingface.co/datasets/ReyChiaro/SmoothStyle"><img alt="Hugging Face Dataset" src="https://img.shields.io/badge/%F0%9F%A4%97-Dataset-FFD21E?style=flat-square"></a>
35
+ <a href="https://huggingface.co/ReyChiaro/StyleController"><img alt="Hugging Face Model" src="https://img.shields.io/badge/%F0%9F%A4%97-Model-FFD21E?style=flat-square"></a>
36
+ <a href="https://reychiaro.github.io/StyleController/"><img alt="Project Page" src="https://img.shields.io/badge/Project-Page-CB8B65?style=flat-square&logo=githubpages&logoColor=white"></a>
37
+ <a href="https://arxiv.org/abs/2608.08125"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-Paper-B31B1B?style=flat-square&logo=arxiv&logoColor=white"></a>
38
  <a href="https://github.com/ReyChiaro/StyleController"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-Code-181717?style=flat-square&logo=github&logoColor=white"></a>
39
  </p>
40
 
 
124
 
125
  ## Citation
126
 
127
+ ```bibtex
128
+ @misc{xu2026stayingtrueorigincontinuous,
129
+ title={Staying True to the Origin: Continuous Image Stylization with Smooth Transitions},
130
+ author={Rui Xu and Hanmo Zhang and Songhua Liu},
131
+ year={2026},
132
+ eprint={2608.08125},
133
+ archivePrefix={arXiv},
134
+ primaryClass={cs.CV},
135
+ url={https://arxiv.org/abs/2608.08125},
136
+ }
137
+ ```