Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,11 @@ waifu is a free text-to-image model that can efficiently generate images in 80 l
|
|
20 |
|
21 |
## Example
|
22 |
|
|
|
|
|
|
|
|
|
|
|
23 |
```py
|
24 |
import torch
|
25 |
from diffusers import DiffusionPipeline
|
|
|
20 |
|
21 |
## Example
|
22 |
|
23 |
+
```py
|
24 |
+
# install diffusers from source
|
25 |
+
pip install git+https://github.com/huggingface/diffusers
|
26 |
+
```
|
27 |
+
|
28 |
```py
|
29 |
import torch
|
30 |
from diffusers import DiffusionPipeline
|