Stable Diffusion:修订历史

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2024年5月8日 (星期三)

2024年5月7日 (星期二)

  • 当前之前 05:452024年5月7日 (二) 05:45Riguz 讨论 贡献 2,992字节 +75 →‎Stable Diffusion
  • 当前之前 03:492024年5月7日 (二) 03:49Riguz 讨论 贡献 2,917字节 +2,917 创建页面,内容为“ = Dockerfile= <syntaxhighlight lang="dockerfile"> FROM nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04 RUN sed -i 's|http://ports.ubuntu.com/|https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/|g' /etc/apt/sources.list /etc/apt/sources.list && \ apt update && \ apt install -y build-essential cmake wget git python3 python3-pip sudo RUN pip3 install jupyterlab RUN apt-get install -y openssh-client openssh-server && \ mkdir -p /var/run/sshd && \ sed -…”