-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix autoui: [TypeError: AsyncConnectionPool](https://github.com/AUTOM… #609
Conversation
@@ -41,7 +41,7 @@ RUN --mount=type=cache,target=/cache --mount=type=cache,target=/root/.cache/pip | |||
RUN --mount=type=cache,target=/root/.cache/pip \ | |||
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \ | |||
cd stable-diffusion-webui && \ | |||
git reset --hard 5ef669de080814067961f28357256e8fe27544f4 && \ | |||
git reset --hard bda2ecdbf58fd33b4ad3036ed5cc13eef02747ae && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
latest one is 4afaaf8a020c1df457bcf7250cb1c7f609699fa7
, which furthermore includes updated changelog AUTOMATIC1111/stable-diffusion-webui@4afaaf8, see https://github.com/AUTOMATIC1111/stable-diffusion-webui/commits/master
and I think you have to change it in line 73, too, no?
ARG SHA=5ef669de080814067961f28357256e8fe27544f4
->
ARG SHA=4afaaf8a020c1df457bcf7250cb1c7f609699fa7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jinnnyang and @cyril23, yes we need to change those, I will add a commit to this branch that addresses the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to do a lot of refactoring in #610 and will use that one instead of this, thank you again.
commit 3e67f55 Author: AbdBarho <[email protected]> Date: Mon Nov 13 21:12:07 2023 +0100 Update Auto (AbdBarho#610) Closes AbdBarho#609 AUTOMATIC1111/stable-diffusion-webui@4afaaf8 commit a2561f2 Author: cococig <[email protected]> Date: Tue Nov 14 03:35:24 2023 +0900 Update automatic1111 webui base image (AbdBarho#601) Update the minor version of Python in the base image for AUTOMATIC1111 web UI. Closes issue AbdBarho#600 commit 6a34739 Author: cloudaxes <[email protected]> Date: Sat Sep 9 23:10:05 2023 +0900 Update Automatic1111 to v1.6.0 (AbdBarho#585) Update Automatic1111 Stable Diffusion Webui to v1.6.0. Closes AbdBarho#583 --------- Co-authored-by: AbdBarho <[email protected]> commit 630980b Author: Sebastian Piechowiak <[email protected]> Date: Sat Sep 9 15:34:06 2023 +0200 Skipping installation of requirements for disabled extensions (AbdBarho#582) Closes AbdBarho#563 commit 8474059 Author: 66li <[email protected]> Date: Fri Sep 1 02:04:32 2023 +0800 Update generative-models version (AbdBarho#581) Upgrade a dependent library https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/v1.5.2/modules/launch_utils.py#L288C90-L288C130 --------- Co-authored-by: AbdBarho <[email protected]> commit 59b9762 Author: AbdBarho <[email protected]> Date: Wed Aug 30 20:00:48 2023 +0200 Update Comfy (AbdBarho#580) comfyanonymous/ComfyUI@7e941f9 commit 70357bf Author: AbdBarho <[email protected]> Date: Wed Aug 30 19:55:06 2023 +0200 Auto 1.5.2 (AbdBarho#579) AUTOMATIC1111/stable-diffusion-webui@c9c8485
Fix issue: #608 .
Update the AutoUI from
5ef669de080814067961f28357256e8fe27544f4
tobda2ecdbf58fd33b4ad3036ed5cc13eef02747ae
.