XCLiu commited on
Commit
30ac5ae
•
1 Parent(s): 30944c3

add torch installation

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -19,7 +19,9 @@ language:
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
  ```
 
19
  This repo contains the pre-trained text-to-image model in 🤗 [Diffusers](https://github.com/huggingface/diffusers) format.
20
 
21
  ## Dependency
22
+ Please install PyTorch first, following the instruction in [https://pytorch.org](https://pytorch.org)
23
+
24
+ Then install the latest github version of 🤗 Diffusers with `pip`:
25
  ```
26
  pip install git+https://github.com/huggingface/diffusers.git
27
  ```