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"]
    08/12/2025 10:41 AM UTC
    sha256:9ea3246416a1e3e3ba370b615c2f3e3f0cce674ff07e3a0cd7f5f2543f6215efRUN
    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
    08/12/2025 10:41 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
    08/12/2025 10:41 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    nvs:1000
    08/12/2025 10:41 AM UTC
    sha256:4c5380598f35d9d2f721880d3e393a9ca5b30a9ba242b5655efedea01d4e11f7RUN
    chown 1000.1000 /home/triton-server
    08/12/2025 10:41 AM UTC
    sha256:976d006638fd008c012ca9904c56c014fa5db9c92ba54c11ff8a5b1aa8d06acbRUN
    mkdir /home/triton-server
    08/12/2025 10:41 AM UTC
    sha256:8814c2979f4a9c538eabc510eec013ac56f291d137efa67f4b45c0df56a35ed7RUN
    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
    08/12/2025 10:41 AM UTC
    sha256:fa6ca6dc5604207467fc3a7f140eed9334531ffaf064cab7915bce1cfb9f1d6cRUN
    mkdir -p /.cache &&
      chmod -R 777 /.cache
    08/12/2025 10:41 AM UTC
    sha256:1e9c30ceb454b769ef60ad837c3c8b742279015bd4d342c8ca06355a2ec71fe3RUN
    chmod -R 755 /opt/nvidia/entrypoint.d/
    08/12/2025 10:41 AM UTC
    sha256:6888a6a39cd821d745951dcbc7e662aa8a0756dda0d9043356d13055e500ee70COPY
    entrypoint.d/ /opt/nvidia/entrypoint.d/
    08/12/2025 10:41 AM UTC
    ...