Latest Stable-Diffusion model

Stable-Diffusion app

Manual

In this post we'll use model version v1-4, so before use you'll need to visit this card, read the license and tick the checkbox if you agree.

  1. Make sure you're logged in Huggingface

Example for terminal:

huggingface-cli login

Example for notebook:

from huggingface_hub import notebook_login

notebook_login()
  1. Install requirements
pip install -r requirements.txt
  1. Run app.py
streamlit run path_to_app.py

based on: Streamlit
update: 23.08.2022