loader image

Install Stable Diffusion [Linux]

What makes us different from other similar websites? Forums Tech Install Stable Diffusion [Linux]

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8099
    thumbtak
    Moderator

    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

    #8100
    thumbtak
    Moderator

    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

    More info:
    https://civitai.com/models/133005/juggernaut-xl

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
TAKs Shack