Acly

Results 384 comments of Acly

Reference/Style/Composition all use IP-Adapter. They act as a description like a text prompt, only using an image. You select for them a single layer with an image. Doesn't have to...

https://docs.interstice.cloud/control-layers/

First suggestion would be nice but has to be implemented in ComfyUI. Hash verification is also sensible thing to do, also for the plugin internal downloader.

Padding takes the padding setting into account, but is always at least as large as the "native" resolution (eg 1024 for SDXL). Grow/Feather is currently computed to use a fraction...

Storing lossless copies beyond 100MB is possible, I don't think there's a hard limit. There are practical concerns: * Storage might be cheap, but don't underestimate how easily you can...

It does work like that, kind of. The selection mask is taken into account (including transparency/feather), but it is split into denoising mask (>35% opacity) and alpha mask (below 35%...

Maybe you can try, [comfy_client.py](https://github.com/Acly/krita-ai-diffusion/blob/main/ai_diffusion/comfy_client.py#L148-L152), just add `bearer="your token"` argument to the get & post calls. ``` # example for post return await self._requests.post(f"{self.url}/{op}", data, bearer="1234") ```

You can try this in [1.18.1](https://github.com/Acly/krita-ai-diffusion/releases/tag/v1.18.1), but there is no UI for it yet. In settings.json ([location](https://github.com/Acly/krita-ai-diffusion/wiki/Common-Issues#where-are-plugin-and-user-files-located)) there is an option `"apply_behavior"`. If you set it to `"layer"` it will...

> Doing so through the prompt is both a tedious and lengthy process to setup and alter. It is? You can add/remove Loras with auto-complete, adjust strength with Ctrl+Up/Down and...

None, you'd have to implement that.