mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 00:04:16 -04:00
Update UI to 3389056
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
/dev
|
/dev
|
||||||
|
/.devcontainer
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ RUN conda env update --file stable-diffusion/environment.yaml --name base && con
|
|||||||
RUN apt-get update && apt install fonts-dejavu-core && apt-get clean
|
RUN apt-get update && apt install fonts-dejavu-core && apt-get clean
|
||||||
|
|
||||||
RUN git clone https://github.com/hlky/stable-diffusion-webui.git && cd stable-diffusion-webui && \
|
RUN git clone https://github.com/hlky/stable-diffusion-webui.git && cd stable-diffusion-webui && \
|
||||||
git reset --hard fe6f1e3dc5773aabf879e1d686699092bf483a6b && \
|
git reset --hard 33890563d237889aca7cbc4f04ae42b885aee07e && \
|
||||||
cp -t /stable-diffusion/scripts/ txt2img.yaml webui.py webui.yaml webui_playground.py && \
|
cp -t /stable-diffusion/scripts/ txt2img.yaml webui.py webui.yaml webui_playground.py && \
|
||||||
cd / && rm -rf stable-diffusion-webui
|
cd / && rm -rf stable-diffusion-webui
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ version: '3.9'
|
|||||||
services:
|
services:
|
||||||
model:
|
model:
|
||||||
build: ./build/
|
build: ./build/
|
||||||
restart: always
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- "7860:7860"
|
- "7860:7860"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user