È banale
Automatic Installation on Windows
- Install Python 3.10.6 (Newer version of Python does not support torch), checking “Add Python to PATH”.
- Install git.
- Download the stable-diffusion-webui repository, for example by running
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
. - Run
webui-user.bat
from Windows Explorer as normal, non-administrator, user.
Automatic Installation on Linux
- Install the dependencies:
# Debian-based:
sudo apt install wget git python3 python3-venv libgl1 libglib2.0-0
# Red Hat-based:
sudo dnf install wget git python3
# Arch-based:
sudo pacman -S wget git python3
- Navigate to the directory you would like the webui to be installed and execute the following command:
wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
- Run
webui.sh
. - Check
webui-user.sh
for options.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/README.md
Ancora più facile easy diffusion anche se ha meno features, ma è molto piu`stabile e meno buggato.
On Windows:
- Run the downloaded
Easy-Diffusion-Windows.exe
file. - Run
Easy Diffusion
once the installation finishes. You can also start from your Start Menu, or from your desktop (if you created a shortcut).
If Windows SmartScreen prevents you from running the program click More info
and then Run anyway
.
Tip: On Windows 10, please install at the top level in your drive, e.g. C:\EasyDiffusion
or D:\EasyDiffusion
. This will avoid a common problem with Windows 10 (file path length limits).
On Linux/Mac:
- Unzip/extract the folder
easy-diffusion
which should be in your downloads folder, unless you changed your default downloads destination. - Open a terminal window, and navigate to the
easy-diffusion
directory. - Run
./start.sh
(orbash start.sh
) in a terminal.
To remove/uninstall:
Just delete the EasyDiffusion
folder to uninstall all the downloaded packages.
https://github.com/easydiffusion/easydiffusion/blob/main/README.md