We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5450583 commit b33c0d4Copy full SHA for b33c0d4
docker-compose.yml
@@ -27,7 +27,7 @@ services:
27
<<: *base_service
28
profiles: ["auto"]
29
build: ./services/AUTOMATIC1111
30
- image: sd-auto:10
+ image: sd-auto:11
31
environment:
32
- CLI_ARGS=--allow-code --medvram --xformers
33
services/AUTOMATIC1111/Dockerfile
@@ -81,7 +81,10 @@ RUN pip install opencv-python-headless \
81
82
COPY . /docker
83
84
-RUN chmod +x /docker/entrypoint.sh && python3 /docker/info.py ${ROOT}/modules/ui.py
+RUN <<EOF
85
+python3 /docker/info.py ${ROOT}/modules/ui.py
86
+mv ${ROOT}/style.css ${ROOT}/user.css
87
+EOF
88
89
WORKDIR ${ROOT}/repositories/stable-diffusion
90
ENV CLI_ARGS=""
services/lstein/entrypoint.sh
100644
100755
0 commit comments