diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..01b8ce5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +### Update versions + +- auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/ +- hlky: https://github.com/sd-webui/stable-diffusion-webui/commit/ +- lstein: https://github.com/lstein/stable-diffusion/commit/ diff --git a/docker-compose.yml b/docker-compose.yml index 4742984..6439577 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,7 +39,7 @@ services: - *v2 - ./services/AUTOMATIC1111/config.json:/stable-diffusion-webui/config.json environment: - - CLI_ARGS=--medvram --opt-split-attention + - CLI_ARGS=--medvram automatic1111-cpu: <<: *automatic diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index f60e486..e3aae1a 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -44,7 +44,7 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme # Note: don't update the sha of previous versions because the install will take forever # instead, update the repo state in a later step -ARG SHA=9e892d90ceaa6493d8b9092c89017485bb658c5b +ARG SHA=dd911a47b3c3313b3938b700eb26cbd5bb3e1c95 RUN <