Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.17 KB

File metadata and controls

29 lines (22 loc) · 1.17 KB

[日本語版はこちら]

Stable Diffusion with diffusers

This is easy to run Colab notebook for Stable Diffusion.
All you need is HuggingFace user token.

Open In Colab

Preparation

  1. Sign up in Hugging Face
    1. https://huggingface.co
  2. Confirm your email
  3. Get user token
    1. Click Acconut button on top right
    2. Click [settings]
    3. Click [Access tokens] on left menu
    4. Click [get token] to generate your own token. The name of token can be anything you want. Role should be [Write]
    5. Copy your token
  4. Agree with terms and condition to use the data model
    1. https://huggingface.co/CompVis/stable-diffusion-v1-4

How to run

  1. Click the [Open in Colab] icon on top of this README
  2. Copy the note to your Google drive if you want
  3. Paste your token in the first cell
  4. Run each cell from the top