wangqixun commited on
Commit
e7cee4b
1 Parent(s): cdf9b7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -22,10 +22,10 @@ We trained for 30k steps using a batch size of 8*8.
22
  <img src="./images/image_demo_weight.png" width = "800" />
23
 
24
 
25
- Diffusers version:
26
- ```shell
27
- pip install -U diffusers
28
- ```
29
 
30
 
31
 
 
22
  <img src="./images/image_demo_weight.png" width = "800" />
23
 
24
 
25
+ # Diffusers version
26
+
27
+ Please ensure that you have installed the latest version of [Diffusers](https://github.com/huggingface/diffusers).
28
+
29
 
30
 
31