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

Conversation

jinnnyang
Copy link

Fix issue: #608 .
Update the AutoUI from 5ef669de080814067961f28357256e8fe27544f4 to bda2ecdbf58fd33b4ad3036ed5cc13eef02747ae .

@@ -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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants