I've looked into outpainting and was wondering, why it right now replaces parts. For me that's more inpainting than outpainting. 🙂
Is there a reason for it? I'm happy to open a PR to extend the functionality to create bigger images. Means instead of moving it, we extend the image and it could get bigger and bigger.
Not sure what the limitations would be. I guess we should still just put a piece of it into the generator if we do it multiple times.
Example:
- 512x512 image
- outpainting top 50
- ends in 562x512 image
- continue using the new image with 562x512
- outpainting top 50
- using 512x512 of the 562x512 for the generator and add it to the 562x512
- ends up in 612x512
WDYT?