TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: LLM draws SVG, StableDiffusion polishes it

4 pointsby benzguo10 months ago

1 comment

benzguo10 months ago
i had this idea for an AI workflow:<p>1. describe an svg drawing in great detail<p>1.5. ask the llm to label its drawing because it&#x27;s fun to watch<p>2. generate the svg<p>3. img-to-img with sdxl<p>it&#x27;s a silly demo but kinda fun, source: <a href="https:&#x2F;&#x2F;www.val.town&#x2F;v&#x2F;substrate&#x2F;scribble" rel="nofollow">https:&#x2F;&#x2F;www.val.town&#x2F;v&#x2F;substrate&#x2F;scribble</a><p>you can coax Llama3 into generating better SVGs using multiple steps, actually – in a previous version the SVG had gradients, stacked layers, dot grid textures... even animations<p>but i had to do a roundabout thing to rasterize the SVG in the val sandbox so i removed all that<p><a href="https:&#x2F;&#x2F;x.com&#x2F;vprtwn&#x2F;status&#x2F;1811710646729277740" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;vprtwn&#x2F;status&#x2F;1811710646729277740</a>