Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,12 @@ language:
|
|
18 |
|
19 |
This repo contains the pre-trained text-to-image model in 🤗 [Diffusers](https://github.com/huggingface/diffusers) format.
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
## Example Usage with 🤗 Diffusers
|
22 |
```py
|
23 |
import torch
|
|
|
18 |
|
19 |
This repo contains the pre-trained text-to-image model in 🤗 [Diffusers](https://github.com/huggingface/diffusers) format.
|
20 |
|
21 |
+
## Dependency
|
22 |
+
Install the latest github version of 🤗 Diffusers with `pip`:
|
23 |
+
```
|
24 |
+
pip install git+https://github.com/huggingface/diffusers.git
|
25 |
+
```
|
26 |
+
|
27 |
## Example Usage with 🤗 Diffusers
|
28 |
```py
|
29 |
import torch
|