Darren Hsu
Darren Hsu
I ran into the same web socket error. Reverting to the commit [803d44c](https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/803d44c4740f3de6b35fb7b9e3981a5eaf18b070) fixed the problem for me and [him](https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/22bcc7be428c94e9408f589966c2040187245d81#commitcomment-106591507). I've pushed a [Docker Image](https://hub.docker.com/r/rubbrband/sd-webui) with this exact commit of...
@ProGamerGov I was able to fix this problem by running running `sudo su root` before running the python command. From your terminal output, it seems like you're running the command...
> Do i need username and password for gradio to work? @l0ggik From my experience, you don't need to the username and password. According to the [sd-webui docs](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings#all-command-line-arguments) for the...
@mattt Thanks for your help. Do you have any pointers on canceling async runs? This is what I have so far, I've added a 60 second timeout to the sample...