File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The quicktour is a simplified version of the introductory 🧨 Diffusers [notebo
33
33
Before you begin, make sure you have all the necessary libraries installed:
34
34
35
35
```bash
36
- pip install --upgrade diffusers accelerate transformers
36
+ ! pip install --upgrade diffusers accelerate transformers
37
37
```
38
38
39
39
- [🤗 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
121
122
122
You can also use the pipeline locally. The only difference is you need to download the weights first:
123
123
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
127
127
```
128
128
129
129
Then load the saved weights into the pipeline:
You can’t perform that action at this time.
0 commit comments