Merge remote-tracking branch 'origin/master' into comfy-update-and-taesd-and-also-medvram-for-a1111

This commit is contained in:
Steven Lu (5950X 20.04) 2023-08-13 03:17:26 -04:00
commit fc23291403
4 changed files with 13 additions and 4 deletions

View file

@ -30,6 +30,8 @@ ADD https://github.com/madebyollin/taesd/raw/main/taesdxl_decoder.pth \
# add info
COPY . /docker/
RUN cp /docker/extra_model_paths.yaml ${ROOT}
RUN chmod u+x /docker/entrypoint.sh
RUN cp /docker/extra_model_paths.yaml ${ROOT}
ENV NVIDIA_VISIBLE_DEVICES=all
ENV PYTHONPATH="${PYTHONPATH}:${PWD}" CLI_ARGS=""