8 ms·
Was always fascinated by SVG art. How good are LLMs in generating SVGs?
by chentastic 1y ago
Was always fascinated by SVG art. How good are LLMs in generating SVGs?
- krebby 1y agoGetting better! https://simonwillison.net/2024/Oct/25/pelicans-on-a-bicycle/ https://simonwillison.net/2024/Oct/25/pelicans-on-a-bicycle/
- jamesgpearce 1y agoPerhaps a generous definition of "better"... but some of those genuinely made me laugh!
- zero_shift 1y agoIn at least my limited experience, they're kind of bad. They can retrieve shapes that already exist, sometimes inaccurately, but they are less reliable at creating novel ones
- simpaticoder 1y agoRegular LLMs are quite bad at it (see simonwillison's blog post). However this paper [0] describes an apparently sound approach using Neural Radiance Fields (NeRFs), however their github repo [1] has been "code coming soon!" for months now, so you can't really use it. 0 - https://arxiv.org/pdf/2501.03992 https://arxiv.org/pdf/2501.03992 1 - https://github.com/SagiPolaczek/NeuralSVG https://github.com/SagiPolaczek/NeuralSVG
- flaviuspopan 1y agoIt's been released as of an hour ago!!! https://github.com/SagiPolaczek/NeuralSVG/pull/6 https://github.com/SagiPolaczek/NeuralSVG/pull/6 Oh boy oh boy oh boy
- pizza 1y agoI've gotten decent outputs with Claude with iteration (sending both text feedback and screenshot for context) and then tweaked the output in Inkscape.
- plumeria 1y agoCheckout StarVector: https://github.com/joanrod/star-vector/ https://github.com/joanrod/star-vector/
- qingcharles 1y agohttps://github.com/simonw/pelican-bicycle/blob/main/README.md https://github.com/simonw/pelican-bicycle/blob/main/README.m...