-
Notifications
You must be signed in to change notification settings - Fork 27.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Unable to Launch Web UI #13836
Comments
have the same issue, truing to launch my automatic. |
Same problem here: Installing requirements What happened? Steps to reproduce the problem Sysinfo What browsers do you use to access the UI ? Already up to date. |
This worked for me: |
should i past it in cmd window which i opened at sd folder? |
maybe i diddnt understand what exactly should i type in cmd... what is mean && for CVD? |
Adding the line |
also works for me, thanks! |
hahahahahah I was going to say this We all are amazing I am doing a big expo thing having bots displayed soooooooo like dammmmmmmmn |
Error: File "/home/causer/Desktop/seg/stable-diffusion-webui/venv/lib/python3.8/site-packages/httpx/_transports/default.py", line 275, in __init__ self._pool = httpcore.AsyncConnectionPool( TypeError: __init__() got an unexpected keyword argument 'socket_options' See: AUTOMATIC1111/stable-diffusion-webui#13836 AUTOMATIC1111/stable-diffusion-webui#13236 (comment)
Me too |
Worked Here too. Thanks. |
manual fix guide #13840 |
Update fix has been pushed to masterplease update your webui version if you are affected |
Error: File "/home/causer/Desktop/seg/stable-diffusion-webui/venv/lib/python3.8/site-packages/httpx/_transports/default.py", line 275, in __init__ self._pool = httpcore.AsyncConnectionPool( TypeError: __init__() got an unexpected keyword argument 'socket_options' See: AUTOMATIC1111/stable-diffusion-webui#13836 AUTOMATIC1111/stable-diffusion-webui#13236 (comment)
Error: File "/home/causer/Desktop/seg/stable-diffusion-webui/venv/lib/python3.8/site-packages/httpx/_transports/default.py", line 275, in __init__ self._pool = httpcore.AsyncConnectionPool( TypeError: __init__() got an unexpected keyword argument 'socket_options' See: AUTOMATIC1111/stable-diffusion-webui#13836 AUTOMATIC1111/stable-diffusion-webui#13236 (comment)
Error: File "/home/causer/Desktop/seg/stable-diffusion-webui/venv/lib/python3.8/site-packages/httpx/_transports/default.py", line 275, in __init__ self._pool = httpcore.AsyncConnectionPool( TypeError: __init__() got an unexpected keyword argument 'socket_options' See: AUTOMATIC1111/stable-diffusion-webui#13836 AUTOMATIC1111/stable-diffusion-webui#13236 (comment)
the same problem , but I can't fix it Launching launch.py... |
Update: fix has been pushed to master
please update your webui version if you are affected
Is there an existing issue for this?
What happened?
root@73e25dae56a5:/workspace/stable-diffusion-webui# python launch.py --xformers --share --api
Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0]
Version: v1.6.0-264-g8052a497
Commit hash: 8052a49
Installing requirements
Launching Web UI with arguments: --xformers --share --api
Traceback (most recent call last):
File "/workspace/stable-diffusion-webui/launch.py", line 48, in
main()
File "/workspace/stable-diffusion-webui/launch.py", line 44, in main
start()
File "/workspace/stable-diffusion-webui/modules/launch_utils.py", line 432, in start
import webui
File "/workspace/stable-diffusion-webui/webui.py", line 13, in
initialize.imports()
File "/workspace/stable-diffusion-webui/modules/initialize.py", line 21, in imports
import gradio # noqa: F401
File "/usr/local/lib/python3.10/dist-packages/gradio/init.py", line 3, in
import gradio.components as components
File "/usr/local/lib/python3.10/dist-packages/gradio/components/init.py", line 1, in
from gradio.components.annotated_image import AnnotatedImage
File "/usr/local/lib/python3.10/dist-packages/gradio/components/annotated_image.py", line 12, in
from gradio import utils
File "/usr/local/lib/python3.10/dist-packages/gradio/utils.py", line 353, in
class AsyncRequest:
File "/usr/local/lib/python3.10/dist-packages/gradio/utils.py", line 372, in AsyncRequest
client = httpx.AsyncClient()
File "/usr/local/lib/python3.10/dist-packages/httpx/_client.py", line 1397, in init
self._transport = self._init_transport(
File "/usr/local/lib/python3.10/dist-packages/httpx/_client.py", line 1445, in _init_transport
return AsyncHTTPTransport(
File "/usr/local/lib/python3.10/dist-packages/httpx/_transports/default.py", line 275, in init
self._pool = httpcore.AsyncConnectionPool(
TypeError: AsyncConnectionPool.init() got an unexpected keyword argument 'socket_options'
root@73e25dae56a5:/workspace/stable-diffusion-webui#
Steps to reproduce the problem
I atttempt to start runpod
Go to launch.py
then put in my stuff
get that error
What should have happened?
should be working was fine last few daysthe
Sysinfo
Not sure how to get this on runpod
What browsers do you use to access the UI ?
No response
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: