anapnoe / stable-diffusion-webui-ux

Stable Diffusion web UI UX
GNU Affero General Public License v3.0
978 stars 59 forks source link

[Bug]: Unable to view or edit mask on Image on In-painting mode. #79

Closed syddharth closed 1 year ago

syddharth commented 1 year ago

Is there an existing issue for this?

What happened?

When uploading an image of Inpainting tab, I can't see the image.

Before Upload: image

After Uploading an image to inpaint tab: image

Steps to reproduce the problem

  1. Go to ....
  2. Press ....
  3. ...

What should have happened?

I should have been able to use the inpaint feature like normal. Also, the image should have been visible.

Commit where the problem happens

4589dbeaff435f20165ce661304198fa2c230e99

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--xformers --force-enable-xformers --api --listen --allow-code --enable-insecure-extension-access --opt-channelslast --disable-safe-unpickle

List of extensions

image

Console logs

Running on local URL:  http://0.0.0.0:7860

To create a public link, set `share=True` in `launch()`.
Startup time: 11.8s (load scripts: 0.6s, list SD models: 1.1s, create ui: 7.0s, gradio launch: 3.0s).

Additional information

No response

anapnoe commented 1 year ago

can you disable non inbuild extensions and see if the issue persists ?

anapnoe commented 1 year ago

cant reproduce close the issue

syddharth commented 1 year ago

Hey, I disabled all extra plugins, but I still get the same issue. Also did a git reset --hard. :|