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
3333Before 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
122122You 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
129129Then load the saved weights into the pipeline:
You can’t perform that action at this time.
0 commit comments