new-stable-diffusion-comfy-custom (sha256:4e4fde0f3eadd4861c4995c8ebe491b47082c282831858c5b49ac15026aee773)

Published 2024-06-23 21:06:04 -04:00 by simcop2387

Installation

docker pull gitea.simcop2387.info/simcop2387/new-stable-diffusion-comfy-custom@sha256:4e4fde0f3eadd4861c4995c8ebe491b47082c282831858c5b49ac15026aee773
sha256:4e4fde0f3eadd4861c4995c8ebe491b47082c282831858c5b49ac15026aee773

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:3bd10da0673e2e72cb06a1f64a9df49a36341df39b0f762e3d1b38ee4de296fa in /
CMD ["/bin/bash"]
ARG PYTORCH_VERSION
ARG TRITON_VERSION
ARG TARGETPLATFORM
ARG CUDA_VERSION
LABEL com.nvidia.volumes.needed=nvidia_driver
RUN |4 PYTORCH_VERSION=2.3.0 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=12.1.1 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates libjpeg-dev libpng-dev && rm -rf /var/lib/apt/lists/* # buildkit
COPY /opt/conda /opt/conda # buildkit
RUN |4 PYTORCH_VERSION=2.3.0 TRITON_VERSION= TARGETPLATFORM=linux/amd64 CUDA_VERSION=12.1.1 /bin/sh -c if test -n "${TRITON_VERSION}" -a "${TARGETPLATFORM}" != "linux/arm64"; then DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends gcc; rm -rf /var/lib/apt/lists/*; fi # buildkit
ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV NVIDIA_VISIBLE_DEVICES=all
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64
ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV PYTORCH_VERSION=2.3.0
WORKDIR /workspace
ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
RUN /bin/sh -c apt-get update && apt-get install -y git && apt-get clean # buildkit
ENV ROOT=/stable-diffusion
RUN /bin/sh -c git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && cd ${ROOT} && git checkout master && git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && pip install -r requirements.txt # buildkit
WORKDIR /stable-diffusion
COPY . /docker/ # buildkit
RUN /bin/sh -c chmod u+x /docker/entrypoint.sh && cp /docker/extra_model_paths.yaml ${ROOT} # buildkit
ENV NVIDIA_VISIBLE_DEVICES=all PYTHONPATH=: CLI_ARGS=
EXPOSE map[7860/tcp:{}]
ENTRYPOINT ["/docker/entrypoint.sh"]
CMD ["/bin/sh" "-c" "python -u main.py --listen --port 7860 ${CLI_ARGS}"]
ARG COMFY_BASE_TAG=latest

Labels

Key Value
com.nvidia.volumes.needed nvidia_driver
org.opencontainers.image.created 2024-06-24T01:05:51Z
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision d0a250e64aafe5b655c4662be21a90d565a7478a
org.opencontainers.image.source https://gitea.simcop2387.info/simcop2387/new-stable-diffusion.git
org.opencontainers.image.url https://gitea.simcop2387.info/simcop2387/new-stable-diffusion
org.opencontainers.image.version 22.04
Details
Container
2024-06-23 21:06:04 -04:00
0
OCI / Docker
linux/amd64
3.6 GiB
Versions (2) View all
latest 2024-06-23
build-32 2024-06-23