zero01101/openOutpaint-webUI-extension

[Bug]: Button "send to openOutpaint" dont work.

Closed this issue · 5 comments

What happened?

(First sorry im not english)
The button "send to openOutpaint" dont work, does nothing, but in Chrome console show errors (attachment image)
Only work from PNGinfo, but only send picture no other parameters (maybe this is intentional)

im use Automatic1111 and extension, last build of both

image

Steps to reproduce the problem

  1. Text to image and generate something
  2. Press Button send to openOutPaint

What should have happened?

Send img (and parameters?) to openOutpaint

Commit where the problem happens

version 566a8a5

What platforms do you use to access openOutpaint?

Windows, Linux, Other/Cloud

What browsers do you use to access the UI ?

Mozilla Firefox, Google Chrome

Browser Extensions/Addons

image

AUTOMATIC1111 webUI Commandline Arguments

--api --opt-split-attention --no-half-vae --disable-safe-unpickle --xformers --autolaunch --theme dark

Additional information

Tested in multiple combinations of:

Windows 10, Ubuntu, Google colab
Chrome, firefox

hey, so commit 566a8a5 was pushed to handle this against the latest webUI/gradio updates - there's definitely some issues with colabs and webUI it seems, particularly with the txt2img API endpoint which breaks openOutpaint, but the buttons work as expected against the most recent webUI commits on both windows and ubuntu... is your webUI on the most up-to-date release (basically >= AUTOMATIC1111/stable-diffusion-webui@b0b777e)?

(moved issue to extension repo)

@zero01101
im not sure . In footer no show version. Commit its blank

image

How can I know what version is installed?

hey, sorry for the delay; in your command prompt/terminal go to your webUI directory and type in git rev-parse HEAD which should show the commit hash but yeah, that's... odd that it's not there...

Hi, thanks for the great extension.
I had the same error and solved it by reading this issue.

Reference information.
I'm using it via ReverseProxy, but the latest AUTOMATIC1111/stable-diffusion-webui gave me a Websocket related error and could not generate images.

Therefore, I use AUTOMATIC1111 3/24.
280ed8f00fde0ece026339acdd42888ac4dc3167

This is the version before the changes occurred in Gradio, so I had to revert OpenOutPaint to before the changes below.
566a8a5

I install clean version of Automatic111 with git clone, (zip version dont work well) and now button send work fine.
Send picture and prompts (positive and negative)

Thanks!!

PS: The buttons save workspace (when resave existent workspace) and delete workspace dont work. But i think is better open other bug post.