mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
seems to work
This commit is contained in:
parent
6a3fb0cfa0
commit
c99a240ca5
|
|
@ -22,6 +22,11 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||
|
||||
WORKDIR ${ROOT}
|
||||
|
||||
ADD https://github.com/madebyollin/taesd/raw/main/taesd_decoder.pth \
|
||||
${ROOT}/models/vae_approx/taesd_decoder.pth
|
||||
ADD https://github.com/madebyollin/taesd/raw/main/taesdxl_decoder.pth \
|
||||
${ROOT}/models/vae_approx/taesdxl_decoder.pth
|
||||
|
||||
# add info
|
||||
COPY . /docker/
|
||||
RUN cp /docker/extra_model_paths.yaml ${ROOT}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ a111:
|
|||
gligen: models/GLIGEN
|
||||
clip: models/CLIPEncoder
|
||||
embeddings: embeddings
|
||||
vae_approx: models/vae_approx
|
||||
|
||||
custom_nodes: config/comfy/custom_nodes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue