Tangc03 commited on
Commit
e1eaaa6
·
verified ·
1 Parent(s): 00a078e

Add model card with paper citation

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - UniCharacter
4
+ - customized-multimodal-role-play
5
+ - multimodal-role-play
6
+ - character-customization
7
+ - text-to-image
8
+ - image-generation
9
+ - arxiv:2605.08129
10
+ ---
11
+
12
+ # UniCharacter
13
+
14
+ UniCharacter is a collection of character-specific checkpoints for **Customized Multimodal Role-Play (CMRP)**, introduced in the paper [Towards Customized Multimodal Role-Play](https://arxiv.org/abs/2605.08129).
15
+
16
+ The model is designed to customize a character's persona, dialogue style, and visual identity so that the character can respond consistently across text and image generation settings.
17
+
18
+ ## Repository Contents
19
+
20
+ This repository contains separate checkpoint folders for multiple characters. Each character directory includes sharded `safetensors` weights and a `model.safetensors.index.json` file.
21
+
22
+ Available character folders include:
23
+
24
+ - `Adrien_Brody`
25
+ - `Bo`
26
+ - `Butin`
27
+ - `Chandler`
28
+ - `Coco`
29
+ - `Furina`
30
+ - `Gao_Qiqiang`
31
+ - `Hermione`
32
+ - `Ichihime`
33
+ - `Joey`
34
+ - `Leonardo`
35
+ - `Mam`
36
+ - `Miki_Nikaidou`
37
+ - `Mydieu`
38
+ - `Pikachu`
39
+ - `Rin_Tohsaka`
40
+ - `Saber`
41
+ - `Will_In_Vietnam`
42
+ - `Wukong`
43
+ - `YuiYagi`
44
+
45
+ ## Download
46
+
47
+ Download the full repository:
48
+
49
+ ```bash
50
+ huggingface-cli download Tangc03/UniCharacter --local-dir UniCharacter
51
+ ```
52
+
53
+ Download a single character checkpoint folder:
54
+
55
+ ```bash
56
+ huggingface-cli download Tangc03/UniCharacter --include "Hermione/*" --local-dir UniCharacter
57
+ ```
58
+
59
+ ## Paper
60
+
61
+ This model is associated with the following paper:
62
+
63
+ - [Towards Customized Multimodal Role-Play](https://arxiv.org/abs/2605.08129)
64
+
65
+ ## Citation
66
+
67
+ If you use UniCharacter, please cite:
68
+
69
+ ```bibtex
70
+ @article{tang2026towardscustomizedmultimodalroleplay,
71
+ title={Towards Customized Multimodal Role-Play},
72
+ author={Tang, Chao and Wu, Jianzong and Shi, Qingyu and Tian, Ye and Zhang, Aixi and Jiang, Hao and Zhang, Jiangning and Tong, Yunhai},
73
+ journal={arXiv preprint arXiv:2605.08129},
74
+ year={2026},
75
+ url={https://arxiv.org/abs/2605.08129}
76
+ }
77
+ ```