Open Kallamamran opened 1 year ago
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9074#issuecomment-1487697466
I have the same issue as yours. I tried this and it kinda works now.
It's a BUG of gradio. They fixed it in this PR #Access http token for ws connection and merge it into gradio 3.25.0 . But currently this project can't directly upgrade gradio 3.25 (API will be wrong). At present, you can modify the routes.py file according to the above PR.
It's a BUG of gradio. They fixed it in this PR #Access http token for ws connection and merge it into gradio 3.25.0 . But currently this project can't directly upgrade gradio 3.25 (API will be wrong). At present, you can modify the routes.py file according to the above PR.
This has resolved the issue I was experiencing while using the "--gradio-auth" option. Thank you very much!
Is there an existing issue for this?
What happened?
Web-UI disconnects with errors as soon as I try to do anything via remote connection over internet. Locally it works as it should
Steps to reproduce the problem
What should have happened?
No error should happen and the interface should work as locally. As it did until a few days ago when I stupidly updated the Web-ui 😂 If it works, don't mess with it!
Commit where the problem happens
22bcc7be428c94e9408f589966c2040187245d81
What platforms do you use to access the UI ?
Windows, Android
What browsers do you use to access the UI ?
No response
Command Line Arguments
List of extensions
multidiffusion-upscaler-for-automatic1111 | https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111.git | 70ca3c77 (Wed Apr 5 10:57:07 2023) | unknown openpose-editor | https://github.com/fkunn1326/openpose-editor.git | a63fefc3 (Thu Mar 30 08:11:41 2023) | unknown sd-webui-3d-open-pose-editor | https://github.com/nonnonstop/sd-webui-3d-open-pose-editor.git | 6004a31f (Sun Apr 9 05:42:42 2023) | unknown sd-webui-additional-networks | https://github.com/kohya-ss/sd-webui-additional-networks.git | d944d428 (Thu Apr 6 10:42:19 2023) | unknown sd-webui-controlnet | https://github.com/Mikubill/sd-webui-controlnet.git | e1885108 (Wed Apr 12 03:24:32 2023) | unknown sd_save_intermediate_images | https://github.com/AlUlkesh/sd_save_intermediate_images.git | 8115a847 (Mon Mar 27 13:58:26 2023) | unknown stable-diffusion-webui-composable-lora | https://github.com/opparco/stable-diffusion-webui-composable-lora.git | d4963e48 (Mon Feb 27 17:40:08 2023) | unknown stable-diffusion-webui-images-browser | https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git | 57040c31 (Tue Apr 11 18:15:08 2023) | unknown stable-diffusion-webui-two-shot | https://github.com/ashen-sensored/stable-diffusion-webui-two-shot.git | 6b55dd52 (Sun Apr 2 11:24:25 2023) | unknown LDSR | built-in | Â | Â Lora | built-in | Â | Â ScuNET | built-in | Â | Â SwinIR | built-in | Â | Â prompt-bracket-checker | built-in
Console logs
Additional information
Running it locally it poses no problems whatsoever. It's only when attaching to the installation remotely AND using --gradio-auth. Without --gradio-auth it works both locally and remotely