Stable Diffusion WebUI

Khởi động cùng hệ thống:

sudo systemctl enable stable-diffusion-webui.service

sudo systemctl start stable-diffusion-webui.service

Lựa chọn phiên bản Python mặc định:

sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1

sudo update-alternatives --config python3

python3 --version

Did you find this article useful?