IrohXu commited on
Commit
e189fcb
1 Parent(s): 9dc6d7f

update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  # Stable Diffusion 3 Inpainting Pipeline
2
 
 
 
3
  | input image | input mask image | output |
4
  |:-------------------------:|:-------------------------:|:-------------------------:|
5
  |<img src="./overture-creations-5sI6fQgYIuo.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_mask.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_output.jpg" width = "400" /> |
 
1
  # Stable Diffusion 3 Inpainting Pipeline
2
 
3
+ This is the implementation of `Stable Diffusion 3 Inpainting Pipeline`.
4
+
5
  | input image | input mask image | output |
6
  |:-------------------------:|:-------------------------:|:-------------------------:|
7
  |<img src="./overture-creations-5sI6fQgYIuo.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_mask.png" width = "400" /> | <img src="./overture-creations-5sI6fQgYIuo_output.jpg" width = "400" /> |