You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,22 @@ Image To Image Stable Diffusion is an advanced image processing and generation m
69
69
Prompt: Dog wearing storm trooper helmet, head shot
70
70
```
71
71
72
+
### **Image Inpainting**
73
+
Image inpainting is an image modification/restoration technique that intelligently fills in missing or damaged portions of an image while maintaining visual consistency. It's used for tasks like photo restoration and object removal, creating seamless and convincing results.
74
+
75
+
In the below example we use a simple mask image + prompt to add a rider to the horse
76
+
The black part of the mask will be used buy the process to generate new content, in this case the rider
<imgsrc="Assets/Samples/Inpaint-Original.png"width="256"alt="Image of browser inferencing on sample images."/> | <imgsrc="Assets/Samples/Inpaint-Mask.png"width="256"alt="Image of browser inferencing on sample images."/> |<imgsrc="Assets/Samples/Inpaint-MaskedImage.PNG"width="256"alt="Image of browser inferencing on sample images."/> |<imgsrc="Assets/Samples/Inpaint-Result.png"width="256"alt="Image of browser inferencing on sample images."/> |
81
+
82
+
```
83
+
Prompt: Rider on horse
84
+
```
85
+
86
+
87
+
72
88
More information and Examples can be found in the `OnnxStack.StableDiffusion` project **[README](OnnxStack.StableDiffusion/README.md)**
0 commit comments