lkwq007 / stablediffusion-infinity

Outpainting with Stable Diffusion on an infinite canvas
Apache License 2.0
3.85k stars 304 forks source link

[Bug] Upload Image not functioning #146

Open githubUser01946 opened 1 year ago

githubUser01946 commented 1 year ago

Describe the bug Whilst using the Colab version, I click on upload image and nothing happens. This is after the setup.

Expected behavior I expected to be able to upload image.

Desktop (please complete the following information):

lkwq007 commented 1 year ago

Please check error messages from browser devtools when uploading the image (open devtools in chrome https://developer.chrome.com/docs/devtools/open/)

githubUser01946 commented 1 year ago

Please check error messages from browser devtools when uploading the image (open devtools in chrome https://developer.chrome.com/docs/devtools/open/)

As stated in the OP I cant upload because pressing the button does nothing.

lkwq007 commented 1 year ago

Please check error messages from browser devtools when uploading the image (open devtools in chrome https://developer.chrome.com/docs/devtools/open/)

As stated in the OP I cant upload because pressing the button does nothing.

So please check the error messages from the devtools after pressing the button. I cannot provide a fix if I don't know what the error is.

githubUser01946 commented 1 year ago

Seems to work in Chrome right now. In Edge which is a chromium browser I believe has the issue still. This is what appeared in console after pressing the Upload Image button.

image

githubUser01946 commented 1 year ago

This happens on the huggingface repo too.

githubUser01946 commented 1 year ago

Any update or fix?

@lkwq007