Stable Diffusion Installation
Author: Axel Fernández Curros
Guide to set up Stable Diffusion. We assume that you have followed the steps in the previous post and that you have the GNU/Linux development environment system ready.
cd Linux-Auto-Customizer
git checkout stablediffusion_feature
src/core/install.sh -v -o stableDiffusion
- Using Customizer’s Stable Diffusion functions from command line:
stablediffusion "A cat riding a rocket from outer earth" img2img "A cat riding a rocket from outer earth" ~/Images/cat_reference.png stablediffusionwebui
- Opening the Stable Diffusion WebUI will give Stable Diffusion a nice user interface to ease its use! 😁
- By default Stable Diffusion commands from the terminal will save the images in the Images/outputs folder.