Update README.md
Browse files
README.md
CHANGED
@@ -51,9 +51,9 @@ image.save("cat_with_hat.png")
|
|
51 |
```
|
52 |
![img](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/kandinsky-docs/inpaint_cat_hat.png)
|
53 |
|
54 |
-
|
55 |
|
56 |
-
We introduced a breaking change for Kandinsky inpainting pipeline in the following pull request: https://github.com/huggingface/diffusers/pull/4207. Previously we accepted a mask format where black pixels represent the masked-out area.
|
57 |
Please upgrade your inpainting code to follow the above. If you are using Kandinsky Inpaint in production. You now need to change the mask to:
|
58 |
|
59 |
```python
|
|
|
51 |
```
|
52 |
![img](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/kandinsky-docs/inpaint_cat_hat.png)
|
53 |
|
54 |
+
π¨π¨π¨ __Breaking change for Kandinsky Mask Inpainting__ π¨π¨π¨
|
55 |
|
56 |
+
We introduced a breaking change for Kandinsky inpainting pipeline in the following pull request: https://github.com/huggingface/diffusers/pull/4207. Previously we accepted a mask format where black pixels represent the masked-out area. This is inconsistent with all other pipelines in diffusers. We have changed the mask format in Knaindsky and now using white pixels instead.
|
57 |
Please upgrade your inpainting code to follow the above. If you are using Kandinsky Inpaint in production. You now need to change the mask to:
|
58 |
|
59 |
```python
|