ssube / onnx-web

web UI for GPU-accelerated ONNX pipelines like Stable Diffusion, even on Windows and AMD
https://discord.gg/7CdQmutGuw
MIT License
206 stars 27 forks source link

blending images > 512px causes parts of the image to be repeated #445

Closed ssube closed 11 months ago

ssube commented 11 months ago

This works at full-res when loading images, but is still being flaky when using the copy-to-blend button. When it breaks, the output comes out at 512 regardless of the input size, and only uses the top-left corner of the mask (which has been expanded to match the original source). I can't reproduce that anymore.