seems to work

This commit is contained in:
Steven Lu (5950X 20.04[tmux]) 2023-07-14 07:22:13 -04:00 committed by Steven Lu (5950X 20.04)
parent 6a3fb0cfa0
commit c99a240ca5
2 changed files with 5 additions and 1 deletions

View file

@ -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}

View file

@ -15,7 +15,6 @@ a111:
gligen: models/GLIGEN
clip: models/CLIPEncoder
embeddings: embeddings
vae_approx: models/vae_approx
custom_nodes: config/comfy/custom_nodes