XCLiu commited on
Commit
30944c3
•
1 Parent(s): 235b04a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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