2048 to 8192 workflow

#2
by sHEL1562 - opened

Hey! Made a small repo, hasn't gotten much attention (relatively new). For Krea workflows at 2048 to output to 8192 native with PID. Including the generation time you're looking at ~100s for the final output 8192x8192 image. Exponentially faster than a native gen (also Krea's sweet spot is 2k).

If you want to check it out or perhaps give a star, I'm very much looking for the community's awareness of the project.
https://github.com/CommanderTurtle/seamingly-epic - (AGPL)

Basically a seam-merger plus a small few bit of nodes that perform PID upscales on four quadrants. /tree/main/workflows Then, solving the seam programmatically with some advanced math with the quick swipe of a terminal, using laplacians and what's best described as an "upscale cloud" to determine where structure can be merged efficiently. Working extremely well. At this rate, I'd say 2048 to 8192 is a pretty reliable gen, especially if you preview prior by just doing typical 1024 images (until it's a decent gen), since it sucks waiting a long time for 2048 anyways.

Biggest downside to 2048 gens is you can never PID upscale. This changes that, by assuming four 1024x1024 quadrants. Appreciate your experiments and repacks/workflows. Community is king.

Sign up or log in to comment