Fix UI Layout (#196)

Closes #183
This commit is contained in:
AbdBarho 2022-11-04 23:29:44 +01:00 committed by GitHub
parent 5450583be1
commit b33c0d4bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -27,7 +27,7 @@ services:
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:10
image: sd-auto:11
environment:
- CLI_ARGS=--allow-code --medvram --xformers

View File

@ -81,7 +81,10 @@ RUN pip install opencv-python-headless \
COPY . /docker
RUN chmod +x /docker/entrypoint.sh && python3 /docker/info.py ${ROOT}/modules/ui.py
RUN <<EOF
python3 /docker/info.py ${ROOT}/modules/ui.py
mv ${ROOT}/style.css ${ROOT}/user.css
EOF
WORKDIR ${ROOT}/repositories/stable-diffusion
ENV CLI_ARGS=""

0
services/lstein/entrypoint.sh Normal file → Executable file
View File