venzen
venzen
Regarding the automagical registration of messaging calls, I think this is a great feature, and you say: > The class will automatically register itself (this functionality will probably change in...
For now, I was able to stop this behavior by disabling the extension dddetailer
I found this utility to write metadata to a safetensors file: [https://github.com/by321/safetensors_util](https://github.com/by321/safetensors_util) Since it'll be difficult to find accurate metadata for this v1.5 inpainting model, I will inject generic made-up...
Perhaps I'm not understanding the Context environment so well, but I tried using `{{ key }}` and `{{ hidden_field }}`. Both failed to populate the value. Creating a new key...
Thank you. Your explanation is logical and that is how I understand after reading the docs. I'll check my implementation again.
I have a related issue in v0.15.31 where the LLM becomes unresponsive when an MCP connection closes during a session: ``` 8597 | } 8598 | onClose() { 8599 |...