Stable diffusion

Installation steps

  1. Install tools: Python and Git

  2. Download model and save it under {your project download root}\stable-diffusion-webui\models\Stable-diffusion folder https://huggingface.co/runwayml/stable-diffusion-v1-5/blob/main/v1-5-pruned.safetensors

  3. Update python path in webui-user.bat and save it

  4. Double click webui-user.bat to run it

  5. It will auto pop up or you can copy&paste the url

  6. Select the model in the drop down

  7. Try it out by entering the txt2img with promt and hit generate.

  8. Congrats on your first image!

Ref:

https://www.youtube.com/watch?v=urF_6GSALWo

Last updated

Was this helpful?