- This topic has 1 reply, 1 voice, and was last updated 2 weeks, 1 day ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Uniting People
What makes us different from other similar websites? › Forums › Tech › Install Stable Diffusion [Linux]
Tagged: Draw, LLM, Stable Diffusion, Text to Image
For Debian/ Ubuntu based systems use this command to install prerequisites:
$ sudo apt install wget git python3 python3-venv libgl1 libglib2.0-0
For Red Hat based systems use this command to install prerequisites:
$ sudo dnf install wget git python3 gperftools-libs libglvnd-glx
For openSUSE based systems use this command to install prerequisites:
$ sudo zypper install wget git python3 libtcmalloc4 libglvnd
For Arch Linux based systems use this command to install prerequisites:
$ sudo pacman -S wget git python3
These commands ensure that the necessary tools and libraries are installed on your system, which are commonly needed for development and various other tasks. If your system doesn’t have these libraries it will install and if it has then it will update with the new version.
$ wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
$ sudo apt install python3.11-venv
$ python3.11 -m venv stablediffusion
$ source stablediffusion/bin/activate
$ bash webui.sh
Go to:
http://127.0.0.1:7860
More Info:
https://www.stablediffusiontutorials.com/2023/12/install-run-automatic1111.html
How to get a better AI model
Go to [your stable diffusion location]:
$ cd ~/stable-diffusion-webui/models/Stable-diffusion/
Download and add Juggernaut XL:
$ wget https://civitai.com/api/download/models/1759168?type=Model&format=SafeTensor&size=full&fp=fp16