mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 00:04:16 -04:00
Update to UI to b2dc453
This commit is contained in:
@@ -9,6 +9,12 @@ RUN git clone https://github.com/hlky/stable-diffusion.git && cd stable-diffusio
|
|||||||
RUN conda env update --file stable-diffusion/environment.yaml --name base && conda clean -a -y
|
RUN conda env update --file stable-diffusion/environment.yaml --name base && conda clean -a -y
|
||||||
|
|
||||||
|
|
||||||
|
RUN git clone https://github.com/hlky/stable-diffusion-webui.git && cd stable-diffusion-webui && \
|
||||||
|
git reset --hard b2dc4539d4171ab4fc78471a5bb9425d6a5d5445 && \
|
||||||
|
cp -t /stable-diffusion/scripts/ txt2img.yaml webui.py webui.yaml webui_playground.py && \
|
||||||
|
cd / && rm -rf stable-diffusion-webui
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ENV TRANSFORMERS_CACHE=/cache/transformers TORCH_HOME=/cache/torch CLI_ARGS=""
|
ENV TRANSFORMERS_CACHE=/cache/transformers TORCH_HOME=/cache/torch CLI_ARGS=""
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ services:
|
|||||||
- ./output:/output
|
- ./output:/output
|
||||||
- ./models:/models
|
- ./models:/models
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--outdir /output --save-metadata --ckpt /models/model.ckpt --no-progressbar-hiding
|
- CLI_ARGS=--outdir /output --save-metadata --ckpt /models/model.ckpt
|
||||||
|
#--extra-models-cpu --optimized
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
|||||||
Reference in New Issue
Block a user