An open API service indexing awesome lists of open source software.

https://github.com/OmniSVG/OmniSVG

OmniSVG: A Unified Scalable Vector Graphics Generation Model
https://github.com/OmniSVG/OmniSVG

Last synced: about 1 year ago
JSON representation

OmniSVG: A Unified Scalable Vector Graphics Generation Model

Awesome Lists containing this project

README

          


Official repo for OmniSVG


OmniSVG: A Unified Scalable Vector Graphics Generation Model

    
    
    

## 🏃 Intro OmniSVG

**OmniSVG** is the first family of end-to-end multimodal SVG generators that leverage pre-trained Vision-Language Models (VLMs), capable of generating complex and detailed SVGs, from simple icons to intricate anime characters.


Demo GIF



Demo GIF

## 🚩 News

- [2025/04/09] Release MMSVG-Icon and MMSVG-Illustration 🤗[Dataset](https://huggingface.co/OmniSVG).
- [2025/04/09] Upload paper and init project.

## To Do List
- [ ] Code and Pretrained Models Release
- [ ] MMSVG-Character Release
- [x] MMSVG-Icon and MMSVG-Illustration Dataset Release
- [x] Project Page & Technical Report

## Citation

```bibtex
@article{yang2025omnisvg,
title={OmniSVG: A Unified Scalable Vector Graphics Generation Model},
author={Yiying Yang and Wei Cheng and Sijin Chen and Xianfang Zeng and Jiaxu Zhang and Liao Wang and Gang Yu and Xinjun Ma and Yu-Gang Jiang},
journal={arXiv preprint arxiv:2504.06263},
year={2025}
}
```

## Acknowledgments
We thank the following excellent open-source works:

[IconShop](https://icon-shop.github.io/): is the first advanced work that leverages LLMs to generate monochrome, icon-level SVGs. We referred to its parametric implementation.

Here is the list of highly related concurrent works:

[LLM4SVG](https://arxiv.org/abs/2412.11102): treats SVG coordinates as number strings and predicts decimal part for higher spatial accuracy.

[StarVector](https://starvector.github.io/): equips LLM with an image encoder for Image-to-SVG generation.

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=OmniSVG/OmniSVG&type=Date)](https://www.star-history.com/#OmniSVG/OmniSVG&Date)