mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-06 02:15:19 -05:00
Update UI to 3389056
This commit is contained in:
@@ -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 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 && \
|
||||
cd / && rm -rf stable-diffusion-webui
|
||||
|
||||
@@ -28,4 +28,4 @@ CMD ln -sf /models/model.ckpt /stable-diffusion/models/ldm/stable-diffusion-v1/m
|
||||
mkdir -p /cache/weights/ && rm -rf /opt/conda/lib/python3.8/site-packages/facexlib/weights && \
|
||||
ln -sf /cache/weights/ /opt/conda/lib/python3.8/site-packages/facexlib/ && \
|
||||
# run, -u to not buffer stdout / stderr
|
||||
python3 -u scripts/webui.py --outdir /output --save-metadata --ckpt /models/model.ckpt ${CLI_ARGS}
|
||||
python3 -u scripts/webui.py --outdir /output --save-metadata --ckpt /models/model.ckpt ${CLI_ARGS}
|
||||
|
||||
Reference in New Issue
Block a user