2023.05.22
Debian11安装部署stable-diffusion-webui记录
Python

Debian11安装部署stable-diffusion-webui记录

年份
2023
分类
Python
阅读

开机

从AutoDL开了一台A500的机器,按量计费,每个小时一块。

开启学术加速

根据自己机器地区
https://www.autodl.com/docs/network_turbo/

安装环境

更好包列表

apt update
apt upgrade
# Debian-based:
sudo apt install wget git python3 python3-venv
# Red Hat-based:
sudo dnf install wget git python3
# Arch-based:
sudo pacman -S wget git python3

一键脚本

bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh) -f