mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-06 15:04:26 +00:00
Merge remote-tracking branch 'origin/master' into comfy-update-and-taesd-and-also-medvram-for-a1111
This commit is contained in:
commit
fc23291403
4 changed files with 13 additions and 4 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue