-
-
Notifications
You must be signed in to change notification settings - Fork 328
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
AsyncConnectionPool - issue #232
Comments
Looks like I'm getting the same after a clean install of StabilityMatrix and SD Web UI, and default launch options:
|
the same problem, i've tried with the first version 1.0.1, diferent drive folder, nothing works thks #> Looks like I'm getting the same after a clean install of StabilityMatrix and SD Web UI, and default launch options:
|
I also get the same problem after a clean install Is this the cause? |
Ah yes, looks like it'll be fixed when they tag v1.6.1. |
OK, I found, by selecting the Master branch when installing automatic1111 webui with StablityMatrix, the above error no longer occurs! |
If you want to use an older version of Webui, |
Hi folks, sorry about that, seems to be an issue with the 1.6.0 version of A1111's webUI. We should have a fix for this in the next update. In the meantime, you can try the fix mentioned above, by installing httpx it should fix the issue. |
This should be fixed as of the latest v2.6.0 version of Stability Matrix. Please feel free to reopen this issue if the problem persists. Thanks! |
File "D:\Creation - AI\Stability Matrix\Packages\stable-diffusion-webui\venv\lib\site-packages\gradio_init_.py", line 3, in
import gradio.components as components
File "D:\Creation - AI\Stability Matrix\Packages\stable-diffusion-webui\venv\lib\site-packages\gradio\components_init_.py", line 1, in
from gradio.components.annotated_image import AnnotatedImage
File "D:\Creation - AI\Stability Matrix\Packages\stable-diffusion-webui\venv\lib\site-packages\gradio\components\annotated_image.py", line 12, in
from gradio import utils
File "D:\Creation - AI\Stability Matrix\Packages\stable-diffusion-webui\venv\lib\site-packages\gradio\utils.py", line 353, in
class AsyncRequest:
File "D:\Creation - AI\Stability Matrix\Packages\stable-diffusion-webui\venv\lib\site-packages\gradio\utils.py", line 372, in AsyncRequest
client = httpx.AsyncClient()
File "D:\Creation - AI\Stability Matrix\Packages\stable-diffusion-webui\venv\lib\site-packages\httpx_client.py", line 1397, in init
self._transport = self._init_transport(
File "D:\Creation - AI\Stability Matrix\Packages\stable-diffusion-webui\venv\lib\site-packages\httpx_client.py", line 1445, in _init_transport
return AsyncHTTPTransport(
File "D:\Creation - AI\Stability Matrix\Packages\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'
Process finished with exit code 1
I need you help ?
The text was updated successfully, but these errors were encountered: