zero01101 / openOutpaint

local offline javascript and html canvas outpainting gizmo for stable diffusion webUI API 🐠
MIT License
507 stars 44 forks source link

Just Some QOL and bugfixes #86

Closed seijihariki closed 1 year ago

seijihariki commented 1 year ago

Draft pull request for 2022-12-11. For now, only has an extra network status indicator for detecting disabled --api flag.

seijihariki commented 1 year ago

This last one seems to be a prevalent issue on Windows machines with ipv6 configured. (#85, this comment on reddit)

The server ends up on ipv6-only territory due to some dual-stack weirdness on Windows systems:

https://bugs.python.org/issue39211

This is an attempt to fix by listening on 0.0.0.0. Someone with the issue should test this solution, and if it does not work, we will need to bind to loopback.

zero01101 commented 1 year ago

multiselect now also custom autocomplete

you just had to go and deprecate the wiki immediately, didn't you ;)

all looks great; wonder if we should add the specific address bind on the .sh launch script too just for parity?

thanks again as always!

seijihariki commented 1 year ago

multiselect now also custom autocomplete

you just had to go and deprecate the wiki immediately, didn't you ;)

all looks great; wonder if we should add the specific address bind on the .sh launch script too just for parity?

thanks again as always!

Hope we don't have to do that! Just give these last changes a look and you can merge!

zero01101 commented 1 year ago

mighty handy little buttons!