mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 06:25:32 +00:00
parent
b33c0d4bcf
commit
73cd69075e
5 changed files with 7 additions and 5 deletions
|
|
@ -65,7 +65,7 @@ RUN [[ "${DEEPDANBOORU:-0}" == "0" ]] && : || pip install tensorflow-cpu==2.10 t
|
|||
# Note: don't update the sha of previous versions because the install will take forever
|
||||
# instead, update the repo state in a later step
|
||||
|
||||
ARG SHA=cd5eafaf03a25d2b0e35154666947b9489078af9
|
||||
ARG SHA=30b1bcc64e67ad50c5d3af3a6fe1bd1e9553f34e
|
||||
RUN <<EOF
|
||||
cd stable-diffusion-webui
|
||||
git fetch
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ MOUNTS["/root/.cache"]="/data/.cache"
|
|||
|
||||
# main
|
||||
MOUNTS["${ROOT}/models/Stable-diffusion"]="/data/StableDiffusion"
|
||||
MOUNTS["${ROOT}/models/VAE"]="/data/VAE"
|
||||
MOUNTS["${ROOT}/models/Codeformer"]="/data/Codeformer"
|
||||
MOUNTS["${ROOT}/models/GFPGAN"]="/data/GFPGAN"
|
||||
MOUNTS["${ROOT}/models/ESRGAN"]="/data/ESRGAN"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue