Description
Update: fix has been pushed to master
please update your webui version if you are affected
the section of was added by moderator
Is there an existing issue for this?
- I have searched the existing issues and checked the recent builds/commits
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
[notice] A new release of pip is available: 23.1.2 -> 23.3.1
[notice] To update, run: python -m pip install --upgrade pip
root@73e25dae56a5:/workspace/stable-diffusion-webui# python launch.py --dump-sysinfo
Traceback (most recent call last):
File "/workspace/stable-diffusion-webui/launch.py", line 48, in <module>
main()
File "/workspace/stable-diffusion-webui/launch.py", line 29, in main
filename = launch_utils.dump_sysinfo()
File "/workspace/stable-diffusion-webui/modules/launch_utils.py", line 440, in dump_sysinfo
from modules import sysinfo
File "/workspace/stable-diffusion-webui/modules/sysinfo.py", line 13, in <module>
from modules import paths_internal, timer, shared, extensions, errors
File "/workspace/stable-diffusion-webui/modules/shared.py", line 3, in <module>
import gradio as gr
File "/usr/local/lib/python3.10/dist-packages/gradio/__init__.py", line 3, in <module>
import gradio.components as components
File "/usr/local/lib/python3.10/dist-packages/gradio/components/__init__.py", line 1, in <module>
from gradio.components.annotated_image import AnnotatedImage
File "/usr/local/lib/python3.10/dist-packages/gradio/components/annotated_image.py", line 12, in <module>
from gradio import utils
File "/usr/local/lib/python3.10/dist-packages/gradio/utils.py", line 353, in <module>
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#
Additional information
No response
Activity
Alex212192 commentedon Nov 3, 2023
have the same issue, truing to launch my automatic.
downloaded fully clear new version and have some issue.
Launching Web UI with arguments:
Traceback (most recent call last):
File "I:\SD\stable-diffusion-webui\launch.py", line 48, in
main()
File "I:\SD\stable-diffusion-webui\launch.py", line 44, in main
start()
File "I:\SD\stable-diffusion-webui\modules\launch_utils.py", line 432, in start
import webui
File "I:\SD\stable-diffusion-webui\webui.py", line 13, in
initialize.imports()
File "I:\SD\stable-diffusion-webui\modules\initialize.py", line 21, in imports
import gradio # noqa: F401
File "I:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio_init_.py", line 3, in
import gradio.components as components
File "I:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\components_init_.py", line 1, in
from gradio.components.annotated_image import AnnotatedImage
File "I:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\components\annotated_image.py", line 12, in
from gradio import utils
File "I:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\utils.py", line 353, in
class AsyncRequest:
File "I:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\utils.py", line 372, in AsyncRequest
client = httpx.AsyncClient()
File "I:\SD\stable-diffusion-webui\venv\lib\site-packages\httpx_client.py", line 1397, in init
self._transport = self._init_transport(
File "I:\SD\stable-diffusion-webui\venv\lib\site-packages\httpx_client.py", line 1445, in _init_transport
return AsyncHTTPTransport(
File "I:\SD\stable-diffusion-webui\venv\lib\site-packages\httpx_transports\default.py", line 275, in init
self._pool = httpcore.AsyncConnectionPool(
TypeError: AsyncConnectionPool.init() got an unexpected keyword argument 'socket_options'
alex-des-santos commentedon Nov 3, 2023
Same problem here:
Installing requirements
Launching Web UI with arguments: --xformers
What happened?
Clone this repository (1.6) and it doesn't work.
Steps to reproduce the problem
git clone sd-webui auto1111 recent repo (1.6)
webui-user.bat
error pops up
What should have happened?
The model should run...
Sysinfo
Windows 11 22H2
What browsers do you use to access the UI ?
No response
Already up to date.
venv "J:\SD\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.6.0
Commit hash: 5ef669d
Launching Web UI with arguments: --xformers
Traceback (most recent call last):
File "J:\SD\stable-diffusion-webui\launch.py", line 48, in
main()
File "J:\SD\stable-diffusion-webui\launch.py", line 44, in main
start()
File "J:\SD\stable-diffusion-webui\modules\launch_utils.py", line 432, in start
import webui
File "J:\SD\stable-diffusion-webui\webui.py", line 13, in
initialize.imports()
File "J:\SD\stable-diffusion-webui\modules\initialize.py", line 21, in imports
import gradio # noqa: F401
File "J:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio_init_.py", line 3, in
import gradio.components as components
File "J:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\components_init_.py", line 1, in
from gradio.components.annotated_image import AnnotatedImage
File "J:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\components\annotated_image.py", line 12, in
from gradio import utils
File "J:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\utils.py", line 353, in
class AsyncRequest:
File "J:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\utils.py", line 372, in AsyncRequest
client = httpx.AsyncClient()
File "J:\SD\stable-diffusion-webui\venv\lib\site-packages\httpx_client.py", line 1397, in init
self._transport = self._init_transport(
File "J:\SD\stable-diffusion-webui\venv\lib\site-packages\httpx_client.py", line 1445, in _init_transport
return AsyncHTTPTransport(
File "J:\SD\stable-diffusion-webui\venv\lib\site-packages\httpx_transports\default.py", line 275, in init
self._pool = httpcore.AsyncConnectionPool(
TypeError: AsyncConnectionPool.init() got an unexpected keyword argument 'socket_options'
Timendus commentedon Nov 3, 2023
This worked for me:
#13236 (comment)
Alex212192 commentedon Nov 3, 2023
should i past it in cmd window which i opened at sd folder?
Alex212192 commentedon Nov 3, 2023
Alex212192 commentedon Nov 3, 2023
maybe i diddnt understand what exactly should i type in cmd... what is mean && for CVD?
BenjaminIrwin commentedon Nov 3, 2023
Adding the line
httpx==0.24.1
torequirements_versions.txt
worked for me.Alex212192 commentedon Nov 3, 2023
also works for me, thanks!
TheMindExpansionNetwork commentedon Nov 3, 2023
hahahahahah I was going to say this
We all are amazing I am doing a big expo thing having bots displayed soooooooo like dammmmmmmmn
fix: downgrade httpx to remove error
liao0001 commentedon Nov 3, 2023
Me too
alex-des-santos commentedon Nov 3, 2023
Worked Here too. Thanks.
13 remaining items