mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-21 12:34:46 +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}
|
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
|
# add info
|
||||||
COPY . /docker/
|
COPY . /docker/
|
||||||
RUN cp /docker/extra_model_paths.yaml ${ROOT}
|
RUN cp /docker/extra_model_paths.yaml ${ROOT}
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ a111:
|
||||||
gligen: models/GLIGEN
|
gligen: models/GLIGEN
|
||||||
clip: models/CLIPEncoder
|
clip: models/CLIPEncoder
|
||||||
embeddings: embeddings
|
embeddings: embeddings
|
||||||
vae_approx: models/vae_approx
|
|
||||||
|
|
||||||
custom_nodes: config/comfy/custom_nodes
|
custom_nodes: config/comfy/custom_nodes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue