Remix.run Logo
gervwyk 20 hours ago

Great svg generation would be far more userful! For example, being able to edit svg images after generated by Ai would be quick to modify the last mile.. For our new website https://resonancy.io the simple svg workflow images created was still very much created by hand.. and trying various ai tools to make such images yielded shockingly bad off-brand results even when provided multiple examples. By far the best tool for this is still canva for us..

Anyone know of an Ai model for generating svg images? Please share.

jjcm 20 hours ago | parent | next [-]

Recraft also has an svg model: https://replicate.com/recraft-ai/recraft-v3-svg

One note with these is most of the production ones are actually diffusion models that get ran through an image->svg model after. The issue with this is that the layers aren't set up semantically like you'd expect if you were crafting these by hand, or if you were directly generating svgs. The results work, but they aren't perfect.

simonw 20 hours ago | parent | prev | next [-]

I was impressed with recraft.ai for SVGs - https://simonwillison.net/2024/Nov/15/recraft-v3/ - though as far as I can tell they generate raster images and then SVG-ize them before returning the result.

tough 20 hours ago | parent | prev | next [-]

SVGFusion https://arxiv.org/abs/2412.10437 which is a new paper from SVGRender group https://huggingface.co/SVGRender

OmniSVG https://arxiv.org/abs/2504.06263v1

gervwyk 20 hours ago | parent [-]

Amazing thanks for sharing! Will have a read. A commercial model would be something that I will pay for!

tough 20 hours ago | parent | next [-]

I don't know about -commercial- offerings but you can try also something like SVGRender which you should be able to run on your own GPU etc https://ximinng.github.io/PyTorch-SVGRender-project/

first paper linked on prior comment is the latest one from SVGRender group, but not sure if any runnable model weights are out yet for it (SVGFusion)

corysama 17 hours ago | parent | prev [-]

Is free cheap enough ;)

https://omnisvg.github.io/

https://huggingface.co/OmniSVG

17 hours ago | parent | prev | next [-]
[deleted]
vitorcremonez 19 hours ago | parent | prev [-]

Try neoSVG or Recraft, it is awesome!