Markus Hartung
Markus Hartung
https://github.com/SillyTavern/SillyTavern/blob/b89bb6fee764903368a1d771e848cb304aafc0e3/src/endpoints/stable-diffusion.js#L574C1-L581C12 My JS is not so advanced but it seems that when the POST on /generate finishes it does an /interrupt
It's on the same machine but different docker containers. I need to dig why it closes the socket. But why is there a implicit /interrupt call? The /prompt call should...
Alright, does that mean that the socket between browser and ST somehow i closed? I'll try check in the browser and see if I find anything
Awesome, it seems each day in AI is like a year in other technologies. Looking forward to this. I tried using an image with low denoise with flux and sometimes...
> it works great, thank you so much! memory requirements are quite high though. I wasn't able to create a 1024x1024 image with all flux and t5 in fp8 and...
I have the same issue, I have 64 GB system ram that sits there unused :(
I have created an issue on ComfyUI, please add more details of you have any @void-Man
AspNetCore.HealthChecks.Uris: AddUrlGroup has timeout parameter but it's not used for the given url.
Quick workaround is to use the AddUrlGroup that has the **uriOptions** parameter instead of **url**. And do like this: ``` uriOptions: uriOptions => { uriOptions.AddUri(uri); uriOptions.UseTimeout(TimeSpan.FromSeconds(120)); }, ```
My current long-time contract at one customer where I'm a developer is expiring this month and when I were doing some cleanup I found I had done some PRs to...
The use case we wanted to solve using this library was to have a CorrelationId so we can search for that in Kibana