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
Copy file name to clipboardExpand all lines: examples/community/README.md
+41-3Lines changed: 41 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ Please also check out our [Community Scripts](https://github.com/huggingface/dif
50
50
| Stable Diffusion XL Long Weighted Prompt Pipeline | A pipeline support unlimited length of prompt and negative prompt, use A1111 style of prompt weighting |[Stable Diffusion XL Long Weighted Prompt Pipeline](#stable-diffusion-xl-long-weighted-prompt-pipeline)|[](https://colab.research.google.com/drive/1LsqilswLR40XLLcp6XFOl5nKb_wOe26W?usp=sharing)|[Andrew Zhu](https://xhinker.medium.com/)|
51
51
| FABRIC - Stable Diffusion with feedback Pipeline | pipeline supports feedback from liked and disliked images |[Stable Diffusion Fabric Pipeline](#stable-diffusion-fabric-pipeline)| - |[Shauray Singh](https://shauray8.github.io/about_shauray/)|
52
52
| sketch inpaint - Inpainting with non-inpaint Stable Diffusion | sketch inpaint much like in automatic1111 |[Masked Im2Im Stable Diffusion Pipeline](#stable-diffusion-masked-im2im)| - |[Anatoly Belikov](https://github.com/noskill)|
53
+
| sketch inpaint xl - Inpainting with non-inpaint Stable Diffusion | sketch inpaint much like in automatic1111 |[Masked Im2Im Stable Diffusion XL Pipeline](#stable-diffusion-xl-masked-im2im)| - |[Anatoly Belikov](https://github.com/noskill)|
53
54
| prompt-to-prompt | change parts of a prompt and retain image structure (see [paper page](https://prompt-to-prompt.github.io/)) |[Prompt2Prompt Pipeline](#prompt2prompt-pipeline)| - |[Umer H. Adil](https://twitter.com/UmerHAdil)|
This pipeline implements sketch inpaint feature from A1111 for non-inpaint models. The following code reads two images, original and one with mask painted over it. It computes mask as a difference of two images and does the inpainting in the area defined by the mask. Latent code is initialized from the image with the mask by default so the color of the mask affects the result.
0 commit comments