Instructions to use starvector/starvector-1b-im2svg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use starvector/starvector-1b-im2svg with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("starvector/starvector-1b-im2svg", dtype="auto") - Notebooks
- Google Colab
- Kaggle
感觉不太行。。
#2
by MaiXun - opened
请问这个模型是图片+文字转化为svg嘛?
This checkpoint is designed for converting images into SVGs. While we do have a text-to-SVG model, we plan to release it at a later stage.
The current model performs well with simple icons but has limitations with more complex images. Improving performance on complex cases is a key focus of our ongoing work.