Acly
Acly
The point is that whereever `glslc` is located, CMake should find it, and pass its full path to `vulkan-shaders-gen`. If shader-gen is only used as part of the build, I...
> I think that Acly has correctly pointed out the issue in their https://github.com/ggml-org/llama.cpp/pull/17144#issuecomment-3516011408: in case of MinGW it should be resolved automatically rather than be treated as an exact...
CMake takes glslc from the Vulkan SDK found at `VULKAN_SDK` environment variable. You can use it to point to a portable Vulkan SDK that you distribute with your build tools....
Works for me (ComfyUI at 5cbaa9e07c97296b536f240688f5a19300ecf30d)
I am using latest ComfyUI & inpaint nodes and it works fine. You will have to be more specific about what the problem is. Or try delete the nodes and...
> Copy Prompt also only copies that one. That's intentional. I think it was briefly broken and reported as bug at some point? But if Copy Prompt included the style...
If you leave the main prompt empty, the style prompt is also not merged. Maybe that's the reason? It works for me in regular case where both prompts are present....
Mistoline will be used if it's available (the filename needs to contain `mistoline_fp16`) You can check client.log to see which control net models are chosen.
https://docs.interstice.cloud/common-issues/#log-files
That should already work (with Krita Image Layer). ControLNet expects a pixel image with pose vectors rendered on black background. I wanted to implement the high level UI used by...