mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
hlky
This commit is contained in:
parent
58403267dd
commit
074a305967
|
|
@ -42,7 +42,7 @@ services:
|
|||
<<: *base_service
|
||||
profiles: ["hlky"]
|
||||
build: ./services/hlky/
|
||||
image: sd-hlky:6
|
||||
image: sd-hlky:7
|
||||
environment:
|
||||
- CLI_ARGS=--optimized-turbo
|
||||
- USE_STREAMLIT=0
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ EOF
|
|||
|
||||
RUN apt-get update && apt install libsndfile1 ffmpeg -y && apt-get clean
|
||||
|
||||
ARG BRANCH=dev SHA=62f9706d6abf52c7a0facbfddbc22f98e2b3fa85
|
||||
ARG BRANCH=dev SHA=6f6d7571ea56809c1beaf11430ec36ab28e0884f
|
||||
RUN <<EOF
|
||||
cd stable-diffusion
|
||||
git fetch
|
||||
|
|
|
|||
Loading…
Reference in a new issue