xy1993 commited on
Commit
e91c6c6
·
verified ·
1 Parent(s): 685d3ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- # <img src="./assets/showcase.png"/>
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