Commit Graph

199 Commits

Author SHA1 Message Date
Gnome Ann 7717168676 Only allow --breakmodel if it's supported 2021-08-20 10:52:57 -04:00
Gnome Ann eef0db8dee Specifically import torch.cuda.comm in breakmodel.py 2021-08-20 10:47:54 -04:00
Gnome Ann b1c13f832a Implement arrmansa's low VRAM patch 2021-08-20 10:25:03 -04:00
henk717 f12e3576a8 Multiple Browser Session Syncing
Multiplayer anyone? :D
2021-08-20 15:32:02 +02:00
henk717 dd77ac2f3a GPU detection bugfix 2021-08-20 12:30:52 +02:00
henk717 99c5ff240c Command Line Part 2
Automated Colab and GPU selection
2021-08-20 11:39:04 +02:00
henk717 ba20c3407c Command line support
Added command line options for model selection, this makes it usable inside Google Colab or other unattended servers people might want to use/provide.
2021-08-20 10:49:35 +02:00
henk717 136dd71171 Added --remote Mode
First step towards native Colab support, built in Cloudflare tunnels easily allows players to play KoboldAI on another device. This mode also removes buttons that would get you stuck if you have no local PC access.
2021-08-20 00:37:59 +02:00
henk717 9760c159fd Allow using Jupyter inside the KoboldAI environment
Not used by the game, but can be useful for running and troubleshooting notebook features.
2021-08-19 16:20:41 +02:00
henk717 a0ed12a74a Update readme.txt 2021-08-19 14:50:07 +02:00
henk717 72bfc417da top_k and tfs support by Frogging101
Adds top_k and tfs support, also fixes a SocketIO error.
2021-08-19 14:47:57 +02:00
henk717 caee12eae0 Updated credits
Forgot to give credit for Selective World Info, this is now fixed.
2021-08-19 13:55:59 +02:00
henk717 33215a87b3 Added VE_FORBRYDERNE's Selective World Info
This update allows you to selectively choose when World Info is loaded for more control and RAM savings.
2021-08-19 13:48:33 +02:00
henk717 00414d26e2 Integrated VE_FORBRYDERNE's Adventure Mode + Cleanup
Adventure Mode allows you to play this like AID, perfect for Choose your own Adventure models
2021-08-19 13:18:01 +02:00
henk717 efbe40f1f6 Random Story Generator
Add the Random Story Generator and more userfriendly defaults
2021-08-19 12:54:44 +02:00
henk717 17dce2e16c
Update readme.txt 2021-08-19 01:26:03 +02:00
henk717 2a191c2d7c
Update readme.txt 2021-08-19 01:24:01 +02:00
Javalar 265cdb802f
Merge branch 'KoboldAI:main' into main 2021-07-20 22:38:48 -04:00
KoboldAI Dev 91efd9a946
Merge pull request #59 from henk717/mamba
The Mamba Installer Update
2021-07-14 12:10:11 -04:00
henk717 1327bd30a5 The Mamba Installer Update
Big overhaul of the installer, partially based on the #53  commit from LexSong.

The following is new :
- Conda has been replaced with MicroMamba, allows the dependencies to automatically download the best version of Python and prevents all the issues with people failing to download conda.
- The installer now has more options so you can choose not to delete the existing files, and it has new optional virtual K: drive support to bypass all the pathing issues people are having (Sorry Windows 7 users, its still not compatible even now).
- Docker support for Linux systems has been added including ROCm support.
- Environment files are now used to more easily keep everything on track, and to allow conda users to manually create environments across all operating systems (ROCm is an outlier in this because i have to use AMD's Pytorch docker for now it was to much hassle getting their Conda to use the environment file to add it to this commit).
- Play.bat has been changed to allow the virtual drive support, everything should still be compatible with old installations as I kept all the paths intact.
2021-06-28 22:35:15 +02:00
Javalar acf4cb246d
Merge branch 'KoboldAI:main' into main 2021-06-26 13:36:59 -04:00
Marcus Llewellyn d5522f0d0a Yet another silly mistake. Sigh. 2021-06-25 17:31:43 -05:00
Marcus Llewellyn 4b81ac08c2 Merge branch 'browserloading' of https://github.com/MarcusLlewellyn/KoboldAI-Client into browserloading 2021-06-25 17:18:42 -05:00
Marcus Llewellyn ad39a4c8b3 Ack! Forgot a continue statement. 2021-06-25 17:18:37 -05:00
Marcus Llewellyn f9db17025d
Ack! Forgot a continue statement. 2021-06-25 17:17:07 -05:00
Marcus Llewellyn bbe3a92ce4 Fixes for unusual story loading circumstances.
This PR does three things when loading a story from within the browser:

1. Prevents an error if a story file is not valid JSON.
2. Catches an error is a file is JSON, but lacks an actions property.
3. Replaces getcwd() and instead uses the path of the script file itself in case someone does not start the app from the current working directory.
2021-06-25 17:02:19 -05:00
KoboldAI Dev 97aba93ef1
Added AGPLv3 license 2021-06-25 15:28:42 -04:00
KoboldAI Dev 9c908fd22f
Merge pull request #50 from henk717/patch-5
Migrated install_requirements.bat to conda-forge
2021-06-17 21:48:56 -04:00
henk717 d38384628c
Migrated install_requirements.bat to conda-forge
No more manually forcing CUDA to be 11, instead we use conda-forge.
This will pull down a lot more recent versions of pretty much everything, and fixes errors in the GPT-J models that cropped up on the older versions of the dependencies.
2021-06-18 01:33:56 +02:00
KoboldAI Dev 09f407c62e
Merge pull request #47 from henk717/patch-4
Installer: 6B update & stability fixes
2021-06-16 21:50:44 -04:00
henk717 80ebe1f368
6B update & stability fixes
I changed the menu order around because Finetuneanon's version is better for most users and needed for 6B.
The github branch it downloads for finetune is updated, and it can now fix the download path length errors if ran as admin.
2021-06-17 03:47:59 +02:00
Yves Dubois 81aba7cba8 Fix typo 2021-06-15 01:02:11 -04:00
Javalar 9559347f82
Update or remove targeted chunks in Game Screen (#2) 2021-06-15 00:59:08 -04:00
KoboldAI Dev b4fef1de1b
Merge pull request #40 from henk717/patch-3
Bugfix: Force CUDA11 in new installer for 3000 series GPU's
2021-06-08 22:43:30 -04:00
henk717 2e290ed9b9
Force CUDA11
Important fix for 3000 series GPU's, this additional parameter forces CUDA11 fixing them not being able to use GPU mode.
2021-06-08 16:23:38 +02:00
KoboldAI Dev 732e836028
Merge pull request #38 from henk717/patch-2
Update to Play.bat to use miniconda environment if present. Otherwise falls back to system Python.
2021-06-08 03:51:18 -04:00
KoboldAI Dev 736bd03161
Update play.bat
Added cls line to remove error message if miniconda is not being used.
2021-06-08 03:50:31 -04:00
KoboldAI Dev b18a4174ef
Merge pull request #37 from henk717/patch-1
Install process updated to use miniconda environment to reduce issues with existing Python installs on user's machines.
2021-06-08 03:49:10 -04:00
KoboldAI Dev d1036b66df
Update install_requirements.bat
Changed description of transformers options.
2021-06-08 03:46:43 -04:00
henk717 2f10059cd2
Changed Play.Bat to use our own Miniconda3 2021-06-06 15:02:03 +02:00
henk717 bf439f0e15
Revamped Install Experience
This changes the installation script to use Miniconda3 inside the KoboldAI directory, this is MUCH more user friendly for the users.
Any existing python environment will be bypassed, and other dependencies like CUDA automatically installed with compatible versions.
With this approach we can better ensure that end users have the correct environment and won't run into other issues because of their existing installations, it also prevents the need for them to install anything else on their system as anything required is automatically downloaded.
2021-06-06 15:01:11 +02:00
KoboldAI Dev 6a9587b61d
Merge pull request #27 from UWUplus/escape
HTML escape user prompt.
2021-06-02 15:40:17 -04:00
Ralf e9b62cd3ae escape the prompt too 2021-06-02 21:23:36 +02:00
KoboldAI Dev 1e95f7e1a5 Hotfix: HTML escaped story output. Shodan can no longer run JS popups in your browser. 2021-06-02 09:01:13 -04:00
KoboldAI Dev de1f8f94e0
Merge pull request #25 from UWUplus/main
Moved scripts and stylesheets to a local file
2021-06-02 08:49:24 -04:00
Ralf 6f5c194297 Moved files from cdn to static directory 2021-05-31 16:30:40 +02:00
KoboldAI Dev 0dc997b93f
Merge pull request #24 from Javalar/refresh-story-perf
Performance increase for `refresh_story` on large stories
2021-05-30 01:58:54 -04:00
Yves Dubois 4cb3df5e7e Performance increase for `refresh_story` on large stories 2021-05-29 21:36:24 -04:00
KoboldAI Dev 65ad0e01e3 Bugfix for InferKit submit failing when starting new story. 2021-05-29 20:43:30 -04:00
KoboldAI Dev bed1eba6eb Added option to generate multiple responses per action.
Added ability to import World Info files from AI Dungeon.
Added slider for setting World Info scan depth.
Added toggle to control whether prompt is submitted each action.
Added 'Read Only' mode with no AI to startup.
Fixed GPU/CPU choice prompt appearing when GPU isn't an option.
Added error handling to generator calls for CUDA OOM message
Added generator parameter to only return new text
2021-05-29 05:46:03 -04:00