Outpainting suggestion #979
Replies: 3 comments
-
I think there is a design choice of just how to initialise the tiled images. Just use Perlin, or replicate N number of rows/columns of the original image extending into the outpainted area, or something else. Do you use the same seed and same prompt for the out-painted sections, or use a random seed and separate prompts? It should be pretty straight-forward to make the basic 4 tile outpainting using perlin initiation and masking the known original section. Then just go from there? |
Beta Was this translation helpful? Give feedback.
-
Well, I think the Perlin should work with large sampling number, but it should be tested. I think this choice is easily testable. To be honest a full outpainting experience would be the best, where each new box could be generated automatically by selecting a box that partly covers the original image, and a new prompt could be added. But a simple "upscaling" could be done with the Perlin+rotating+original prompt combo. |
Beta Was this translation helpful? Give feedback.
-
My attempt at outpainting via GIMP and my personal plugin that talks to this projects code. |
Beta Was this translation helpful? Give feedback.
-
Considering that the inpainting functionality is already available, I think it would be really easy to implement the real outpainting: simply generating 4 images, each starts from part of the original image, plus a mask on its edge.
It could go in a rotating clock manner:
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions