valhalla commited on
Commit
f311091
1 Parent(s): 8bad932

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -47,6 +47,16 @@ image = pipe(
47
  ).images[0]
48
  ```
49
 
 
 
 
 
 
 
 
 
 
 
50
  ## Model Description
51
 
52
  - **Developed by:** The Diffusers team
 
47
  ).images[0]
48
  ```
49
 
50
+ **How it works:**
51
+ `image` | `mask_image`
52
+ :-------------------------:|:-------------------------:|
53
+ <img src="https://raw.githubusercontent.com/CompVis/latent-diffusion/main/data/inpainting_examples/overture-creations-5sI6fQgYIuo.png" alt="drawing" width="300"/> | <img src="https://raw.githubusercontent.com/CompVis/latent-diffusion/main/data/inpainting_examples/overture-creations-5sI6fQgYIuo_mask.png" alt="drawing" width="300"/>
54
+
55
+
56
+ `prompt` | `Output`
57
+ :-------------------------:|:-------------------------:|
58
+ <span style="position: relative;bottom: 150px;">a tiger sitting on a park bench</span> | <img src="https://huggingface.co/datasets/valhalla/images/resolve/main/tiger.png" alt="drawing" width="300"/>
59
+
60
  ## Model Description
61
 
62
  - **Developed by:** The Diffusers team