LSXAxeller

Results 13 issues of LSXAxeller

I would like to request the addition of support for background removal models, such as: * **RMBG:** https://huggingface.co/briaai/RMBG-1.4 * **ORMBG:** https://huggingface.co/schirrmacher/ormbg * **ISNET:** https://huggingface.co/jellybox/isnet-general-use or any other suitable background removal...

When calling `bark_load_model` from the C# BarkSharp wrapper, a `System.DivideByZeroException` is thrown at the line `int64_t t_load_start_us = ggml_time_us();`. This seems to indicate that the `ggml_time_us()` function is attempting to...

When rendering Markdown code blocks using `MarkdownScrollViewer`, blocks with a language specifier at the top (e.g., ````csharp`) render as empty rectangles. Code blocks without a language specifier (e.g., `````) render...