Stable Diffusion系列文生图模型镜像(以下简称SD镜像)是AC2推出的开箱即用容器部署服务。容器镜像包含了运行SD系列模型所需的所有依赖,包括Python运行环境、深度学习框架以及依赖库。确保SD系列模型能够高效、稳定地在不同环境下部署和服务。本系列镜像不包含大模型权重文件,需用户自行下载。SD镜像通过Web UI对外提供服务,也可以通过将本系列镜像作为基础镜像,定制不同形式的服务提供方式。
镜像列表
SD系列大模型镜像为「运行环境镜像」,仅包含运行该模型所需要的所有软件环境,包括系统组件以及Python依赖。
镜像类型 | 支持模型 | CPU/GPU | 镜像地址 |
运行环境镜像 | Stable Diffusion系列模型 | GPU | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/sd:runtime-pytorch2.3.0-cuda12.1.1-alinux3.2304 |
Stable Diffusion系列模型 | CPU | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/chatglm3:runtime-pytorch2.3.0-alinux3.2304 |
镜像内容
sd:runtime-pytorch2.3.0-cuda12.1.1-alinux3.2304
gradio: 3.41.0
tokenizers: 0.15.0
sentencepiece: 0.1.99
safetensors: 0.4.0
xformers: 0.0.26.post1
accelerate: 0.26.1
open-clip-torch: 2.24.0
transformers: 4.36.2
scikit-image: 0.22.0
scikit-learn: 1.2.2
pytorch-lightning: 1.9.4
PyTorch: 2.3.0
CUDA:12.1.1
Python: 3.10.13
BaseOS: Alinux 3.2304
sd:runtime-pytorch2.3.0-alinux3.2304
gradio: 3.41.0
tokenizers: 0.15.0
sentencepiece: 0.1.99
safetensors: 0.4.0
accelerate: 0.26.1
open-clip-torch: 2.24.0
transformers: 4.36.2
scikit-image: 0.22.0
scikit-learn: 1.2.2
pytorch-lightning: 1.9.4
PyTorch: 2.3.0
CUDA:12.1.1
Python: 3.10.13
BaseOS: Alinux 3.2304
镜像运行要求
sd:runtime-pytorch2.3.0-alinux3.2304为CPU镜像,对驱动无要求。
sd:runtime-pytorch2.3.0-cuda12.1.1-alinux3.2304为GPU镜像,包含CUDA 12.1.1,需要nvidia-driver >= 530,兼容nvidia-driver R470和R525。
重要特性
GPU镜像预装xformers。
更新记录
2024.08:发布sd镜像运行环境镜像。