recoilme commited on
Commit
133d9f5
·
verified ·
1 Parent(s): b757235

Update README.md

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