camenduru / stable-diffusion-webui-colab

stable diffusion webui colab
The Unlicense
15.45k stars 2.6k forks source link

[Bug]: AssertionError when doing Inpaint #477

Closed etherealxx closed 9 months ago

etherealxx commented 9 months ago

What happened?

Not sure what triggers it. It was working before. txt2img also works as usual image image

Colab cell output

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/gradio/routes.py", line 422, in run_predict
    output = await app.get_blocks().process_api(
  File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 1321, in process_api
    inputs = self.preprocess_data(fn_index, inputs, state)
  File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 1171, in preprocess_data
    processed_input.append(block.preprocess(inputs[i]))
  File "/usr/local/lib/python3.10/dist-packages/gradio/components.py", line 1822, in preprocess
    assert isinstance(x, dict)
AssertionError

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

https://colab.research.google.com/github/etherealxx/volatile-concentration-localux-colab/blob/dev9/volatile_concentration_localux_colab.ipynb

(using duchaitenaiart and abyssorangemix3 model from this repo)

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

trycloudflare.com

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

No response

etherealxx commented 9 months ago

problem fixed by pressing the x then reuploading the image