lxfater / inpaint-web

A free and open-source inpainting & image-upscaling tool powered by webgpu and wasm on the browser。| 基于 Webgpu 技术和 wasm 技术的免费开源 inpainting & image-upscaling 工具, 纯浏览器端实现。

Home Page:https://inpaintweb.lxfater.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editing another region modifies previously inpainted area

AndranikSargsyan opened this issue · comments

When inpainting some region, then trying to edit another region, the region which was previously inpainted also gets modified. This behavior is likely undesirable in most cases and can be considered a bug. In other words, with every edit, mask should be composed from scratch and the image should be the latest edit, while the current approach seems to unite the currently created mask with all previous masks before passing it to the model.

fixed