Installation Python Controler Generator Prompt
Controler Generator Prompt
Est un ensemble d'outil afin de généré des image automatiquement a l'aide de stable diffusion et d'autre outils de filtre facial.
Os : Archlinux
Python version : 3
Installation Stable diffusion
sudo pacman -S wget git python3 python-pip
yay -S python310
mkdir github && cd github
mkdir stable-diffusion-automatic && cd stable-diffusion-automatic
Création de l'environnement python
python3.10 -m venv env
source env/bin/activate
Installation "webui.sh"
wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
chmod +x webui.sh
./webui.sh