Ditch the cloud self host Stable Diffusion like a pro
Learn to setup Stable Diffusion with docker and create amazing images at home! 👉 No more SSL warnings! https://www.youtube.com/watch?v=JNFQOJP5VY0&list=PL3XapxMOgj1n2Ovlxd37OtohGUQebiqjb&index=8 For business inqueries or consultation send me an email to: [email protected] Join Discord: https://discord.gg/aj5FhGhcMy #### black list nouveau #### vim /etc/default/grub modprobe.blacklist=nouveau grub2-mkconfig --update-bls-cmdline -o /boot/grub2/grub.cfg #### Install nvidia drivers and dependancies #### dnf groupinstall "Development Tools" dnf install libglvnd-devel tar wget wget https://us.download.nvidia.com/XFree86/Linux-x86_64/550.144.03/NVIDIA-Linux-x86_64-550.144.03.run chmod +x NVIDIA-Linux-x86_64-550.144.03.run ./NVIDIA-Linux-x86_64-550.144.03.run nvidia-smi #### Install docker #### sudo dnf -y install dnf-plugins-core sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin #### Install nvidia container toolkit #### curl -s -L https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo | \ sudo tee /etc/yum.repos.d/nvidia-container-toolkit.repo sudo yum install -y nvidia-container-toolkit systemctl restart docker #### Clone git project #### git clone https://github.com/AbdBarho/stable-diffusion-webui-docker.git #### Build Fix /opt/docker/stable-diffusion-webui-docker/services/AUTOMATIC1111/Dockerfile #### && \ pip install --upgrade typing-extensions #### Dowload and build image #### docker compose --profile download up --build docker compose --profile auto up --build 0:00 - Nvidia driver installation 2:59 - Docker installation 3:28 - Nvidia container toolkit installation 4:00 - Stable Diffusion docker installation 8:44 - Testing the setup 10:19 - Importing custom models 12:20 - Testing the custom model 12:52 - Crazy good images #stablediffusion #ai #selfhosted #imagegenerator #docker #devops #linux
Download
0 formatsNo download links available.