Acly

Results 293 comments of Acly

[v1.41.0](https://github.com/Acly/krita-ai-diffusion/releases/tag/v1.41.0) uses separate HTTP transfer.

This is interesting, fewer changes than I would've expected. But I'm not sure what to do with the PR - I don't want to commit to maintaining two versions in...

@tilllt The plugin / client probably doesn't have any more information. Something is terminating the connection. Main difference is that the plugin sends images along with the prompt. The web...

Input images are transferred via HTTP, results come back via websocket. From the log it looks like HTTP is the issue. Anything interesting in the proxy's logs?

Note: image transfer in [v1.41.0](https://github.com/Acly/krita-ai-diffusion/releases/tag/v1.41.0) was changed to use separate HTTP PUT/GET reqeusts which send bytes.

You will find the reason for failed import in ComfyUI's output (terminal window).

Exactly how seamless inpainting is depends on a lot of things. Generally no model I know is able to match colors in all cases. The main difference is how obvious...

I don't think it's VAE decode. This is quite easy to test (take an image and VAE encode + decode it). The process is not lossless, but does not result...

Was the white paint-over part of the image when you generated? And was the selection inside or outside of it? The colors at the selection border can make a difference,...

> But may I ask how to disable differential diffusion? Couldn't find any setting. Can't disable it inside the plugin atm, I used the workflow in ComfyUI directly and disabled...