diff --git a/README.md b/README.md
index 8bd1ad3..4481c94 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@
1. [ZITS](https://github.com/DQiaole/ZITS_inpainting)
1. [MAT](https://github.com/fenglinglwb/MAT)
1. [FcF](https://github.com/SHI-Labs/FcF-Inpainting)
- 1. [SD](https://github.com/CompVis/stable-diffusion)
+ 1. [SD1.4](https://github.com/CompVis/stable-diffusion)
- Support CPU & GPU
- Various inpainting [strategy](#inpainting-strategy)
- Run as a desktop APP
@@ -42,6 +42,7 @@
| Remove Text |  |  |
| Remove watermark |  |  |
| Fix old photo |  |  |
+| Text Driven Inpainting |  |  |
## Quick Start
@@ -75,7 +76,7 @@ Available arguments:
| ZITS | :+1: Better holistic structures compared with previous methods
:neutral_face: Wireframe module is **very** slow on CPU | `Wireframe`: Enable edge and line detect |
| MAT | TODO | |
| FcF | :+1: Better structure and texture generation
:neutral_face: Only support fixed size (512x512) input | |
-| SD | :+1: SOTA text-to-image diffusion model | |
+| SD1.4 | :+1: SOTA text-to-image diffusion model | |
### LaMa vs LDM
diff --git a/assets/dog.jpg b/assets/dog.jpg
new file mode 100644
index 0000000..6412a84
Binary files /dev/null and b/assets/dog.jpg differ
diff --git a/assets/fox.jpg b/assets/fox.jpg
new file mode 100644
index 0000000..076fc0c
Binary files /dev/null and b/assets/fox.jpg differ