Hacker News new | ask | show | jobs
by vunderba 2 days ago
Nice job. How are you handling outpainting? Outside of using an open-weight model, I imagine it's going to get pretty expensive quickly with something like NB or GPT-Image.

Feedback:

Add an option to hide user tags and only show the different colored mouse cursors otherwise the view will probably get cluttered quickly.

1 comments

Right now it's AI with a human doing the curation. I'll def have to figure out how to do it just with AI, as the current user load is going to finish all the pre-baked levels in the next 30 minutes.
Yeah I hear you. I’ve done some experimentation with infinite image generation, and it’s very difficult to pull off without some level of human supervision.

Even if a model can technically generate infinite content, you’ll find that it eventually repeats certain patterns, so the results can start to feel very repetitive over time.

If you do end up going with a cheaper open‑weight model, Flux Klein 9B might be your best bet as it’s fairly decent at handling outpainting [1].

[1] - https://comfy.org/workflows/templates_doc_workbox_klein_9b_i...

Thanks, I'll definitely look into it.