philschmid HF staff commited on
Commit
4f2b205
1 Parent(s): 039b9ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -10
README.md CHANGED
@@ -5,9 +5,10 @@ tags:
5
  - stable-diffusion-diffusers
6
  - text-guided-to-image-inpainting
7
  - endpoints-template
8
- thubmnail: https://huggingface.co/philschmid/stable-diffusion-2-inpainting-endpoint/resolve/main/Stable%20Diffusion%20Inference%20endpoints%20-%20inpainting.png
9
  ---
10
 
 
11
  # Fork of [stabilityai/stable-diffusion-2-inpainting](https://huggingface.co/stabilityai/stable-diffusion-2-inpainting)
12
 
13
  > Stable Diffusion is a latent text-to-image diffusion model capable of generating photo-realistic images given any text input.
@@ -21,15 +22,7 @@ This repository implements a custom `handler` task for `text-guided-to-image-inp
21
 
22
  There is also a [notebook](https://huggingface.co/philschmid/stable-diffusion-2-inpainting-endpoint/blob/main/create_handler.ipynb) included, on how to create the `handler.py`
23
 
24
- **How it works:**
25
- `image` | `mask_image`
26
- :-------------------------:|:-------------------------:|
27
- <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"/>
28
-
29
-
30
- `prompt` | `Output`
31
- :-------------------------:|:-------------------------:|
32
- <span style="position: relative;bottom: 150px;">Face of a bengal cat, high resolution, sitting on a park bench</span> | <img src="https://huggingface.co/philschmid/stable-diffusion-2-inpainting-endpoint/resolve/main/result.png" alt="drawing" width="300"/>
33
 
34
 
35
  ### expected Request payload
 
5
  - stable-diffusion-diffusers
6
  - text-guided-to-image-inpainting
7
  - endpoints-template
8
+ thumbnail: "https://huggingface.co/philschmid/stable-diffusion-2-inpainting-endpoint/resolve/main/Stable%20Diffusion%20Inference%20endpoints%20-%20inpainting.png"
9
  ---
10
 
11
+
12
  # Fork of [stabilityai/stable-diffusion-2-inpainting](https://huggingface.co/stabilityai/stable-diffusion-2-inpainting)
13
 
14
  > Stable Diffusion is a latent text-to-image diffusion model capable of generating photo-realistic images given any text input.
 
22
 
23
  There is also a [notebook](https://huggingface.co/philschmid/stable-diffusion-2-inpainting-endpoint/blob/main/create_handler.ipynb) included, on how to create the `handler.py`
24
 
25
+ ![thubmnail](Stable%20Diffusion%20Inference%20endpoints%20-%20inpainting.png)
 
 
 
 
 
 
 
 
26
 
27
 
28
  ### expected Request payload