Commit Graph

2288 Commits

Author SHA1 Message Date
ebolam
397059cf2f Fix for Horde mode 2022-09-03 13:56:53 -04:00
Divided by Zer0
c5ee5d3ea2 Fixes Horde not saving as expected
Now Horde will save different settings per model, or for All

Refactored the code so that args.configname
is not used like a global var.

Added var.online_model because we need to keep track of it
2022-09-03 19:36:06 +02:00
ebolam
7155a63cd6 Merge pull request #101 from LightSaveUs/UI2
Small visual icon tweaks
2022-09-03 09:31:53 -04:00
LightSaveUs
7145515192 Save theme icon position adjustment 2022-09-03 10:13:37 +03:00
LightSaveUs
65b8ce6ef7 Delete icon position adjustment 2022-09-03 10:02:29 +03:00
ebolam
9a5560d829 Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-09-02 21:06:01 -04:00
ebolam
f935ce101e Auto save fix (less aggressive now)
Sort story load by last load (or modified if not loaded previously)
2022-09-02 21:05:34 -04:00
ebolam
6f88b7f864 Merge pull request #100 from one-some/ui2-finder
Finder
2022-09-02 20:32:06 -04:00
ebolam
4987d09a23 Merge branch 'UI2' into ui2-finder 2022-09-02 20:31:57 -04:00
somebody
c115eecd73 Clean up unneeded debug messages 2022-09-02 18:25:14 -05:00
somebody
67a434098b Finishing touches on finder 2022-09-02 18:25:01 -05:00
somebody
68f094ea11 Fixed finder jumping 2022-09-02 18:16:32 -05:00
somebody
82454df125 More tab helpers 2022-09-02 18:11:45 -05:00
ebolam
0d0b1f8313 Fixed highlighting of World Info Cards when in AI context 2022-09-02 19:08:01 -04:00
somebody
0e549b2f3f Tab overhaul
Makes tabs easy(er) to programatically act upon
2022-09-02 18:06:25 -05:00
somebody
b452559105 More work on finder 2022-09-02 17:40:27 -05:00
ebolam
a082f29f69 Save Load Fix 2022-09-02 18:31:03 -04:00
ebolam
6eb77c7bf7 Disabled load on story unless valid entry is selected
Disabled load on model unless info is received from server (layers, etc)
2022-09-02 18:29:05 -04:00
somebody
67e8e6b4b7 Make finder actually jump to things 2022-09-02 17:16:06 -05:00
ebolam
cf6e95bd8e Changed settings to point at new file format and splitting 2022-09-02 16:31:56 -04:00
ebolam
33408bc467 Colab Test 2022-09-02 15:54:00 -04:00
ebolam
bb0d44aa61 Added additional print of the cloudflare link to help with colab scrolling issues. 2022-09-02 15:14:36 -04:00
ebolam
bf7fc348c6 Fix for soft prompts 2022-09-02 13:53:24 -04:00
ebolam
0601498782 Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-09-02 12:33:37 -04:00
ebolam
bbb7060474 Added beep option to beep on completion 2022-09-02 12:33:25 -04:00
ebolam
bdce96134c Merge pull request #93 from one-some/ui2-lastaction
Add "hide text hightlighting" tweak
2022-09-02 09:07:52 -04:00
somebody
95c8e5914f Add "hide text hightlighting" tweak 2022-09-02 07:41:22 -05:00
somebody
9189a56197 More finder work 2022-09-02 07:11:32 -05:00
ebolam
eb740e382b Fix for file highlighting on load file dialog 2022-09-02 07:50:32 -04:00
ebolam
6fc7112c5d Streaming Token Bug Fix 2022-09-02 07:47:20 -04:00
ebolam
f0682ea996 removed _actions references 2022-09-01 18:54:17 -04:00
henk717
f38034bd2c Merge pull request #199 from db0/horde
Renamed KoboldAI Cluster to KoboldAI Horde
2022-09-02 00:26:12 +02:00
Divided by Zer0
9463474ce4 renamed cluster to horde 2022-09-02 00:23:29 +02:00
henk717
05a4695ad2 Merge pull request #198 from db0/soft_prompts_list
Adds /config/soft_prompts_list API endpoint
2022-09-01 16:35:08 +02:00
henk717
b0aa615ef5 Merge pull request #196 from db0/mult_gen_api_cluster
fix for multiple gens breaking API/CLUSTER
2022-09-01 16:34:52 +02:00
henk717
a809170bdc Merge pull request #197 from ebolam/united
UI changes for cluster support
2022-09-01 16:34:32 +02:00
ebolam
8c594e69b3 Pin coloring 2022-09-01 10:08:10 -04:00
ebolam
be660eee69 Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-09-01 10:00:53 -04:00
ebolam
22b9b5781e Fix for multiple prompts when using token streaming and random prompt. Disabled token streaming when that happens 2022-09-01 10:00:43 -04:00
ebolam
9cc574ccff Merge pull request #92 from LightSaveUs/UI2
Buttons position adjustment
2022-09-01 09:50:48 -04:00
LightSaveUs
716494e2d3 Buttons position adjustment 2022-09-01 16:47:22 +03:00
ebolam
08fac1157a Fix for token streaming not visually showing sentence trimming correctly 2022-09-01 09:27:55 -04:00
ebolam
5ee620db30 Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-09-01 09:05:16 -04:00
ebolam
60b49c7053 Fix for visual bug on retry leaving options on the screen. 2022-09-01 09:05:06 -04:00
ebolam
6f849ef7d1 Merge pull request #90 from one-some/ui2-button-align
Button align and noselect on labels
2022-09-01 09:02:22 -04:00
ebolam
9e15828818 Merge branch 'UI2' into ui2-button-align 2022-09-01 09:02:15 -04:00
ebolam
c12c77abb0 Merge pull request #89 from one-some/ui2-threshelp
Add tooltip to completion threshold
2022-09-01 09:00:29 -04:00
ebolam
1f6eefa6df Fix for model loading error due to breakmodel file being partially empty 2022-09-01 08:59:42 -04:00
ebolam
57719bdcd2 Added CSS elements 2022-09-01 08:41:04 -04:00
ebolam
31425872d9 Fix for load story error. 2022-09-01 08:35:48 -04:00