mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-26 14:59:03 +08:00
add section for installing 3.10 on linux
parent
5a0bf519f1
commit
7034d8f009
@ -231,7 +231,23 @@ python3.10 -m venv venv
|
|||||||
|
|
||||||
(Red Hat-based)
|
(Red Hat-based)
|
||||||
|
|
||||||
sudo DND install git python3 -y && git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd stable-diffusion-webui && ./webui.sh
|
sudo dnf install git python3 -y && git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd stable-diffusion-webui && ./webui.sh
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details><summary>For Installing Python 3.10</summary>
|
||||||
|
|
||||||
|
Some distribution have older/newer system python versions than python 3.10.
|
||||||
|
|
||||||
|
```
|
||||||
|
cd stable-diffusion-webui
|
||||||
|
|
||||||
|
sudo pacman -S pyenv
|
||||||
|
pyenv install 3.10.6
|
||||||
|
pyenv local 3.10.6
|
||||||
|
|
||||||
|
python -m venv
|
||||||
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user