Page 1 of 1

Install Stable Diffusion on your own PC

Posted: Tue Jun 04, 2024 4:21 pm
by DJ-Daz
AI image generation is fun to play with, but very limited with demo versions, signup's and subscription models.
So why no install AI Stable Diffusion on your own PC? Well you can.

You'll need a few things first, install GIT
https://git-scm.com/download/win

Install Miniconda
https://docs.conda.io/en/latest/miniconda.html

download Stable Diffusion
https://huggingface.co/CompVis/stable-d ... del-access
https://www.howtogeek.com/830179/how-to ... ai-images/

Re: Install Stable Diffusion on your own PC

Posted: Wed Jun 05, 2024 12:23 am
by DJ-Daz
Stable Diffusion options:

Code: Select all

python scripts/txt2img.py --help

Code: Select all

python scripts/txt2img.py --prompt "a close-up portrait of bill gates being eaten by an alien, vivid, abstract art, colorful, vibrant" --plms --n_iter 6 --n_samples 1