Acly

Results 281 comments of Acly

I'm not against contributions in that area. I'd be interested in your use case though. Keep in mind it has to work with Qt's QNetworkAccessManager. It's probably not complicated as...

Not sure, it's for WebEngine (integrated web browser), I don't immediately see a way to apply it to general http requests. These are supported by [QNetworkAccessManager](https://doc.qt.io/qt-5/qnetworkaccessmanager.html): * https://doc.qt.io/qt-5/qauthenticator.html * https://doc.qt.io/qt-6/qsslpresharedkeyauthenticator.html

For Refine/Inpaint a special VAE encode is needed that understands transparency. The regular VAE only does RGB (ignores alpha channel). It was added in [forge a while ago](https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/854), but is...

Allowing layer input to be optional could be nice. A workaround would be to create a Parameter node for the boolean input.

As far as I can see that "custom node" works without changes in the Krita plugin, as long as you have it installed. It's a somewhat hacky solution so I'm...

> Ever since SSDs went mainstream 12-15 years ago I've feared coders would generally stop caring about efficient storage I/O given that devices with sub-millisecond latency can cover for an...

You can you check client.log for which T5 model is used. If you are using the built-in style with flux1-dev-fp8.safetensors **and** it has T5 included **and** is in the checkpoints...

If you are using `flux1-dev-fp8.safetensors` that includes T5, it should be in `checkpoints` folder. See https://github.com/Acly/krita-ai-diffusion/discussions/1176

It inspects files and tries to filter models it doesn't support. How big is your file? Where did you get it from? You need to know whether it's a checkpoint...

You can also put the T5 model you want the plugin to use in a `krita` subfolder (within the folder it's currently in). That way it should be prioritized over...