Stability AI
Stable Diffusion 3.5 Large
Container
Stability AI
Stable Diffusion 3.5 Large

This NIM house Stable Diffusion 3.5 is an 8B parameter base model that produces high-quality images, with Depth and Canny ControlNets offering controllability over image outputs.

  • LayerLabelCreated
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
    ["/bin/bash" "-c" "/opt/nim/start_server.sh"]
    02/12/2026 4:10 PM UTC
    sha256:5086172ad987dd52155897f0447e89cfa487c39fdccc3520b2ebf281dc97fb16RUN
    RUN /bin/sh -c touch $SERVER_START_SCRIPT_PATH &&
      chmod a+rx $SERVER_START_SCRIPT_PATH &&
      cat > $SERVER_START_SCRIPT_PATH <<-'EOF' #!/usr/bin/env bash set -eu # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: LicenseRef-NvidiaProprietary for file in /opt/nim/start_server.d/*; do if [[ "$file" == *.sh ]]; then . "$file" elif [[ "$file" == *.txt ]]; then cat "$file" fi done start_server EOF # buildkit
    02/12/2026 4:10 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    PYTHONWARNINGS=ignore::UserWarning,ignore::SyntaxWarning,ignore::FutureWarning,ignore::DeprecationWarning,ignore:(?i).*deprecated.*
    02/12/2026 4:10 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
    02/12/2026 4:10 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    nvs:1000
    02/12/2026 4:10 PM UTC
    sha256:afb38fd062a73c9d01c475c974cd20eb39b0103969da6ca39bab9f4685ff912dRUN
    chown 1000.1000 /home/triton-server
    02/12/2026 4:10 PM UTC
    sha256:d89e3f231cf1151ee0d0cc2d2b16b59188e637ec3aa871446702bdbf85f1f6ecRUN
    mkdir /home/triton-server
    02/12/2026 4:10 PM UTC
    sha256:7e13214602a87bc7f15e9bbbe19f299fecf16def17d83769ff28a21453bb1dadRUN
    groupadd --gid 1000 --non-unique nvs &&
      useradd --create-home --shell /usr/sbin/nologin --uid 1000 --non-unique --gid 1000 nvs &&
      chown 1000.1000 $NIM_DIR_PATH &&
      chmod a+w $NIM_DIR_PATH
    02/12/2026 4:10 PM UTC
    sha256:1ac8923b5b4a2cedce611dd492a0770fb77adfa0bc35a8de4e8215af9a3c0b36RUN
    mkdir -p /.cache &&
      chmod -R 777 /.cache
    02/12/2026 4:10 PM UTC
    sha256:12cc57cb2859ae7deb085a7cc2b9911bbd8ea8be157a90862415b1ae7f2b3716RUN
    chmod -R 755 /opt/nvidia/entrypoint.d/
    02/12/2026 4:10 PM UTC
    ...