Go to file
Gnome Ann b52f782d92 Disable post-edit blurring and the curtain
Because we don't need them anymore.
This, combined with the chunk optimization, will allow you to
seamlessly continue editing a different chunk after you've finished
editing your current one; e.g. if you edit a chunk and use arrow keys,
backspace or the mouse to select a different chunk, you can immediately
start editing your new chunk without it defocusing.

This patch really has killed two birds with one stone, eh?
Thanks, Javalar!
2021-08-25 01:21:01 -04:00
docker-cuda The Mamba Installer Update 2021-06-28 22:35:15 +02:00
docker-rocm The Mamba Installer Update 2021-06-28 22:35:15 +02:00
environments Added --remote Mode 2021-08-20 00:37:59 +02:00
static Disable post-edit blurring and the curtain 2021-08-25 01:21:01 -04:00
stories Replaced easygui with tkinter to address file prompts appearing beneath game window 2021-05-05 11:18:24 -04:00
templates Code indentation consistency 2021-08-24 18:32:48 -04:00
.gitignore Merge https://github.com/KoboldAI/KoboldAI-Client/pull/45 into big-o 2021-08-24 17:27:50 -04:00
LICENSE.md Added AGPLv3 license 2021-06-25 15:28:42 -04:00
aiserver.py Integrate inline chunk editor and Adventure mode with Javalar's branch 2021-08-24 19:02:52 -04:00
breakmodel.py Fix for non-rotary models without "rotary" in config.json 2021-08-20 13:00:53 -04:00
fileops.py Added OpenAI API support 2021-05-22 05:28:40 -04:00
gensettings.py Various Fixes 2021-08-24 01:18:09 +02:00
install_requirements.bat The Mamba Installer Update 2021-06-28 22:35:15 +02:00
notebook.bat Allow using Jupyter inside the KoboldAI environment 2021-08-19 16:20:41 +02:00
play-cuda.sh The Mamba Installer Update 2021-06-28 22:35:15 +02:00
play-rocm.sh The Mamba Installer Update 2021-06-28 22:35:15 +02:00
play.bat Added --remote Mode 2021-08-20 00:37:59 +02:00
readme.txt Update readme.txt 2021-08-19 14:50:07 +02:00
requirements.txt Added --remote Mode 2021-08-20 00:37:59 +02:00
umamba.exe The Mamba Installer Update 2021-06-28 22:35:15 +02:00
utils.py Integrated VE_FORBRYDERNE's Adventure Mode + Cleanup 2021-08-19 13:18:01 +02:00

readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This branch will eventually be used for a community edition of KoboldAI, uniting the different community made editions.
For now it is a WIP branch as I integrate the community features.
Once done i will be replacing this with a better page describing KoboldAI.

---

Looking for ColabKobold? Check the different branches on my account.

---
Contains work from :
- All the original KoboldAI creators
- Henky!! (Random Story Generator / Setting Optimizations)
- VE_FORBRYDERNE (Adventure Mode, Selective World Info)
- Frogging101 (top_k / tfs support)