Unverified Commit 329d1df8 authored by YiYi Xu's avatar YiYi Xu Committed by GitHub
Browse files

update notebook (#3259)


Co-authored-by: default avataryiyixuxu <yixu@yis-macbook-pro.lan>
parent 364d59d1
...@@ -33,7 +33,7 @@ The quicktour is a simplified version of the introductory 🧨 Diffusers [notebo ...@@ -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: Before you begin, make sure you have all the necessary libraries installed:
```bash ```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. - [🤗 Accelerate](https://huggingface.co/docs/accelerate/index) speeds up model loading for inference and training.
...@@ -121,9 +121,9 @@ Save the image by calling `save`: ...@@ -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: You can also use the pipeline locally. The only difference is you need to download the weights first:
``` ```bash
git lfs install !git lfs install
git clone https://huggingface.co/runwayml/stable-diffusion-v1-5 !git clone https://huggingface.co/runwayml/stable-diffusion-v1-5
``` ```
Then load the saved weights into the pipeline: Then load the saved weights into the pipeline:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment