SuperPat
SuperPat
I have just seen that the new version 131 of Chromium/Chrome now supports the W3C CSS Paged Media Module Level 3 specification, on which paged.js is based! https://developer.chrome.com/blog/print-margins Still no...
**LocalAI version:** 3.5.4 with docker image localai/localai:latest-gpu-nvidia-cuda-12 **Environment, CPU architecture, OS, and Version:** Linux 6.11.0-25-generic #25-Ubuntu SMP PREEMPT_DYNAMIC x86_64 GNU/Linux RTX 5090 **Describe the bug** Qwen-image generation need too much...
### Is there an existing issue for this? - [x] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? Can you...
Interested into comparing these open source models who are missing to LMArena: - Flux.1 schnell, (as dev version is not usable commercially) - Lumina Image 2.0, - DeepSeek Janus Pro...
**Is your feature request related to a problem? Please describe.** OpenAI introduces a new [Responses API](https://platform.openai.com/docs/api-reference/responses) combining the simplicity of the Chat Completions API with the tool use capabilities of...
Can you add the https://huggingface.co/Tongyi-MAI/Z-Image-TurboImage generation model to the gallery. It is an apache 2 licensed 6B parameters. Quantized GGUF versions available at: https://huggingface.co/jayn7/Z-Image-Turbo-GGUF/tree/main
I try to kill a connection that is not returned to the pool after a certain time. For this, could you add a function in the ProxyConnection class to kill...
Hi, I tested with Chrome 140, and It seems that the command `client.send("Fetch.enable", params);` send in the NetworkManager class is no more supported. > ERROR [jvppeteer.cdp.core.CdpWebWorker] jvppeteer error > com.ruiyun.jvppeteer.exception.ProtocolException:...
It seems that is not possible to evaluate an async functions (it works with javascript puppeteer) ``` page.evaluate(""" async function () { await .... return ... } """); ``` >...