zero01101/openOutpaint-webUI-extension

[Feature request] send from image browser to outpaint

Rogal80 opened this issue · 8 comments

Hi, awesome extension :), is there any chance to add button in the image browser – that we can send directly to outpaint

Image browser... You mean the extension?

yes :)

@zero01101 do you know if there is any inter-extension support on the webui? If there is nothing we will probably have to JavaScript our way into the extension...

:/ can't say that i do unfortunately; from what i've poked around with in webUI's codebase i didn't see anything that'd accommodate that (certainly doesn't mean it's not there however) nor did it seem like any of the extensions i have installed do anything like that... wonder how that'd work via JS though, like what happens if openOutpaint is initialized before the image browser?

We can deal with that in JavaScript, no issue. But I think it would be hard to get generation info in that case. Sending the image would be quite okay I imagine.

For now, we have a send image from image browser to openoutpaint button. Still, generation configuration is not an option for now.

@Rogal80 can you give this a look? You need to enter the extension folder (/extensions/openOutpaint-webUI-extension) and run git checkout testing and git pull.

Then you go to the webui extensions tab and click on 'Apply and restart UI'.

To go back to the stable release just run git checkout main.

@Rogal80 This is now in main, so just need to update the extension and it should work.

thx :)