Hacker News new | ask | show | jobs
by maalber 524 days ago
Cool! I appreciate that you made it openly available without signup!

If I understand correctly, it first generates a bitmap using a text-2-image model and then converts that to svg? It might be cool to see the image alongside the svg and then be able to adjust some settings such as the number of colors to include and so on.

Did you do any training/fine-tuning yourself? Are you looking to do so at some point?

1 comments

Yes, exactly! The first step is generating a bitmap with a white background using Flux 1 Schnell (with a svg render Lora). The second step removes the background with BiRefNetUltraV2. Finally, the last step transforms it into an SVG using this node: https://github.com/Yanick112/ComfyUI-ToSVG.

Your suggestion is great! I'll definitely add a step-by-step display and some settings to adjust the results.

As for the last question, no, I don’t plan to train or fine-tune a model. I’m more interested in building final products and using the tools and resources provided by the open-source community.