replicate / inpainter

A web GUI built with Next.js for inpainting with Stable Diffusion using the Replicate API.
https://inpainter.app
MIT License
393 stars 89 forks source link

Compression artifacts after each generation #18

Open LEBMD opened 2 years ago

LEBMD commented 2 years ago

Each time you inpaint the quality of the whole image drops this is an example, before and after inpainting 4 times (to make the effect clear)

edit: i was only masking a small area on the right where the frame changed

out-0 out-0

zeke commented 2 years ago

Hey @LEBMD. I'm guessing this may be an issue with the Stable Diffusion model itself, as this inpainter app is sending along the unchanged URL of the previous prediction as the init image for the next prediction. You might want to open an issue at https://github.com/replicate/cog-stable-diffusion or https://huggingface.co/CompVis/stable-diffusion-v1-4/discussions