LSXAxeller

Results 13 issues of LSXAxeller

After a clean installation and leon check it didn't started as supposed and give the error below. ### Specs - Leon version:1.0.0-beta.8 - OS (or browser) version: Windows 10 Pro...

bug

NAudio.Core, I encountered issues loading MP3 files on Android, I tried to use Mp3FileReaderBase but it requires AcmMp3FrameDecompressor which is part of NAudio.WinMM which is windows exclusive. I attempted to...

**WhisperSpeech is a text-to-speech/voice generation/voice cloning model** derived from OpenAI's Whisper model inversion. Integrating support for it into Whisper.cpp would enhance the functionality of whisper.cpp to cover all primary voice...

do you have the intention to add the **multiple chats & keep chat log** after close and open the Runner like ChatGPT and export it? maybe not the highest priority...

I had a go at using Kernel Memory to store documents (1.3MB), but it kept crashing after `memory.SaveReferenceAsync`, or with the latest LLamaSharp commit and Kernel Memory LLamaSharp connector, `GenerationMemory.ImportDocumentAsync`....

bug

I'm setting up various inferences backends in my project, including LLamaSharp. I wanted to keep a unified history across these backends, so I created a custom structure to handle it....

I got this error while launching when trying to use [AUTOMATIC1111 SD WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and I can't use the Batch Face Swap script Launching Web UI with arguments: --api --xformers --autolaunch...

In the current implementation ([leejet/stable-diffusion.cpp@`4a6e36e`/stable-diffusion.h#L121](https://github.com/leejet/stable-diffusion.cpp/blob/4a6e36edc586779918535e12b4fbe0583044ee6f/stable-diffusion.h#L121)), models like ControlNet, VAE, Lora, Embeddings, and Tiny AutoEncoder (Taesd) can only be loaded alongside the Stable Diffusion model. This means that switching between different...

I want to build the library as .dll instead .lib to invoke it from C# using P/Invoke but I can't build it properly. When I set the library to `SHARED`...

Hi there, AgentChat for dotnet seems quite promising for multi-agent chats, especially for role-playing scenarios. Incorporating LLamaSharp for local large language model (LLM) inference could provide added flexibility and efficiency....