AliceKJ commited on
Commit
fc7246f
·
verified ·
1 Parent(s): 8d2aa35

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -63,6 +63,20 @@ result.save("generated_skin.png")
63
  - The included custom pipeline matches the training token order and is recommended for inference.
64
  - The model is large; use a high-memory GPU for practical inference speed.
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  ## Dependencies
67
 
68
  - diffusers
 
63
  - The included custom pipeline matches the training token order and is recommended for inference.
64
  - The model is large; use a high-memory GPU for practical inference speed.
65
 
66
+ ## Citation
67
+
68
+ If you use BLOCKv0.5 or results derived from this model, please cite:
69
+
70
+ ```bibtex
71
+ @article{guo2026block,
72
+ title={BLOCK: An Open-Source Bi-Stage MLLM Character-to-Skin Pipeline for Minecraft},
73
+ author={Guo, Hengquan},
74
+ journal={arXiv preprint arXiv:2603.03964},
75
+ year={2026},
76
+ url={http://arxiv.org/abs/2603.03964}
77
+ }
78
+ ```
79
+
80
  ## Dependencies
81
 
82
  - diffusers