tellurion commited on
Commit
e21b09d
·
verified ·
1 Parent(s): 02fcdb4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -16
README.md CHANGED
@@ -12,10 +12,9 @@ tags:
12
 
13
  <div align="center">
14
 
15
- [![arXiv Paper](https://img.shields.io/badge/arXiv-2407.15886%20(base)-B31B1B?style=flat&logo=arXiv)](https://arxiv.org/abs/2401.01456)
16
  [![WACV 2025](https://img.shields.io/badge/WACV%202025-v1-0CA4A5?style=flat&logo=Semantic%20Web)](https://openaccess.thecvf.com/content/WACV2025/html/Yan_ColorizeDiffusion_Improving_Reference-Based_Sketch_Colorization_with_Latent_Diffusion_Model_WACV_2025_paper.html)
17
  [![CVPR 2025](https://img.shields.io/badge/CVPR%202025-v1.5-0CA4A5?style=flat&logo=Semantic%20Web)](https://arxiv.org/abs/2502.19937)
18
- [![arXiv v2 Paper](https://img.shields.io/badge/arXiv-2504.06895%20(v2)-B31B1B?style=flat&logo=arXiv)](https://arxiv.org/abs/2504.06895)
19
  [![GitHub](https://img.shields.io/badge/GitHub-Code-181717?style=flat&logo=GitHub)](https://github.com/tellurion-kanata/ColorizeDiffusionXL)
20
  [![Demo](https://img.shields.io/badge/Hugging%20Face-Demo-FF9D00?style=flat&logo=Hugging%20Face)](https://huggingface.co/spaces/tellurion/ColorizeDiffusion)
21
 
@@ -67,14 +66,6 @@ These weights are released under [CC-BY-NC-SA 4.0](https://creativecommons.org/l
67
  ## Citation
68
 
69
  ```bibtex
70
- @article{2024arXiv240101456Y,
71
- author = {{Yan}, Dingkun and {Yuan}, Liang and {Wu}, Erwin and {Nishioka}, Yuma and {Fujishiro}, Issei and {Saito}, Suguru},
72
- title = "{ColorizeDiffusion: Adjustable Sketch Colorization with Reference Image and Text}",
73
- journal = {arXiv e-prints},
74
- year = {2024},
75
- doi = {10.48550/arXiv.2401.01456},
76
- }
77
-
78
  @InProceedings{Yan_2025_WACV,
79
  author = {Yan, Dingkun and Yuan, Liang and Wu, Erwin and Nishioka, Yuma and Fujishiro, Issei and Saito, Suguru},
80
  title = {ColorizeDiffusion: Improving Reference-Based Sketch Colorization with Latent Diffusion Model},
@@ -91,11 +82,11 @@ These weights are released under [CC-BY-NC-SA 4.0](https://creativecommons.org/l
91
  doi = {10.48550/arXiv.2502.19937},
92
  }
93
 
94
- @article{yan2025colorizediffusionv2enhancingreferencebased,
95
- title={ColorizeDiffusion v2: Enhancing Reference-based Sketch Colorization Through Separating Utilities},
96
- author={Dingkun Yan and Xinrui Wang and Yusuke Iwasawa and Yutaka Matsuo and Suguru Saito and Jiaxian Guo},
97
- year={2025},
98
- journal = {arXiv e-prints},
99
- doi = {10.48550/arXiv.2504.06895},
100
  }
101
  ```
 
12
 
13
  <div align="center">
14
 
 
15
  [![WACV 2025](https://img.shields.io/badge/WACV%202025-v1-0CA4A5?style=flat&logo=Semantic%20Web)](https://openaccess.thecvf.com/content/WACV2025/html/Yan_ColorizeDiffusion_Improving_Reference-Based_Sketch_Colorization_with_Latent_Diffusion_Model_WACV_2025_paper.html)
16
  [![CVPR 2025](https://img.shields.io/badge/CVPR%202025-v1.5-0CA4A5?style=flat&logo=Semantic%20Web)](https://arxiv.org/abs/2502.19937)
17
+ [![CVPR 2026](https://img.shields.io/badge/CVPR%202026-XL-0CA4A5?style=flat&logo=Semantic%20Web)](https://arxiv.org/abs/2603.05971)
18
  [![GitHub](https://img.shields.io/badge/GitHub-Code-181717?style=flat&logo=GitHub)](https://github.com/tellurion-kanata/ColorizeDiffusionXL)
19
  [![Demo](https://img.shields.io/badge/Hugging%20Face-Demo-FF9D00?style=flat&logo=Hugging%20Face)](https://huggingface.co/spaces/tellurion/ColorizeDiffusion)
20
 
 
66
  ## Citation
67
 
68
  ```bibtex
 
 
 
 
 
 
 
 
69
  @InProceedings{Yan_2025_WACV,
70
  author = {Yan, Dingkun and Yuan, Liang and Wu, Erwin and Nishioka, Yuma and Fujishiro, Issei and Saito, Suguru},
71
  title = {ColorizeDiffusion: Improving Reference-Based Sketch Colorization with Latent Diffusion Model},
 
82
  doi = {10.48550/arXiv.2502.19937},
83
  }
84
 
85
+ @article{2026arXiv260305971Y,
86
+ author = {{Yan}, Dingkun and {Wang}, Xinrui and {Iwasawa}, Yusuke and {Matsuo}, Yutaka and {Saito}, Suguru and {Guo}, Jiaxian},
87
+ title = "{ColorizeDiffusion XL: Enhancing Embedding Guidance for Character Colorization and Geometry Disentanglement}",
88
+ journal = {arXiv e-prints},
89
+ year = {2026},
90
+ doi = {10.48550/arXiv.2603.05971},
91
  }
92
  ```