Generazione immagini ML based a casa - "We have Midjourney at home", letteralmente

È banale :dunnasd:

Automatic Installation on Windows

  1. Install Python 3.10.6 (Newer version of Python does not support torch), checking “Add Python to PATH”.
  2. Install git.
  3. Download the stable-diffusion-webui repository, for example by running git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git.
  4. Run webui-user.bat from Windows Explorer as normal, non-administrator, user.

Automatic Installation on Linux

  1. 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
  1. 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
  1. Run webui.sh.
  2. Check webui-user.sh for options.

Ancora più facile easy diffusion anche se ha meno features, ma è molto piu`stabile e meno buggato.

On Windows:

  1. Run the downloaded Easy-Diffusion-Windows.exe file.
  2. 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:

  1. Unzip/extract the folder easy-diffusion which should be in your downloads folder, unless you changed your default downloads destination.
  2. Open a terminal window, and navigate to the easy-diffusion directory.
  3. Run ./start.sh (or bash start.sh) in a terminal.

To remove/uninstall:

Just delete the EasyDiffusion folder to uninstall all the downloaded packages.