Skip to content

Commit 329d1df

Browse files
yiyixuxuyiyixuxu
andauthored
update notebook (#3259)
Co-authored-by: yiyixuxu <[email protected]>
1 parent 364d59d commit 329d1df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/en/quicktour.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The quicktour is a simplified version of the introductory 🧨 Diffusers [notebo
3333
Before you begin, make sure you have all the necessary libraries installed:
3434

3535
```bash
36-
pip install --upgrade diffusers accelerate transformers
36+
!pip install --upgrade diffusers accelerate transformers
3737
```
3838

3939
- [🤗 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`:
121121

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

124-
```
125-
git lfs install
126-
git clone https://huggingface.co/runwayml/stable-diffusion-v1-5
124+
```bash
125+
!git lfs install
126+
!git clone https://huggingface.co/runwayml/stable-diffusion-v1-5
127127
```
128128

129129
Then load the saved weights into the pipeline:

0 commit comments

Comments
 (0)