Up next


How to use Stable Diffusion to generate AI Art

2,827,982 Views
Generative AI
3
Published on 12/15/22 / In How-to & Learning

Steps to get started:

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

2. Clone or download Stable Diffusion:
https://github.com/CompVis/stable-diffusion

3. Download weights for model:
https://huggingface.co/CompVis..../stable-diffusion-v-

4. Run text2img or img2img script in conda terminal as shown in video. Example:

python scripts/txt2img.py --prompt "a photograph of an astronaut riding a horse" --plms

Timestamps:
0:00 - Introduction
1:36 - GitHub Repo
5:23 - Clone Repository
6:10 - Create conda env
6:45 - Running script
8:10 - Arguments
11:30 - Example run
12:40 - Image to image example
15:40 - Understanding scale and steps
18:10 - Removing safety lol
18:45 - Ending

Show more
0 Comments sort Sort By

Up next