gradio==5.37.0 transformers==4.51.3 numpy==2.2.6 Pillow==10.1.0 CairoSVG==2.7.1 einops==0.4.1 qwen-vl-utils==0.0.11 ConfigArgParse==1.7.1 PyYAML==6.0.2 typing-inspection==0.4.0 typing_extensions==4.12.2 ipython==8.12.3 moviepy==1.0.3 shapely==2.0.7 torch==2.3.0 torchvision==0.18.0
OmniSVG: A Unified Scalable Vector Graphics Generation Model,you can try it in ComfyUI.
In the ./ComfyUI /custom_nodes directory, run the following:
git clone https://github.com/smthemex/ComfyUI_OmniSVG.git
pip install -r requirements.txt
“`
| ├──you comfyui/models/diffusion_models/
| ├──OmniSVG1.1_8B.bin or OmniSVG1.1_4B.bin
| ├──any path/Qwen/Qwen2.5-VL-3B-Instruct or /Qwen2.5-VL-7B-Instruct
| ├──all files # 所有文件
| ├──you comfyui/models/clip/
| ├──qwen_2.5_vl_7b.safetensors
“`
@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}
}