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"]
    04/07/2026 3:37 PM UTC
    sha256:970856eef86f1ab6e16f29aae780a5bbe91c74690fe709867537da87d3aaac6fRUN
    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
    04/07/2026 3:37 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    PYTHONWARNINGS=ignore::UserWarning,ignore::SyntaxWarning,ignore::FutureWarning,ignore::DeprecationWarning,ignore:(?i).*deprecated.*
    04/07/2026 3:37 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
    04/07/2026 3:37 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    nvs:1000
    04/07/2026 3:37 PM UTC
    sha256:8c845ea50229187ed1f0193e3af4fd7945d065a2fe8b2e836678bf4154940ce7RUN
    chown 1000.1000 /home/triton-server
    04/07/2026 3:37 PM UTC
    sha256:918a1896c0abd74c7cef63cf4b3fa427a1459b6cb805bd8a224263147324c07eRUN
    mkdir /home/triton-server
    04/07/2026 3:37 PM UTC
    sha256:4445ef8cae7f0c02e29b0144cba602889a29176964945ca3e321fcdda43b1002RUN
    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
    04/07/2026 3:37 PM UTC
    sha256:84b88fc9d5cda1cf80d4d9ccb8c08a268e7e15bc82e0b0bbc89ee5ba79e3ff12RUN
    mkdir -p /.cache &&
      chmod -R 777 /.cache
    04/07/2026 3:37 PM UTC
    sha256:3a132d6fec9d8328811b0114e7885a1a3acccf055d0264155265812a0f23520fRUN
    chmod -R 755 /opt/nvidia/entrypoint.d/
    04/07/2026 3:37 PM UTC
    ...