开机
从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
评论 (0)