Commit
·
0fd612e
1
Parent(s):
166c004
Update README.md
Browse files
README.md
CHANGED
@@ -95,6 +95,9 @@ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
|
95 |
Download [paint_journey.ckpt](./paint_journey.ckpt) to `./stable-diffusion-webui/models/Stable-diffusion` folder. Run `webui-user.bat`.
|
96 |
|
97 |
## Diffusers Usage
|
|
|
|
|
|
|
98 |
```python
|
99 |
from diffusers import StableDiffusionPipeline
|
100 |
import torch
|
|
|
95 |
Download [paint_journey.ckpt](./paint_journey.ckpt) to `./stable-diffusion-webui/models/Stable-diffusion` folder. Run `webui-user.bat`.
|
96 |
|
97 |
## Diffusers Usage
|
98 |
+
```bash
|
99 |
+
pip install --upgrade diffusers
|
100 |
+
```
|
101 |
```python
|
102 |
from diffusers import StableDiffusionPipeline
|
103 |
import torch
|