Skip to content
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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Copy link

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

Copy link
Owner

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.

Copy link
Owner

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.

pip install -r requirements_versions.txt

RUN --mount=type=cache,target=/root/.cache/pip \
Expand Down