wanghaofan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ The current [diffusers](https://github.com/instantX-research/diffusers_sd3_contr
|
|
14 |
|
15 |
```cmd
|
16 |
git clone -b sd3_control https://github.com/instantX-research/diffusers_sd3_control.git
|
17 |
-
cd
|
18 |
pip install -e .
|
19 |
```
|
20 |
|
@@ -53,6 +53,5 @@ image = pipe(
|
|
53 |
guidance_scale=7.0,
|
54 |
height=1024,
|
55 |
width=1024,
|
56 |
-
latents=latents,
|
57 |
).images[0]
|
58 |
```
|
|
|
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 |
|
|
|
53 |
guidance_scale=7.0,
|
54 |
height=1024,
|
55 |
width=1024,
|
|
|
56 |
).images[0]
|
57 |
```
|