Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,10 @@ pipeline_tag: text-to-image
|
|
10 |
---
|
11 |
|
12 |
<div align="center">
|
|
|
13 |
**TensorArt Stable Diffusion 3.5 Medium ControlNet Depth**
|
14 |
|
15 |
-
|
16 |
</div>
|
17 |
|
18 |
# With SD3.5M
|
@@ -43,6 +44,7 @@ image = pipe(
|
|
43 |
image.save('image.jpg')
|
44 |
```
|
45 |
|
|
|
46 |
# With TensorArt's SD3.5M Turbo
|
47 |
```python
|
48 |
import torch
|
|
|
10 |
---
|
11 |
|
12 |
<div align="center">
|
13 |
+
|
14 |
**TensorArt Stable Diffusion 3.5 Medium ControlNet Depth**
|
15 |
|
16 |
+
<img src="./assets/showcase.png"/>
|
17 |
</div>
|
18 |
|
19 |
# With SD3.5M
|
|
|
44 |
image.save('image.jpg')
|
45 |
```
|
46 |
|
47 |
+
|
48 |
# With TensorArt's SD3.5M Turbo
|
49 |
```python
|
50 |
import torch
|