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"]
    12/11/2025 6:26 PM UTC
    sha256:105d723ca519c54e813263e8ca048b343c2aaba0964dc7866d489ae34cc0ceb9RUN
    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
    12/11/2025 6:26 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    PYTHONWARNINGS=ignore::UserWarning,ignore::SyntaxWarning,ignore::FutureWarning,ignore::DeprecationWarning,ignore:(?i).*deprecated.*
    12/11/2025 6:26 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
    12/11/2025 6:26 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    nvs:1000
    12/11/2025 6:26 PM UTC
    sha256:b18b3d82cc29445ec257c38f7485d7485579f4c720c5b6eb95cba79a7973306bRUN
    chown 1000.1000 /home/triton-server
    12/11/2025 6:26 PM UTC
    sha256:b14d1182594e3d359f5351c5e3394338a35142df1f3d4a687ad89cc819276ad9RUN
    mkdir /home/triton-server
    12/11/2025 6:26 PM UTC
    sha256:4a27eae3285a19134c83a29f5c7dc3ac43ff16891edf9f44f8c6ebfe958c4219RUN
    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
    12/11/2025 6:26 PM UTC
    sha256:90b3bcf8f32650a1f12f7cb968bc939a4a98c3d2670e1f41f61e90c3d82df77eRUN
    mkdir -p /.cache &&
      chmod -R 777 /.cache
    12/11/2025 6:26 PM UTC
    sha256:db9c9396aa56556f5ea03899c3881e93fa51343bef391ffc03e96c1ed9f0005dRUN
    chmod -R 755 /opt/nvidia/entrypoint.d/
    12/11/2025 6:26 PM UTC
    ...