--- license: mit base_model: - Qwen/Qwen3-VL-8B-Instruct pipeline_tag: image-text-to-text library_name: transformers --- # Code2World-8B ![image](https://cdn-uploads.huggingface.co/production/uploads/64107c7df52d7eb22e062956/RQrFKiDM8WML1o46Fidyc.png) ## Quickstart Below, we provide simple examples to show how to use Code2World with 🤗 Transformers. The code of Code2World has been in the latest Hugging Face transformers and we advise you to build from source with command: ``` pip install transformers==4.57.0 ``` ## Citation If you find our work helpful, feel free to give us a cite. ``` @article{zheng2026code2world, title={Code2World: A GUI World Model via Renderable Code Generation}, author={Zheng, Yuhao and Zhong, Li'an and Wang, Yi and Dai, Rui and Liu, Kaikui and Chu, Xiangxiang and Lv, Linyuan and Torr, Philip and Lin, Kevin Qinghong}, journal={arXiv preprint arXiv:2602.09856}, year={2026} } ```