Commit Graph

26 Commits

Author SHA1 Message Date
ebolam
2028dfbd4e Fix for creating multiple story copies when loading a v1 story 2022-12-21 14:38:42 -05:00
ebolam
1747cf9ebc Fix for ui1 showing duplicate stories on migrated stories 2022-12-21 11:23:47 -05:00
ebolam
c3438268e9 Fix for Original UI to use new save formats/code 2022-12-16 21:17:25 -05:00
ebolam
c1cea71ed6 Merge commit 'refs/pull/331/head' of https://github.com/ebolam/KoboldAI into UI2 2022-12-07 12:04:42 -05:00
Henk
442a9760b8 Hide V2 Saves 2022-10-23 19:03:18 +02:00
ebolam
d1562af472 Merge commit 'refs/pull/138/head' of https://github.com/ebolam/KoboldAI into UI2 2022-09-18 19:20:20 -04:00
Divided by Zer0
c858452740 Added logger to fileops 2022-09-12 12:00:30 +02:00
ebolam
c1580319ed Changed SP to a dropdown list instead of a full menu 2022-08-21 16:23:58 -04:00
ebolam
2527d8db09 Soft Prompts working
Update to make file browser more generic
2022-08-13 21:49:25 -04:00
ebolam
1e815e7f52 Fix for action count on new version of save file 2022-07-01 18:08:45 -04:00
a3a52dc9c3 Add support for changing soft prompt from userscripts 2022-04-12 15:59:05 -04:00
2b8c46338e Change current working directory to KoboldAI folder 2022-03-13 01:22:11 -05:00
henk717
4835192041 Load TK on demand 2022-03-06 14:12:01 +01:00
1951ccd2ce Show author and SP length in soft prompt menu 2022-01-18 16:30:09 -05:00
d870f193b2 Create userscripts folder if it doesn't exist 2021-12-13 02:33:36 -05:00
d2f5544468 Add Userscripts menu into GUI 2021-12-13 01:03:26 -05:00
1f449a9dda Soft prompt support (6B Colabs not supported yet) 2021-10-22 14:18:10 -04:00
e31640a89d Remove unused "import string" from fileops.py 2021-09-01 12:26:08 -04:00
c276220a35 Allow deleting and renaming stories in the browser 2021-08-31 18:22:30 -04:00
cbdf3fa037 Display names of problematic story JSON files 2021-08-24 19:29:40 -04:00
Marcus Llewellyn
d5522f0d0a Yet another silly mistake. Sigh. 2021-06-25 17:31:43 -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
f9bbb174a6 Added OpenAI API support
Added in-browser Save/Load/New Story controls
(Force a full refresh in your browser!)
Fixed adding InferKit API key if client.settings already exists
Added cmd calls to bat files so they'll stay open on error
Wait animation now hidden on start state/restart
2021-05-22 05:28:40 -04:00
KoboldAI Dev
2cef3bceaf Bugfix for save function not appending .json extension by default
Bugfix for New Story function not clearing World Info from previous story
Torch will not be initialized unless you select a local model, as there's no reason to invoke it for InferKit/Colab
Changed JSON file writes to use indentation for readability
2021-05-15 19:29:41 -04:00
KoboldAI Dev
d632976fbf Settings menu modularized.
Help text added to settings items.
Settings now saved to client file when changed.
Separated transformers settings and InferKit settings.
Reorganized model select list.
2021-05-07 14:32:10 -04:00