Install Stable Diffusion on your own PC

Tutorials on just about ANYTHING that interests me.
User avatar
DJ-Daz
Site Admin
Posts: 463
Joined: Tue Nov 03, 2020 2:16 pm

Unread post

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/
Image
Autism is a neuro-developmental condition characterised by difficulties in social interaction and communication, as well as restricted and repetitive behaviours or interests.
User avatar
DJ-Daz
Site Admin
Posts: 463
Joined: Tue Nov 03, 2020 2:16 pm

Unread post

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
Image
Autism is a neuro-developmental condition characterised by difficulties in social interaction and communication, as well as restricted and repetitive behaviours or interests.
Post Reply