Berkin Güler
Berkin Güler
> using libtcmalloc, I found the RAM usage goes down on its own over time, though the container can still build up and crash if you switch models quickly. Seconding...
> I have the same issue still, with the settings changes. > > ``` > # todo: extend to include wither alwaysvisible scripts > processed = scripts.scripts_img2img.run(p, *(p.script_args)) > >...
When the `GPSOAuthClient` tries to `PerformMasterLogin()` it receives the following response(in my case there is a link to the Single Sign on webpage of my university): > {[Error, NeedsBrowser]}, >...
Initially worked fine with 512x512 then wanted to generate an image with 512x768 but it fell apart with the same error. ``` [E] 3: [executionContext.cpp::validateInputBindings::1831] Error Code 3: API Usage...
Built an image using the Dockerfile and accelerated through the web UI.
If anyone else comes across until its fixed for good, here is an ugly workaround: ```python if "tool_calls" in message or message["role"] == "tool": context.add_message(message) elif "content" in message: context.add_message({...
> Perhaps low prio as probably the new [gpt4o-mini](https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/) would be a good replacement We are still looking forward to seeing function calling implemented for gemini.