|
|
|
|
|
by mwcampbell
53 days ago
|
|
Are there any models that are specifically trained to produce diagrams as SVG? I'd much prefer that to diffusion-based raster image generation models for a few reasons: - The usual advantages of vector graphics: resolution-independence, zoom without jagged edges, etc. - As a consequence of the above, vector graphics (particularly SVG) can more easily be converted to useful tactile graphics for blind people. - Vector graphics can more practically be edited. |
|