CoolFace
Modelpublic

oxide-lab/starvector-1b-im2svg-GGUF

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
1likes232downloads
Model Card

StarVector-1B im2svg (Full GGUF Pack)

This repository contains full GGUF exports of [starvector-1b-im2svg](https://huggingface.co/starvector/starvector-1b-im2svg):

  • image encoder
  • projection adapter
  • svg decoder

Files

FileQuantizationApprox. Size
starvector-1b-im2svg-full-f16.gguff16~5.1 GB
starvector-1b-im2svg-full-q8_0.ggufq8_0~1.5 GB
starvector-1b-im2svg-full-q4_0.ggufq4_0~0.8 GB

Description

These are full-model GGUF checkpoints for image-to-SVG generation.

This is not a chat LLM. The model takes an image as input and generates SVG markup as output.

Compatibility

These GGUF files are not compatible with llama.cpp.

Use them only with starvector-rs: https://github.com/oxide-lab/starvector-rs

Notes

  • The repository contains quantized variants of the same model weights.
  • Lower-bit quantization usually reduces memory usage and file size, with a possible quality trade-off.