this post was submitted on 24 Mar 2025
20 points (100.0% liked)

LocalLLaMA

2908 readers
83 users here now

Welcome to LocalLLaMA! Here we discuss running and developing machine learning models at home. Lets explore cutting edge open source neural network technology together.

Get support from the community! Ask questions, share prompts, discuss benchmarks, get hyped at the latest and greatest model releases! Enjoy talking about our awesome hobby.

As ambassadors of the self-hosting machine learning community, we strive to support each other and share our enthusiasm in a positive constructive way.

founded 2 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 4 weeks ago

Did anyone get this to run?

[–] [email protected] 1 points 1 month ago (1 children)

It doesn't look to be that much more effective than a simple autotracer.

[–] [email protected] 1 points 1 month ago (1 children)

autotracers can't generate svgs from text

[–] [email protected] 1 points 1 month ago

True, I was only looking at the img to svg part.

[–] [email protected] 5 points 1 month ago* (last edited 1 month ago) (1 children)

StarVector is a foundation model for generating Scalable Vector Graphics (SVG) code from images and text. It utilizes a Vision-Language Modeling architecture to understand both visual and textual inputs, enabling high-quality vectorization and text-guided SVG creation.

I was just thinking about an img2svg generator. I was tying to get Claude to do it earlier today with poor results.

[–] [email protected] 3 points 1 month ago

Claude frequently draws svgs to illustrate things for me (I'm guessing it's in the prompt) but even though it's better at it than all the other models, it still kinda sucks. It's just fudamentally dumb task to do for a purely language model, similar to the arc-agi benchmark , just makes more sense for a vision model and trying to get an llm to do is a waste