zero01101 / openOutpaint-webUI-extension

direct A1111 webUI extension for openOutpaint
MIT License
397 stars 22 forks source link

register "send to outpaint" on additional tabs #20

Closed vladmandic closed 1 year ago

vladmandic commented 1 year ago

Currently this extension creates Send to openOutpaint button on txt2img and img2img tabs Request is to have same button on Extras and PNG info tabs

One example case would be to generate image and save it and then later load it using PNG info and continue with outpainting.

seijihariki commented 1 year ago

Extras tab should be easy. PNG info... need to see, as all until now were gradio galleries.

vladmandic commented 1 year ago

silly workaround is to load using PNG info send to img2img to do inpaininting with nothing masked and then send to openOutpaint - you can see how silly that is :)

seijihariki commented 1 year ago

@vladmandic check testing branch

vladmandic commented 1 year ago

@seijihariki just tried it, works like a charm (both png info and extras tabs) - thanks!