wangqixun commited on
Commit
48005f2
1 Parent(s): 83c0e8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -8,15 +8,8 @@
8
  |<img src="./tile.jpg" width = "400" /> | <img src="./demo_0.jpg" width = "400" /> | <img src="./demo_3.jpg" width = "400" /> | <img src="./demo_5.jpg" width = "400" /> | <img src="./demo_7.jpg" width = "400" /> | <img src="./demo_9.jpg" width = "400" /> |
9
 
10
 
11
- # Install Diffusers-SD3-Controlnet
12
 
13
- The current [diffusers](https://github.com/instantX-research/diffusers_sd3_control.git) have not been merged into the official code yet.
14
-
15
- ```cmd
16
- git clone -b sd3_control https://github.com/instantX-research/diffusers_sd3_control.git
17
- cd diffusers_sd3_control
18
- pip install -e .
19
- ```
20
 
21
  # Demo
22
  ```python
 
8
  |<img src="./tile.jpg" width = "400" /> | <img src="./demo_0.jpg" width = "400" /> | <img src="./demo_3.jpg" width = "400" /> | <img src="./demo_5.jpg" width = "400" /> | <img src="./demo_7.jpg" width = "400" /> | <img src="./demo_9.jpg" width = "400" /> |
9
 
10
 
11
+ **Please ensure that the version of diffusers >= 0.30.0.dev0.**
12
 
 
 
 
 
 
 
 
13
 
14
  # Demo
15
  ```python