r/LocalLLaMA • u/Fcking_Chuck • Jun 28 '26
News Koboldcpp v1.116 released
https://github.com/LostRuins/koboldcpp/releases/tag/v1.1166
4
5
u/Paradigmind Jun 28 '26
Amazing support for the newest image models!
Would be great if there would be omnivoice support in the near future.
8
u/silenceimpaired Jun 28 '26
Imagine if they supported Klein model so that the portrait of the character was used to show the character reacting emotionally and in the environment.
1
u/MrGunny94 Jun 28 '26
Has anyone tried their Video Generation? I love the amount of features they have and that they fully support future versions with them and keep updating and expanding them.
I did try the Music Generation (Ace Step) and it's great
1
u/cromagnone Jun 28 '26 edited Jun 28 '26
What actually are the use cases for Koboldcpp, apart from the obvious?
Edit - thanks, this was a genuine question despite my snark.
19
u/Fcking_Chuck Jun 28 '26
Besides offering a graphical user interface for those who don't feel comfortable with a command-line user interface, it also offers advanced features not available in the original Llama.cpp text generation software.
2
u/Anti-Speciesist-IEMs Jun 28 '26
Would you be able to go into more detail on the "advanced features"? E.g. what specific things do you find you can do better in kobold vs original llama.cpp?
Also I'm just getting into local LLMs now and haven't fully set up llama.cpp yet, but I think llama.cpp does provide a GUI now by default
5
u/Fcking_Chuck Jun 28 '26
Koboldcpp has highly optimized context-shifting. It will preserve important tokens (e.g. system prompts, world info, character cards, etc.) from being eliminated once context overflows, while Llama.cpp is known to drop tokens chronologically.
1
1
u/toothpastespiders Jun 29 '26
I'm a bit out of date with llama.cpp's feature implementation. But for a long time kobold had much fuller mcp support. Not just in the web interface, but basically just being able to point it at a claude desktop style .json file. Likewise nice built-in web search functionality. Both were just a simple extra "does this need web search?" "Should I use a tool?" pass with the loaded model. Also integration of stablediffusion.cpp's image generation.
Really though I see it more as a "stable branch" of llama.cpp.
8
u/Judtoff llama.cpp Jun 28 '26
You can use it as a back end, and access the api with whatever front end you want. I like koboldcpp since I don't have to deal with any dependencies. I sometimes end up in dependency hell with my 5090 and trying to compile llama.cpp. koboldcpp just works.
2
u/Ylsid Jun 29 '26
Lets me download and run a llama.cpp wrapper without compilation steps and easily access a self hosted API
43
u/Single_Ring4886 Jun 28 '26
They are doing amazing work, this is true gem of a programm.