Local models

Stable Diffusion

Imaginer can use Stable Diffusion WebUI API, follow this guide for getting started

  1. Install the dependencies
# 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
  1. Navigate to the directory you would like the webui to be installed and execute the following command:
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
  1. Run webui.sh
  2. Go in Imaginer > Preferences > Local Stable Diffusion and paste http://127.0.0.1:7860 as API Url
  3. Let’s imagine !

Go Home File an issue