Update README.md
Browse files
README.md
CHANGED
@@ -96,9 +96,9 @@ image.save("cat_with_hat.png")
|
|
96 |
```
|
97 |
![img](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/kandinsky-docs/inpaint_cat_hat.png)
|
98 |
|
99 |
-
|
100 |
|
101 |
-
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.
|
102 |
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:
|
103 |
|
104 |
```python
|
|
|
96 |
```
|
97 |
![img](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/kandinsky-docs/inpaint_cat_hat.png)
|
98 |
|
99 |
+
π¨π¨π¨ __Breaking change for Kandinsky Mask Inpainting__ π¨π¨π¨
|
100 |
|
101 |
+
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.
|
102 |
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:
|
103 |
|
104 |
```python
|