camenduru / stable-diffusion-webui-colab

stable diffusion webui colab
The Unlicense
15.46k stars 2.61k forks source link

[Error]: Trying to use Extension Outpainting in colab #412

Closed Arhadrianman10 closed 1 year ago

Arhadrianman10 commented 1 year ago

What happened?

I have tried to install this extension: https://github.com/zero01101/openOutpaint-webUI-extension

When installing and reloading the UI there is no problem.

In fact I am able to see the tab of the extension and open it.

wwwwwwwwa

The problem is that inside the extension I get an error, this:

'Have you run the webui with the flag '--api', or is the flag '--gradio-debug' currently active?'

in the lower left corner, in a red message, (it looks a bit bad) and also it doesn't let me use the extension because it is blocked.

Captura

Inside the extension git they refer to this workaround as a possible solution.

https://github.com/TheLastBen/fast-stable-diffusion/discussions/1161

I understand that the first part does not apply because there is no problem but I would like to know how I can change the flag to true. 209936885-379d83fe-2137-49d2-811e-4868323c23da

Colab cell output

No errors in colab output

Which colab and model(s) were you using when the error occurred?

All

Which Public WebUI Colab URL were you using when the error occurred?

remote.moe

If you used HiRes mode when the error occurred, please provide the Hires info

No response

camenduru commented 1 year ago

Hi @Arhadrianman10 👋 it is working please add --api

image

image

greatwolf commented 10 months ago

I added --api but I get a bunch of validation errors for model checkpoint, options and other stuff when I try to use openOutpaint. I wonder if it's look in the wrong place for those files. I'm testing this on colab btw: https://colab.research.google.com/drive/1hzlynbVswaFjxjPUq3rlqIGjuH_amZSV

From your screenshot it looks like the colab interface you tested that command with. How were you able to get it to work without getting those validation errors?