Acly
Acly
Hm this is definitely not normal, and I doubt it's related to VAE as I get consistent results, both with default and custom VAE. Hard to say more without images...
I have a feeling lots of different things are being mixed up here. But it's always helpful to have images to talk about, because people often have very different interpretations...
> Is there a difference in how the context and image mask are selected in Live mode in comparison to Refine? Yes, the grow factor isn't applied in Live. Padding...
[1.17.2](https://github.com/Acly/krita-ai-diffusion/releases/tag/v1.17.2) allows setting the minimum step count now by editing sampler presets. It also uses a bit more alpha blending again. I didn't change the default though, to me this...
The way it currently works and is intended is to * replace `http` with `ws` (for local use) * replace `https` with `wss` (for cloud service with TLS) Which service...
Not sure I'd call it a bug, I can't find a lot of information about cloudflared support for web socket, and whether it will encrypt it by default. Maybe it...
SSL (https URL) generally works, it's required to run it with cloud providers. I haven't tried ComfyUI built-in though, it might be an issue with the server implementation, or the...
Where is your TLS certificate from? Are you using a self-signed certificate? If yes that's likely the problem.
I tried it with a self-signed cert, using the command you posted. It gives the following SSL errors: ``` WARNING SSL error: The host name did not match any of...
yea some extra hoops to jump through: https://github.com/Acly/krita-ai-diffusion/issues/74#issuecomment-1819993842 possibly this can be done inside the plugin somehow, but I don't have a Mac