Skip to content

Commit

Permalink
update notebook (huggingface#3259)
Browse files Browse the repository at this point in the history
Co-authored-by: yiyixuxu <[email protected]>
  • Loading branch information
yiyixuxu and yiyixuxu authored Apr 27, 2023
1 parent 364d59d commit 329d1df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/en/quicktour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The quicktour is a simplified version of the introductory 🧨 Diffusers [notebo
Before you begin, make sure you have all the necessary libraries installed:

```bash
pip install --upgrade diffusers accelerate transformers
!pip install --upgrade diffusers accelerate transformers
```

- [🤗 Accelerate](https://huggingface.co/docs/accelerate/index) speeds up model loading for inference and training.
Expand Down Expand Up @@ -121,9 +121,9 @@ Save the image by calling `save`:

You can also use the pipeline locally. The only difference is you need to download the weights first:

```
git lfs install
git clone https://huggingface.co/runwayml/stable-diffusion-v1-5
```bash
!git lfs install
!git clone https://huggingface.co/runwayml/stable-diffusion-v1-5
```

Then load the saved weights into the pipeline:
Expand Down

0 comments on commit 329d1df

Please sign in to comment.