File size: 930 Bytes
7474c55
 
 
 
6cf48e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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}
}
```