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

Failed to solve in middle of downloading #270

Closed
2 tasks done
BatteryDie opened this issue Dec 20, 2022 · 20 comments
Closed
2 tasks done

Failed to solve in middle of downloading #270

BatteryDie opened this issue Dec 20, 2022 · 20 comments
Labels
awaiting-response Waiting for the issuer to respond bug Something isn't working Stale

Comments

@BatteryDie
Copy link

Has this issue been opened before?

  • It is not in the FAQ, I checked.
  • It is not in the issues, I searched.

Describe the bug

First command is working fine. I got everything in first command. I tried second command docker compose --profile auto up --build. It was downloading but it was stopped at exit code 24 before they could complete download.

I cleaned Docker files but same issue. Internet is not issue because web browser can complete download but NOT Docker.

Which UI

Auto

Hardware / Software

  • OS: Windows 11
  • OS version: 22H2
  • WSL version (if applicable): WSL2
  • Docker Version: 20.10.21
  • Docker compose version: v2.13.0
  • Repo version:
  • RAM: 32GB DDR4
  • GPU/VRAM: RTX 3070

Steps to Reproduce

  1. docker compose --profile auto up --build
  2. downloading files
  3. stopped at exit code 24

Additional context

#0 526.9 [#a6c186 171MiB/186MiB(92%) CN:1 DL:102KiB ETA:2m28s]
#0 526.9 [#a6c186 172MiB/186MiB(92%) CN:1 DL:99KiB ETA:2m31s]
#0 526.9
#0 526.9 12/20 03:28:07 [ERROR] CUID#11 - Download aborted. URI=https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl
#0 526.9 Exception: [AbstractCommand.cc:351] errorCode=24 URI=https://objects.githubusercontent.com/github-production-release-asset-2e65be/529560594/cbcea40c-1826-4bfe-9649-120030ac49b9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T031923Z&X-Amz-Expires=300&X-Amz-Signature=407b9275522f52a9ebcd68c36d954b45058d8f709130ac79de3681a890de36de&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=529560594&response-content-disposition=attachment%3B%20filename%3Dxformers-0.0.15.dev0%2B4e3631d.d20221125-cp310-cp310-linux_x86_64.whl&response-content-type=application%2Foctet-stream
#0 526.9   -> [HttpSkipResponseCommand.cc:215] errorCode=24 Authorization failed.
#0 526.9
#0 526.9 12/20 03:28:07 [NOTICE] Download GID#a6c186f562b6c7e5 not complete: /wheel.whl
#0 526.9
#0 526.9 Download Results:
#0 526.9 gid   |stat|avg speed  |path/URI
#0 526.9 ======+====+===========+=======================================================
#0 526.9 a6c186|ERR |   335KiB/s|/wheel.whl
#0 526.9
#0 526.9 Status Legend:
#0 526.9 (ERR):error occurred.
#0 526.9
#0 526.9 aria2 will resume download if the transfer is restarted.
#0 526.9 If there are any errors, then see the log file. See '-l' option in help/man page for details.
------
failed to solve: executor failed running [/bin/sh -c aria2c -x 10 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl']: exit code: 24
@BatteryDie BatteryDie added the bug Something isn't working label Dec 20, 2022
@AbdBarho
Copy link
Owner

@BatteryDie yeah github servers sometimes just timeout out of the blue, can you try again?

docker compose --profile auto up --build

@AbdBarho AbdBarho added the awaiting-response Waiting for the issuer to respond label Dec 20, 2022
@DevilaN
Copy link
Contributor

DevilaN commented Dec 20, 2022

@AbdBarho:
There are two crucial options for aria2c here in play:

  1. --max-tries (this defaults to 5)
  2. --retry-wait (which defaults to 0)

I have not encountered problems with downloading from github, but I can think of scenario when problem persists for maybe 15 seconds and aria simply connects 5 times in a row during that time and fails to download. We could check whether adding 30s retry wait will make any difference. Worst case scenario there will be additional 2 minutes (4 times 30 second break between 5 tries) delay until it finally fails.

@BatteryDie
Copy link
Author

@BatteryDie yeah github servers sometimes just timeout out of the blue, can you try again?

docker compose --profile auto up --build

It is still getting failed download:

#0 666.3 [#c44877 172MiB/186MiB(92%) CN:2 DL:149KiB ETA:1m35s]
#0 666.3 [#c44877 172MiB/186MiB(92%) CN:2 DL:139KiB ETA:1m41s]
#0 666.3 [#c44877 173MiB/186MiB(92%) CN:2 DL:147KiB ETA:1m34s]
#0 666.3 [#c44877 173MiB/186MiB(92%) CN:2 DL:134KiB ETA:1m44s]
#0 666.3 [#c44877 173MiB/186MiB(92%) CN:2 DL:134KiB ETA:1m42s]
#0 666.3 [#c44877 173MiB/186MiB(92%) CN:2 DL:161KiB ETA:1m23s]
#0 666.3 [#c44877 173MiB/186MiB(93%) CN:2 DL:163KiB ETA:1m21s]
#0 666.3
#0 666.3 12/20 17:49:53 [ERROR] CUID#11 - Download aborted. URI=https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl
#0 666.3 Exception: [AbstractCommand.cc:351] errorCode=24 URI=https://objects.githubusercontent.com/github-production-release-asset-2e65be/529560594/cbcea40c-1826-4bfe-9649-120030ac49b9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T173848Z&X-Amz-Expires=300&X-Amz-Signature=ae7ddd77ab356615d459ecf35741d5fa6248ba8ab7963efe19e998d8878aeb8b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=529560594&response-content-disposition=attachment%3B%20filename%3Dxformers-0.0.15.dev0%2B4e3631d.d20221125-cp310-cp310-linux_x86_64.whl&response-content-type=application%2Foctet-stream
#0 666.3   -> [HttpSkipResponseCommand.cc:215] errorCode=24 Authorization failed.
#0 667.1  *** Download Progress Summary as of Tue Dec 20 17:49:54 2022 ***
#0 667.1 ===============================================================================
#0 667.1 [#c44877 174MiB/186MiB(93%) CN:1 DL:154KiB ETA:1m24s]
#0 667.1 FILE: /wheel.whl
#0 667.1 -------------------------------------------------------------------------------
#0 667.1
#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:154KiB ETA:1m24s]
#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:137KiB ETA:1m34s]
#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:121KiB ETA:1m46s]
#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:112KiB ETA:1m55s]
#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:112KiB ETA:1m54s]
#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:68KiB ETA:3m6s]
#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:58KiB ETA:3m39s]
#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:38KiB ETA:5m33s]
#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:64KiB ETA:3m13s]
#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:73KiB ETA:2m48s]
#0 679.6
#0 679.6 12/20 17:50:06 [ERROR] CUID#9 - Download aborted. URI=https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl
#0 679.6 Exception: [AbstractCommand.cc:351] errorCode=24 URI=https://objects.githubusercontent.com/github-production-release-asset-2e65be/529560594/cbcea40c-1826-4bfe-9649-120030ac49b9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T173848Z&X-Amz-Expires=300&X-Amz-Signature=ae7ddd77ab356615d459ecf35741d5fa6248ba8ab7963efe19e998d8878aeb8b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=529560594&response-content-disposition=attachment%3B%20filename%3Dxformers-0.0.15.dev0%2B4e3631d.d20221125-cp310-cp310-linux_x86_64.whl&response-content-type=application%2Foctet-stream
#0 679.6   -> [HttpSkipResponseCommand.cc:215] errorCode=24 Authorization failed.
#0 679.6
#0 679.6 12/20 17:50:06 [NOTICE] Download GID#c448770d82395879 not complete: /wheel.whl
#0 679.6
#0 679.6 Download Results:
#0 679.6 gid   |stat|avg speed  |path/URI
#0 679.6 ======+====+===========+=======================================================
#0 679.6 c44877|ERR |   263KiB/s|/wheel.whl
#0 679.6
#0 679.6 Status Legend:
#0 679.6 (ERR):error occurred.
#0 679.6
#0 679.6 aria2 will resume download if the transfer is restarted.
#0 679.6 If there are any errors, then see the log file. See '-l' option in help/man page for details.
------
failed to solve: executor failed running [/bin/sh -c aria2c -x 10 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl']: exit code: 24

I'll try @DevilaN's advice. I'll let you know.

@BatteryDie
Copy link
Author

There are two crucial options for aria2c here in play:

1. `--max-tries` (this defaults to 5)

2. `--retry-wait` (which defaults to 0)

I have not encountered problems with downloading from github, but I can think of scenario when problem persists for maybe 15 seconds and aria simply connects 5 times in a row during that time and fails to download. We could check whether adding 30s retry wait will make any difference. Worst case scenario there will be additional 2 minutes (4 times 30 second break between 5 tries) delay until it finally fails.

@DevilaN I edited stable-diffusion-webui-docker-master\services\AUTOMATIC1111\dockerfile by adding --max-tries 10 --retry-wait 30 on 29 line like this:

RUN aria2c -x 10 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl' --max-tries 10 --retry-wait 30

I received difference error. There was kernel panic.

panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x0 pc=0x1a4d0d8]

Was it too much?

Full Log:

#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:64KiB ETA:3m13s]
#0 679.6 [#c44877 174MiB/186MiB(93%) CN:1 DL:73KiB ETA:2m48s]
#0 679.6
#0 679.6 12/20 17:50:06 [ERROR] CUID#9 - Download aborted. URI=https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl
#0 679.6 Exception: [AbstractCommand.cc:351] errorCode=24 URI=https://objects.githubusercontent.com/github-production-release-asset-2e65be/529560594/cbcea40c-1826-4bfe-9649-120030ac49b9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221220T173848Z&X-Amz-Expires=300&X-Amz-Signature=ae7ddd77ab356615d459ecf35741d5fa6248ba8ab7963efe19e998d8878aeb8b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=529560594&response-content-disposition=attachment%3B%20filename%3Dxformers-0.0.15.dev0%2B4e3631d.d20221125-cp310-cp310-linux_x86_64.whl&response-content-type=application%2Foctet-stream
#0 679.6   -> [HttpSkipResponseCommand.cc:215] errorCode=24 Authorization failed.
#0 679.6
#0 679.6 12/20 17:50:06 [NOTICE] Download GID#c448770d82395879 not complete: /wheel.whl
#0 679.6
#0 679.6 Download Results:
#0 679.6 gid   |stat|avg speed  |path/URI
#0 679.6 ======+====+===========+=======================================================
#0 679.6 c44877|ERR |   263KiB/s|/wheel.whl
#0 679.6
#0 679.6 Status Legend:
#0 679.6 (ERR):error occurred.
#0 679.6
#0 679.6 aria2 will resume download if the transfer is restarted.
#0 679.6 If there are any errors, then see the log file. See '-l' option in help/man page for details.
------
failed to solve: executor failed running [/bin/sh -c aria2c -x 10 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl']: exit code: 24
PS C:\Users\jones\Dev\stable-diffusion-webui-docker-master> docker compose --profile auto up --build --max-tries 10 --retry-wait 15
unknown flag: --max-tries
PS C:\Users\jones\Dev\stable-diffusion-webui-docker-master> docker compose --profile auto up --build
[+] Building 701.2s (17/36)
 => [internal] load build definition from Dockerfile                                                               0.0s
 => => transferring dockerfile: 3.71kB                                                                             0.0s
 => [internal] load .dockerignore                                                                                  0.0s
 => => transferring context: 2B                                                                                    0.0s
 => resolve image config for docker.io/docker/dockerfile:1                                                         0.6s
 => CACHED docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ce  0.0s
 => [internal] load build definition from Dockerfile                                                               0.0s
 => [internal] load .dockerignore                                                                                  0.0s
 => [internal] load metadata for docker.io/library/python:3.10-slim                                                0.6s
 => [internal] load metadata for docker.io/alpine/git:2.36.2                                                       0.9s
 => [internal] load metadata for docker.io/library/alpine:3                                                        0.9s
 => [internal] load build context                                                                                  0.0s
 => => transferring context: 3.80kB                                                                                0.0s
 => [download 1/8] FROM docker.io/alpine/git:2.36.2@sha256:ec491c893597b68c92b88023827faa771772cfd5e106b76c713fa5  0.0s
 => CACHED [stage-2  1/15] FROM docker.io/library/python:3.10-slim@sha256:fb15c4e6696d0013613659c6553ab9a1f49e85c  0.0s
 => [xformers 1/3] FROM docker.io/library/alpine:3@sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b39768  0.0s
 => CACHED [download 2/8] RUN <<EOF (cat <<'EOE' > /clone.sh...)                                                   0.0s
 => [download 3/8] RUN . /clone.sh taming-transformers https://github.com/CompVis/taming-transformers.git 24268  699.5s
 => => # hint: 'development'. The just-created branch can be renamed via this command:
 => => # hint:
 => => # hint: git branch -m <name>
 => => # Initialized empty Git repository in /git/repositories/taming-transformers/.git/
 => => # + git remote add origin https://github.com/CompVis/taming-transformers.git
 => => # + git fetch origin 24268930bf1dce879235a7fddd0b2355b84d7ea6 '--depth=1'
 => CACHED [xformers 2/3] RUN apk add aria2                                                                        0.0s
 => ERROR [xformers 3/3] RUN aria2c -x 10 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion  699.3s
 => CANCELED [stage-2  2/15] RUN pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 --extra-index-url ht  699.4s
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x1a4d0d8]

goroutine 46 [running]:
github.com/docker/buildx/build.BuildWithResultHandler.func4.1()
        github.com/docker/buildx@v0.9.1/build/build.go:900 +0x4d8
golang.org/x/sync/errgroup.(*Group).Go.func1()
        golang.org/x/sync@v0.1.0/errgroup/errgroup.go:75 +0x64
created by golang.org/x/sync/errgroup.(*Group).Go
        golang.org/x/sync@v0.1.0/errgroup/errgroup.go:72 +0xa5
PS C:\Users\jones\Dev\stable-diffusion-webui-docker-master>

@BatteryDie
Copy link
Author

BatteryDie commented Dec 21, 2022

Correction flags are --max-tries=10 and --retry-waitor=30. I did not realize equals sign is needed because aria2c tricked my brain to think it is still downloading.

Unfortunately, it did not resolve the issue when complete download is exactly 174MiB/186MiB 93%. I'm not going to post another long log on this page because they are same error. Maybe GitHub servers stopped people who is using aria2c from downloading in slow speed and longer time.

Edit: I tried added another number and number. Still no luck.

failed to solve: executor failed running [/bin/sh -c aria2c -x 10 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl' --max-tries=20 --retry-wait=60]: exit code: 24
------
failed to solve: executor failed running [/bin/sh -c aria2c -x 10 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl' --max-tries=50 --retry-wait=120]: exit code: 24

@AbdBarho
Copy link
Owner

@BatteryDie can you try something else:

RUN apk add aria2 wget
RUN  wget -o /wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl'

Maybe it is just an aria2c problem like you said.

Weird thing is, it always fails at 93%, something is not right...

I see you have a download speed of 150KB/s, is that always the case or only here?

@AbdBarho
Copy link
Owner

AbdBarho commented Dec 21, 2022

@DevilaN I feel that the problem is actually in reverse.

Github hosts their assets on S3, and redirect all downloads to S3 using self-signed temporary requests:

https://objects.githubusercontent.com/github-production-release-asset-2e65be/529560594/
cbcea40c-1826-4bfe-9649-120030ac49b9?X-Amz-Algorithm=AWS4-HMAC-SHA256&
X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221220%2Fus-east-1%2Fs3%2Faws4_request&
X-Amz-Date=20221220T031923Z&X-Amz-Expires=300&X-Amz-Signature=407b9275522f52a9ebcd68c36d954b45058d8f709130ac79de3681a890de36de&
X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=529560594&
response-content-disposition=attachment%3B%20filename%3Dxformers-0.0.15.dev0%2B4e3631d.d20221125-cp310-cp310-linux_x86_64.whl&
response-content-type=application%2Foctet-stream

With an expiration time of 300 seconds, which means if a connection was interrupted after the 300 seconds and you retry again, or if you try to open a new connection for faster downloads (which is probably what aria2c is doing), the token is invalid and you get a 403 auth rrror.

@DevilaN
Copy link
Contributor

DevilaN commented Dec 21, 2022

@AbdBarho : It might be like that.
Should be easy to reproduce then on linux with tc-netem module and qdisc quees. I'll give it a shot later and then we'll think about solution :)

@DevilaN
Copy link
Contributor

DevilaN commented Dec 21, 2022

This is weird. Cannot reproduce problems other than completely disabling internet access, which ends with error and not retrying after all.

As "Authorization failed." in log from @BatteryDie clearly shows that it should be token expired I can think only about one solution:

Please substitute line you've modified before:

RUN aria2c -x 10 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl' --max-tries 10 --retry-wait 30

with modified one:

RUN until aria2c -c -x 10 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl' --max-tries 10 --retry-wait 30; do echo "Download failed. Retrying..."; sleep 1; done

This should retry downloading file until successfull finish. Also -c flag will allow to continue download from a point it stopped during previous try.

@BatteryDie
Copy link
Author

I see you have a download speed of 150KB/s, is that always the case or only here?

@AbdBarho I have 3MB/s download speed here. However, having muilt-downloads will cause slow down each one until they are completed. PIP and aria2c were downloading same time, yeah.

with modified one:

RUN until aria2c -c -x 10 --dir / --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/3.1.0/xformers-0.0.15.dev0+4e3631d.d20221125-cp310-cp310-linux_x86_64.whl' --max-tries 10 --retry-wait 30; do echo "Download failed. Retrying..."; sleep 1; done

@DevilaN Hey, it is working! it managed to completely downloaded everything. Thank you for your help @DevilaN and @AbdBarho

@DevilaN
Copy link
Contributor

DevilaN commented Dec 22, 2022

@AbdBarho: maybe entire downloading in all services should be constructed with -c (continue flag) and "until ... do ... done" loop?

@AbdBarho
Copy link
Owner

@DevilaN maybe...
I will wait until we get another similar issue, this was first of kind in the last 3 months.
Also, probably retry only a couple of times at max.

AbdBarho added a commit that referenced this issue Dec 22, 2022
Built with `Release` instead of `RelWithDebInfo`

Related #270
@sn3akiwhizper
Copy link

I am having this same problem, even when using the recent commit 56d9763. I was able to solve it (auto's UI is currently up and running now) with a temporary workaround by using the data folder used in the download service, and mounting it to the AUTOMATIC1111 service within docker-compose:

services:
  download:
    build: ./services/download/
    profiles: ["download"]
    volumes:
      - *v1

  auto: &automatic
    <<: *base_service
    profiles: ["auto"]
    build: ./services/AUTOMATIC1111
    image: sd-auto:24
    volumes: #(new addition here)
      - *v1
    environment:
      - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api

and modifying the following lines of the AUTOMATIC Dockerfile:

Line 29

RUN aria2c -x 5 --dir /data --out wheel.whl 'https://github.com/AbdBarho/stable-diffusion-webui-docker/releases/download/4.0.0/xformers-0.0.16rc393-cp310-cp310-manylinux2014_x86_64.whl'

Line 49

RUN --mount=type=cache,target=/root/.cache/pip  \
  --mount=type=bind,from=xformers,source=/data/wheel.whl,target=/xformers-0.0.15-cp310-cp310-linux_x86_64.whl \
  pip install triton /xformers-0.0.15-cp310-cp310-linux_x86_64.whl

The goal was to be able to persist the partially downloaded wheel file in case of failure so that the next run will continue downloading where it left off. LMK if you want a new issue opened with my details, but my outputs looked very similar to @BatteryDie above.

@AbdBarho
Copy link
Owner

AbdBarho commented Dec 22, 2022

the data folder is already mounted in auto, so you don't to modify the docker-compose.yml file, this will also unmount your output folder, so the images won't persist.

However, maybe I am missing something about how docker works, but I don't think it is possible access volumes in build time...

In any case, since multiple users had this problem, I will investigate.

My hunch tells me it has something to do with the base image...

@sn3akiwhizper could you try replacing this

with

FROM bash:alpine3.15 as xformers

And try to build and run the UI again without any workarounds?

@AbdBarho AbdBarho reopened this Dec 22, 2022
@sn3akiwhizper
Copy link

Oh, I see what you mean about the data folder mounting; I get confused by the anchor tags in docker files so I'm not sure why that changed anything to let it work.

Removing my hacks/mods and replacing the FROM statement on line 27 with your suggestion worked like a charm, no problems downloading.

To clarify: I kept the data folder, deleted the webui-docker-download and sd-auto containers AND images before rebuilding the download and auto profiles.

@DevilaN
Copy link
Contributor

DevilaN commented Dec 23, 2022

@AbdBarho:

However, maybe I am missing something about how docker works, but I don't think it is possible access volumes in build time...

Correct. Only possible with --mount flag for RUN command.

Maybe @sn3akiwhizper got lucky with changes and there was no problem at all during rebuilding this time?
Without logs it is hard to guess.

torun225 added a commit to torun225/stable-diffusion-webui-docker that referenced this issue Dec 28, 2022
commit 56d9763
Author: AbdBarho <ka70911@gmail.com>
Date:   Thu Dec 22 09:19:39 2022 +0100

    Smaller xformers wheel (AbdBarho#271)

    Built with `Release` instead of `RelWithDebInfo`

    Related AbdBarho#270

commit 41e0dcc
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 17 12:22:45 2022 +0100

    Auto: clean up interrogators (AbdBarho#265)

commit 5a9d305
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Dec 16 09:57:33 2022 +0100

    Update Invoke (AbdBarho#264)

    invoke-ai/InvokeAI@ffa54f4

commit d70e96d
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Dec 14 09:47:36 2022 +0100

    Update Invoke (AbdBarho#261)

    invoke-ai/InvokeAI@5d20f47

commit d97d257
Author: AbdBarho <ka70911@gmail.com>
Date:   Mon Dec 12 09:25:44 2022 +0100

    Update versions (AbdBarho#257)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@685f963
    - sygil:
    Sygil-Dev/sygil-webui@d3f9d05
    - invoke:
    invoke-ai/InvokeAI@e159bb3

commit c3cf812
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 10 12:06:37 2022 +0100

    Expose API per default

commit b8256cc
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 10 11:42:04 2022 +0100

    Update PR template

commit 4969906
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 10 11:40:25 2022 +0100

    Update Download URLs

commit 8201e36
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Dec 9 18:14:48 2022 +0100

    Alpha support  for sd v2.x in auto (AbdBarho#244)

    AUTOMATIC1111/stable-diffusion-webui@44c46f0

    Install sd 2 from [these
    instructions](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#stable-diffusion-20),
    put the downloaded files in `data/StableDiffusion/`, maybe create a
    subfolder `v2` and put the models in it, just to keep everything clean.

    There will be problems, so be warry.

commit 1423b27
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Dec 9 16:50:46 2022 +0100

    Update Versions (AbdBarho#256)

    sygil:
    Sygil-Dev/sygil-webui@5291437
    Also, switch to pip instead of conda because it is really slow

    invoke:
    invoke-ai/InvokeAI@ed9186b

commit 87a51e9
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Dec 4 11:00:28 2022 +0100

    [BREAKING] Rename UIs (AbdBarho#254)

    Rename the UIs in docker compose to their new names

    Changes folder names

    Changes output folder structure

    Closes issue AbdBarho#263

    Adds `sygil-sl` instead of docker compose flag.

commit bdee804
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Dec 4 07:07:49 2022 +0100

    Fix mounting in Lstein (AbdBarho#253)

    Closes AbdBarho#251

commit f1a1641
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 3 13:36:18 2022 +0100

    Invoke 2.2.3 (AbdBarho#250)

    lstein:
    invoke-ai/InvokeAI@5c31feb

commit 8df9d10
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Nov 30 19:33:44 2022 +0100

    Update versions (AbdBarho#246)

    - hlky:
    Sygil-Dev/sygil-webui@18a3b80
    - lstein:
    invoke-ai/InvokeAI@a9aa4e4

commit 7a1e52b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Nov 26 15:45:53 2022 +0100

    Enable extensions by default (AbdBarho#243)

    Closes AbdBarho#242

commit d20b873
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Nov 25 13:25:10 2022 +0100

    Update xformers (AbdBarho#241)

    facebookresearch/xformers@8910bb5

commit 23757d2
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 20 11:35:56 2022 +0100

    Update invoke (AbdBarho#234)

    invoke-ai/InvokeAI@2b7e3ab

commit 9e7979b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 20 11:05:39 2022 +0100

    Update Versions (AbdBarho#230)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@47a44c7
    - hlky:
    Sygil-Dev/sygil-webui@269107a

    Refs AbdBarho#216

commit 8623c73
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 13 08:42:27 2022 +0100

    v1.5 Inpainting (AbdBarho#221)

    Also remove v1.4

    Closes AbdBarho#217

commit 9b6750b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 13 07:12:17 2022 +0100

    Use cuda 11.6 for auto (AbdBarho#220)

    auto:
    AUTOMATIC1111/stable-diffusion-webui@98947d1

    Closes AbdBarho#218 AbdBarho#219

commit 5e3f20b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Nov 12 18:33:59 2022 +0100

    Move contribution to the top
@github-actions
Copy link

github-actions bot commented Jan 7, 2023

This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jan 7, 2023
@sn3akiwhizper
Copy link

Correct, using the updated version of alpine (alpine3.15) worked for me to complete the build process.

@github-actions github-actions bot removed the Stale label Jan 8, 2023
torun225 added a commit to torun225/stable-diffusion-webui-docker that referenced this issue Jan 14, 2023
commit 9b1ea3c
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Jan 13 21:27:55 2023 +0100

    [MAJOR] Update auto to torch 1.13.1 (AbdBarho#290)

    AUTOMATIC1111/stable-diffusion-webui@82725f0

    torch==1.13.1+cu117

    This might break your extensions!

commit b5cdf29
Author: AbdBarho <ka70911@gmail.com>
Date:   Mon Jan 9 19:04:40 2023 +0100

    Update versions (AbdBarho#287)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@2b94ec7
    - sygil:
    Sygil-Dev/sygil-webui@571fb89

commit db831ec
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Jan 7 18:58:50 2023 +0100

    Bump versions (AbdBarho#286)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@1512333
    - invoke:
    invoke-ai/InvokeAI@26e413a

commit ceeac61
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Jan 6 10:24:20 2023 +0100

    Update auto (AbdBarho#282)

    AUTOMATIC1111/stable-diffusion-webui@683287d

commit 19972f3
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Jan 4 20:36:49 2023 +0100

    Update Versions (AbdBarho#281)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@8149078
    - sygil:
    Sygil-Dev/sygil-webui@e484828
    - invoke:
    invoke-ai/InvokeAI@21bf512

commit 0c16c10
Author: AbdBarho <ka70911@gmail.com>
Date:   Tue Jan 3 21:19:37 2023 +0100

    Update auto (AbdBarho#280)

    AUTOMATIC1111/stable-diffusion-webui@3e22e29

commit 78c90e5
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Jan 1 16:46:41 2023 +0100

    Update auto & invoke (AbdBarho#277)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@524d532
    - invoke:
    invoke-ai/InvokeAI@524d532

    Happy new Year!!!

commit 6a3826c
Author: AbdBarho <ka70911@gmail.com>
Date:   Mon Dec 26 09:50:29 2022 +0100

    Update auto (AbdBarho#274)

    AUTOMATIC1111/stable-diffusion-webui@4af3ca5

    Merry Christmas 🎄

commit 56d9763
Author: AbdBarho <ka70911@gmail.com>
Date:   Thu Dec 22 09:19:39 2022 +0100

    Smaller xformers wheel (AbdBarho#271)

    Built with `Release` instead of `RelWithDebInfo`

    Related AbdBarho#270

commit 41e0dcc
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 17 12:22:45 2022 +0100

    Auto: clean up interrogators (AbdBarho#265)

commit 5a9d305
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Dec 16 09:57:33 2022 +0100

    Update Invoke (AbdBarho#264)

    invoke-ai/InvokeAI@ffa54f4

commit d70e96d
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Dec 14 09:47:36 2022 +0100

    Update Invoke (AbdBarho#261)

    invoke-ai/InvokeAI@5d20f47

commit d97d257
Author: AbdBarho <ka70911@gmail.com>
Date:   Mon Dec 12 09:25:44 2022 +0100

    Update versions (AbdBarho#257)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@685f963
    - sygil:
    Sygil-Dev/sygil-webui@d3f9d05
    - invoke:
    invoke-ai/InvokeAI@e159bb3

commit c3cf812
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 10 12:06:37 2022 +0100

    Expose API per default

commit b8256cc
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 10 11:42:04 2022 +0100

    Update PR template

commit 4969906
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 10 11:40:25 2022 +0100

    Update Download URLs

commit 8201e36
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Dec 9 18:14:48 2022 +0100

    Alpha support  for sd v2.x in auto (AbdBarho#244)

    AUTOMATIC1111/stable-diffusion-webui@44c46f0

    Install sd 2 from [these
    instructions](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#stable-diffusion-20),
    put the downloaded files in `data/StableDiffusion/`, maybe create a
    subfolder `v2` and put the models in it, just to keep everything clean.

    There will be problems, so be warry.

commit 1423b27
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Dec 9 16:50:46 2022 +0100

    Update Versions (AbdBarho#256)

    sygil:
    Sygil-Dev/sygil-webui@5291437
    Also, switch to pip instead of conda because it is really slow

    invoke:
    invoke-ai/InvokeAI@ed9186b

commit 87a51e9
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Dec 4 11:00:28 2022 +0100

    [BREAKING] Rename UIs (AbdBarho#254)

    Rename the UIs in docker compose to their new names

    Changes folder names

    Changes output folder structure

    Closes issue AbdBarho#263

    Adds `sygil-sl` instead of docker compose flag.

commit bdee804
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Dec 4 07:07:49 2022 +0100

    Fix mounting in Lstein (AbdBarho#253)

    Closes AbdBarho#251

commit f1a1641
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 3 13:36:18 2022 +0100

    Invoke 2.2.3 (AbdBarho#250)

    lstein:
    invoke-ai/InvokeAI@5c31feb

commit 8df9d10
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Nov 30 19:33:44 2022 +0100

    Update versions (AbdBarho#246)

    - hlky:
    Sygil-Dev/sygil-webui@18a3b80
    - lstein:
    invoke-ai/InvokeAI@a9aa4e4

commit 7a1e52b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Nov 26 15:45:53 2022 +0100

    Enable extensions by default (AbdBarho#243)

    Closes AbdBarho#242

commit d20b873
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Nov 25 13:25:10 2022 +0100

    Update xformers (AbdBarho#241)

    facebookresearch/xformers@8910bb5

commit 23757d2
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 20 11:35:56 2022 +0100

    Update invoke (AbdBarho#234)

    invoke-ai/InvokeAI@2b7e3ab

commit 9e7979b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 20 11:05:39 2022 +0100

    Update Versions (AbdBarho#230)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@47a44c7
    - hlky:
    Sygil-Dev/sygil-webui@269107a

    Refs AbdBarho#216

commit 8623c73
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 13 08:42:27 2022 +0100

    v1.5 Inpainting (AbdBarho#221)

    Also remove v1.4

    Closes AbdBarho#217

commit 9b6750b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 13 07:12:17 2022 +0100

    Use cuda 11.6 for auto (AbdBarho#220)

    auto:
    AUTOMATIC1111/stable-diffusion-webui@98947d1

    Closes AbdBarho#218 AbdBarho#219

commit 5e3f20b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Nov 12 18:33:59 2022 +0100

    Move contribution to the top
@github-actions
Copy link

This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jan 23, 2023
@github-actions
Copy link

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 30, 2023
torun225 added a commit to torun225/stable-diffusion-webui-docker that referenced this issue Feb 11, 2023
commit 3c860d6
Author: AbdBarho <ka70911@gmail.com>
Date:   Thu Feb 2 19:53:48 2023 +0100

    Update versions (AbdBarho#320)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@226d840
    - invoke:
    invoke-ai/InvokeAI@80c5322

    Remove `accelerate` for startup. Refs AbdBarho#317

    Use `SIGINT` Fixes AbdBarho#319

commit 15e9841
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Jan 29 20:07:41 2023 +0100

    Update versions (AbdBarho#316)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@00dab8f
    - invoke:
    invoke-ai/InvokeAI@07e03b3

commit eeb410f
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Jan 27 07:55:22 2023 +0100

    Update versions (AbdBarho#315)

    auto:
    AUTOMATIC1111/stable-diffusion-webui@7a14c8a
    invoke:
    invoke-ai/InvokeAI@e4cd662

    Also, fix script mounting in auto AbdBarho#295

commit 9d2a338
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Jan 25 18:17:10 2023 +0100

    Always serve static files (AbdBarho#314)

commit 95e489a
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Jan 25 17:38:25 2023 +0100

    Revert AbdBarho#309 (AbdBarho#313)

    Closes AbdBarho#312

commit 00518a0
Author: AbdBarho <ka70911@gmail.com>
Date:   Tue Jan 24 23:25:07 2023 +0100

    Add missing mkdir (AbdBarho#310)

commit f8de919
Author: AbdBarho <ka70911@gmail.com>
Date:   Tue Jan 24 23:11:15 2023 +0100

    Sync Scripts (AbdBarho#309)

    Refs AbdBarho#308

commit 8713163
Author: AbdBarho <ka70911@gmail.com>
Date:   Tue Jan 24 19:52:15 2023 +0100

    Update Auto (AbdBarho#307)

    AUTOMATIC1111/stable-diffusion-webui@93fad28

commit e2b0fb9
Author: AbdBarho <ka70911@gmail.com>
Date:   Tue Jan 24 19:17:34 2023 +0100

    Add Lora support (AbdBarho#306)

    Refs AbdBarho#305 AbdBarho#303

    Co-authored-by: repligator <114337591+repligator@users.noreply.github.com>

commit 510f9fa
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Jan 22 20:32:03 2023 +0100

    Update versions (AbdBarho#302)

    Closes AbdBarho#301

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@c98cb0f
    - invoke:
    invoke-ai/InvokeAI@89791d9

commit 042d5c5
Author: AbdBarho <ka70911@gmail.com>
Date:   Thu Jan 19 06:37:53 2023 +0100

    Fix link / mkdir order (AbdBarho#299)

    Fixes
    AbdBarho@c9153fa#commitcomment-97285124

commit 6684637
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Jan 18 18:50:56 2023 +0100

    Mount scripts instead of copy (AbdBarho#298)

    Refs AbdBarho#295

commit c9153fa
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Jan 18 18:48:34 2023 +0100

    Update versions (AbdBarho#297)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@6faae23
    - invoke:
    invoke-ai/InvokeAI@f232068

commit 13dfd4e
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Jan 15 11:50:16 2023 +0100

    Update auto (AbdBarho#293)

    AUTOMATIC1111/stable-diffusion-webui@d97f467

    This version has a hash computation of models, so expect slower start up
    & loading times.

commit 9b1ea3c
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Jan 13 21:27:55 2023 +0100

    [MAJOR] Update auto to torch 1.13.1 (AbdBarho#290)

    AUTOMATIC1111/stable-diffusion-webui@82725f0

    torch==1.13.1+cu117

    This might break your extensions!

commit b5cdf29
Author: AbdBarho <ka70911@gmail.com>
Date:   Mon Jan 9 19:04:40 2023 +0100

    Update versions (AbdBarho#287)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@2b94ec7
    - sygil:
    Sygil-Dev/sygil-webui@571fb89

commit db831ec
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Jan 7 18:58:50 2023 +0100

    Bump versions (AbdBarho#286)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@1512333
    - invoke:
    invoke-ai/InvokeAI@26e413a

commit ceeac61
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Jan 6 10:24:20 2023 +0100

    Update auto (AbdBarho#282)

    AUTOMATIC1111/stable-diffusion-webui@683287d

commit 19972f3
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Jan 4 20:36:49 2023 +0100

    Update Versions (AbdBarho#281)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@8149078
    - sygil:
    Sygil-Dev/sygil-webui@e484828
    - invoke:
    invoke-ai/InvokeAI@21bf512

commit 0c16c10
Author: AbdBarho <ka70911@gmail.com>
Date:   Tue Jan 3 21:19:37 2023 +0100

    Update auto (AbdBarho#280)

    AUTOMATIC1111/stable-diffusion-webui@3e22e29

commit 78c90e5
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Jan 1 16:46:41 2023 +0100

    Update auto & invoke (AbdBarho#277)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@524d532
    - invoke:
    invoke-ai/InvokeAI@524d532

    Happy new Year!!!

commit 6a3826c
Author: AbdBarho <ka70911@gmail.com>
Date:   Mon Dec 26 09:50:29 2022 +0100

    Update auto (AbdBarho#274)

    AUTOMATIC1111/stable-diffusion-webui@4af3ca5

    Merry Christmas 🎄

commit 56d9763
Author: AbdBarho <ka70911@gmail.com>
Date:   Thu Dec 22 09:19:39 2022 +0100

    Smaller xformers wheel (AbdBarho#271)

    Built with `Release` instead of `RelWithDebInfo`

    Related AbdBarho#270

commit 41e0dcc
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 17 12:22:45 2022 +0100

    Auto: clean up interrogators (AbdBarho#265)

commit 5a9d305
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Dec 16 09:57:33 2022 +0100

    Update Invoke (AbdBarho#264)

    invoke-ai/InvokeAI@ffa54f4

commit d70e96d
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Dec 14 09:47:36 2022 +0100

    Update Invoke (AbdBarho#261)

    invoke-ai/InvokeAI@5d20f47

commit d97d257
Author: AbdBarho <ka70911@gmail.com>
Date:   Mon Dec 12 09:25:44 2022 +0100

    Update versions (AbdBarho#257)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@685f963
    - sygil:
    Sygil-Dev/sygil-webui@d3f9d05
    - invoke:
    invoke-ai/InvokeAI@e159bb3

commit c3cf812
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 10 12:06:37 2022 +0100

    Expose API per default

commit b8256cc
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 10 11:42:04 2022 +0100

    Update PR template

commit 4969906
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 10 11:40:25 2022 +0100

    Update Download URLs

commit 8201e36
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Dec 9 18:14:48 2022 +0100

    Alpha support  for sd v2.x in auto (AbdBarho#244)

    AUTOMATIC1111/stable-diffusion-webui@44c46f0

    Install sd 2 from [these
    instructions](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#stable-diffusion-20),
    put the downloaded files in `data/StableDiffusion/`, maybe create a
    subfolder `v2` and put the models in it, just to keep everything clean.

    There will be problems, so be warry.

commit 1423b27
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Dec 9 16:50:46 2022 +0100

    Update Versions (AbdBarho#256)

    sygil:
    Sygil-Dev/sygil-webui@5291437
    Also, switch to pip instead of conda because it is really slow

    invoke:
    invoke-ai/InvokeAI@ed9186b

commit 87a51e9
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Dec 4 11:00:28 2022 +0100

    [BREAKING] Rename UIs (AbdBarho#254)

    Rename the UIs in docker compose to their new names

    Changes folder names

    Changes output folder structure

    Closes issue AbdBarho#263

    Adds `sygil-sl` instead of docker compose flag.

commit bdee804
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Dec 4 07:07:49 2022 +0100

    Fix mounting in Lstein (AbdBarho#253)

    Closes AbdBarho#251

commit f1a1641
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Dec 3 13:36:18 2022 +0100

    Invoke 2.2.3 (AbdBarho#250)

    lstein:
    invoke-ai/InvokeAI@5c31feb

commit 8df9d10
Author: AbdBarho <ka70911@gmail.com>
Date:   Wed Nov 30 19:33:44 2022 +0100

    Update versions (AbdBarho#246)

    - hlky:
    Sygil-Dev/sygil-webui@18a3b80
    - lstein:
    invoke-ai/InvokeAI@a9aa4e4

commit 7a1e52b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Nov 26 15:45:53 2022 +0100

    Enable extensions by default (AbdBarho#243)

    Closes AbdBarho#242

commit d20b873
Author: AbdBarho <ka70911@gmail.com>
Date:   Fri Nov 25 13:25:10 2022 +0100

    Update xformers (AbdBarho#241)

    facebookresearch/xformers@8910bb5

commit 23757d2
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 20 11:35:56 2022 +0100

    Update invoke (AbdBarho#234)

    invoke-ai/InvokeAI@2b7e3ab

commit 9e7979b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 20 11:05:39 2022 +0100

    Update Versions (AbdBarho#230)

    - auto:
    AUTOMATIC1111/stable-diffusion-webui@47a44c7
    - hlky:
    Sygil-Dev/sygil-webui@269107a

    Refs AbdBarho#216

commit 8623c73
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 13 08:42:27 2022 +0100

    v1.5 Inpainting (AbdBarho#221)

    Also remove v1.4

    Closes AbdBarho#217

commit 9b6750b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sun Nov 13 07:12:17 2022 +0100

    Use cuda 11.6 for auto (AbdBarho#220)

    auto:
    AUTOMATIC1111/stable-diffusion-webui@98947d1

    Closes AbdBarho#218 AbdBarho#219

commit 5e3f20b
Author: AbdBarho <ka70911@gmail.com>
Date:   Sat Nov 12 18:33:59 2022 +0100

    Move contribution to the top
Jordan-Lambda pushed a commit to Jordan-Lambda/lambda-cloud-stable-diffusion-2.0-webui-easy that referenced this issue Aug 2, 2023
Built with `Release` instead of `RelWithDebInfo`

Related AbdBarho#270
cloudaxes pushed a commit to cloudaxes/stable-diffusion-webui-docker that referenced this issue Sep 6, 2023
Built with `Release` instead of `RelWithDebInfo`

Related AbdBarho#270
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-response Waiting for the issuer to respond bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

4 participants