Commit Graph

2253 Commits

Author SHA1 Message Date
ebolam
a383ef81b1 Merge commit 'refs/pull/107/head' of https://github.com/ebolam/KoboldAI into united 2022-09-05 19:49:32 -04:00
Henk
296481f4aa More config hardening 2022-09-05 22:32:20 +02:00
henk717
78d720037f Merge pull request #202 from db0/configfile_fix
fix settings name not being correct for loaded models
2022-09-05 22:30:43 +02:00
henk717
3236068c84 Merge pull request #203 from VE-FORBRYDERNE/patch
Fix POST /story/end API endpoint
2022-09-05 22:27:54 +02:00
vfbd
f66ffa09a2 Fix POST /story/end API endpoint 2022-09-05 14:37:39 -04:00
Divided by Zer0
542f30cdc4 fix settings name not being correct for loaded models 2022-09-05 18:03:21 +02:00
ebolam
084568cedd Merge pull request #106 from LightSaveUs/UI2
LightSaveUs themes fix
2022-09-04 13:26:29 -04:00
LightSaveUs
4b2160244d Updated theme to 0.2 version 2022-09-04 06:16:48 +03:00
LightSaveUs
485d0dfeac Updated theme to 0.2 version 2022-09-04 06:10:50 +03:00
LightSaveUs
e18612b766 Updated theme to 0.5 version 2022-09-04 06:07:47 +03:00
ebolam
2355b6784c Merge pull request #105 from GuiAworld/UI2
LightSaveUs Theme Port
2022-09-03 20:35:02 -04:00
GuiAworld
c786771e4a LightSaveUs Theme Port 2022-09-03 20:32:48 -03:00
ebolam
70b897a758 Merge pull request #103 from GuiAworld/UI2
New Theme Vars and UI changes
2022-09-03 18:28:17 -04:00
henk717
c7a6309fa2 Merge pull request #200 from db0/online_model_fix
Fixes Horde not saving as expected
2022-09-03 23:40:23 +02:00
GuiAworld
27f0ff6598 New Theme Vars and UI changes 2022-09-03 16:09:41 -03:00
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