Update README.md
Browse files
README.md
CHANGED
@@ -8,15 +8,13 @@
|
|
8 |
|<img src="./canny.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 |
-
|
|
|
|
|
|
|
|
|
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="./canny.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 |
|
12 |
+
**Please ensure that the version of diffusers >= 0.30.0.dev0.**
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
# Demo
|
20 |
```python
|