Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -63,7 +63,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
| 63 |
)
|
| 64 |
```
|
| 65 |
|
| 66 |
-
For full pipeline usage (plan → implement → reflection), see the [project repo](https://github.com/liuziyuan1109/design-as-code) and [
|
| 67 |
|
| 68 |
## Outputs
|
| 69 |
|
|
@@ -83,13 +83,14 @@ The model generates semi-structured text with XML tags:
|
|
| 83 |
## Citation
|
| 84 |
|
| 85 |
```bibtex
|
| 86 |
-
@article{
|
| 87 |
title = {DesignAsCode: Bridging Structural Editability and
|
| 88 |
Visual Fidelity in Graphic Design Generation},
|
| 89 |
author = {Liu, Ziyuan and Sun, Shizhao and Huang, Danqing
|
| 90 |
and Shi, Yingdong and Zhang, Meisheng and Li, Ji
|
| 91 |
and Yu, Jingsong and Bian, Jiang},
|
| 92 |
-
journal = {arXiv preprint},
|
| 93 |
-
year = {
|
|
|
|
| 94 |
}
|
| 95 |
```
|
|
|
|
| 63 |
)
|
| 64 |
```
|
| 65 |
|
| 66 |
+
For full pipeline usage (plan → implement → reflection), see the [project repo](https://github.com/liuziyuan1109/design-as-code) and [Quick Start](https://github.com/liuziyuan1109/design-as-code#quick-start).
|
| 67 |
|
| 68 |
## Outputs
|
| 69 |
|
|
|
|
| 83 |
## Citation
|
| 84 |
|
| 85 |
```bibtex
|
| 86 |
+
@article{liu2026designascode,
|
| 87 |
title = {DesignAsCode: Bridging Structural Editability and
|
| 88 |
Visual Fidelity in Graphic Design Generation},
|
| 89 |
author = {Liu, Ziyuan and Sun, Shizhao and Huang, Danqing
|
| 90 |
and Shi, Yingdong and Zhang, Meisheng and Li, Ji
|
| 91 |
and Yu, Jingsong and Bian, Jiang},
|
| 92 |
+
journal = {arXiv preprint arXiv:2602.17690},
|
| 93 |
+
year = {2026},
|
| 94 |
+
url = {https://arxiv.org/abs/2602.17690}
|
| 95 |
}
|
| 96 |
```
|