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
pip install --upgrade pip
Installation "webui.sh"
wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
chmod +x webui.sh
./webui.sh
Après une longue installation une interface web devrais s'ouvrir dans ce cas tous est bon
Debug stable diffusion lowram
cd stable-diffusion-webui
nano nano webui-user.sh
uncomment #export COMMANDLINE_ARGS="" to export COMMANDLINE_ARGS=""
and add in --> export COMMANDLINE_ARGS="--xformers "
For download some model for stable diffusion Civitai model
No comments to display
No comments to display