Comment on OmniSVG: A Unified Scalable Vector Graphics Generation Model
Even_Adder@lemmy.dbzer0.com 11 months agoIt can do IMG to SVG. Check out the right side of this image:
Comment on OmniSVG: A Unified Scalable Vector Graphics Generation Model
Even_Adder@lemmy.dbzer0.com 11 months agoIt can do IMG to SVG. Check out the right side of this image:
GenderNeutralBro@lemmy.sdf.org 11 months ago
Hard to judge quality when what we’re seeing is practically a pixel-perfect recreation. The tricky part of automated vectorization is detecting and plotting curves in such a way that it scales correctly. Bad implementations will use too many elements, or include straight lines that should be parts of curves, etc. Those errors would not be visible in those low-res rasterizations.
Even_Adder@lemmy.dbzer0.com 11 months ago
The project page didn’t have a link to it, but there is a demo on HF.
GenderNeutralBro@lemmy.sdf.org 11 months ago
Just gave it a try. I couldn’t get coherent results from img-to-svg with a few different tests of low-res pixel art and high-res cartoons. txt-to-svg also gave me incoherent blobs even with simple prompts. Something must be wrong there. Is it working for anyone else?
I might just try installing it locally when I get home.