DominikDoom

Results 57 comments of DominikDoom

This is because the colab has a non-default working directory, as far as I'm aware I can't account for that on my side. But you can edit the colab code...

This is not easily doable. openOutpaint is its own service that just gets hosted by the wrapper extension using an iframe. While there are ways to manipulate the iframe content...

> This extension requires to move the files to the core of it I'm not really sure what you mean by that? Don't all extensions need to be installed inside...

Actually, I just had a look in the repo you looked and think the issue is this in the dockerfile: `WORKDIR ${ROOT}/repositories/stable-diffusion` The workdir is not the same as the...

To give a few more infos on this: As discussed in this issue https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/216 it was indeed the working directory preventing the initial load, however another problem related to Gradio's...

@xiaxichen See the last few comments in https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/216, this error is related to how Gradio works with loading files in javascript for security reasons. I can't fix it from my...

I had the same issue. Installing the newest Nvidia drivers alone didn't work, however I was able to fix it by additionally running `sudo apt update` + `sudo apt upgrade`...