Commit Graph

796 Commits

Author SHA1 Message Date
a383ef81b1 Merge commit 'refs/pull/107/head' of https://github.com/ebolam/KoboldAI into united 2022-09-05 19:49:32 -04:00
296481f4aa More config hardening 2022-09-05 22:32:20 +02:00
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
3236068c84 Merge pull request #203 from VE-FORBRYDERNE/patch
Fix POST /story/end API endpoint
2022-09-05 22:27:54 +02:00
f66ffa09a2 Fix POST /story/end API endpoint 2022-09-05 14:37:39 -04:00
542f30cdc4 fix settings name not being correct for loaded models 2022-09-05 18:03:21 +02:00
397059cf2f Fix for Horde mode 2022-09-03 13:56:53 -04:00
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
9463474ce4 renamed cluster to horde 2022-09-02 00:23:29 +02:00
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
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
c1bf91f86c Adds /config/soft_prompts_list API endpoint 2022-08-31 23:45:26 +02:00
339225e400 fix for multiple gens breaking API/CLUSTER 2022-08-31 22:58:58 +02:00
8626debeff Fix for cluster key saving 2022-08-31 15:46:08 -04:00
b07a649e3e Fix for API key not being saved 2022-08-31 13:17:30 -04:00
417cfe20bf Fix for saving key in cluster mode 2022-08-31 11:50:27 -04:00
24ac6f3db8 First working CLUSTER ui. Might need change when multiple models selected. 2022-08-31 10:46:16 -04:00
569f4cbce4 Merge branch 'united' of https://github.com/ebolam/KoboldAI into united 2022-08-31 09:34:24 -04:00
1031b70731 Starts of adding cluster to UI 2022-08-31 09:34:14 -04:00
496ef1472d updated 2022-08-30 21:35:17 +02:00
42e04afc83 init 2022-08-30 21:29:55 +02:00
181c93424c Fix for KoboldAI API as a model option 2022-08-30 15:10:11 -04:00
8292f17ab0 Don't allow changing model during generation 2022-08-29 13:23:19 -04:00
807ddf6f26 Add PUT /model endpoint 2022-08-28 15:53:15 -04:00
6faa27ef87 Merge pull request #187 from VE-FORBRYDERNE/offline
Fix the model selection GUI when there is no internet connection
2022-08-24 20:13:02 +02:00
cbfe456409 Repetition penalty is now added to sampler list when loading from settings files 2022-08-23 15:30:07 -04:00
6ffaf43548 Repetition penalty is now sampler #6 in the sampler order 2022-08-23 15:10:21 -04:00
74922966bd Merge branch 'avril' into rep-pen-order 2022-08-23 14:47:29 -04:00
d7ebd2ae20 Dont broadcast token usage 2022-08-22 17:25:33 -05:00
55f45c4912 Fix the model selection GUI when there is no internet connection 2022-08-22 14:45:02 -04:00
137695106d Fix for gooseai 2022-08-17 18:03:48 -04:00
a19300b3ca Merge branch 'henk717:united' into united 2022-08-17 09:07:01 -04:00
0032462837 Fix for vars.model getting set on AI selection in the UI rather than when actually loaded 2022-08-13 20:12:35 -04:00
6acccbf7a4 Save null seed to settings 2022-08-14 02:09:53 +02:00
a7fb2c8414 Merge branch 'united' into api 2022-08-12 13:57:50 -04:00
09a709f0dc Merge branch 'token-usage-textsize' into united 2022-08-12 01:46:33 +02:00
6ac970b1c0 Update author's template effect token usage live 2022-08-11 18:38:29 -05:00
a28faa0cb2 Fix author's note token usage 2022-08-11 18:21:49 -05:00
e879d1c5f3 Hide the warning about torch.distributed.reduce_op being deprecated 2022-08-11 18:42:56 -04:00
555ca5fd05 Add token usage indicator 2022-08-11 17:31:12 -05:00
8c7ed92fef --no_ui for disabling the main GUI and Socket.IO server 2022-08-11 18:21:35 -04:00
ca2c60d423 Fix for --nobreakmodel 2022-08-11 18:12:50 -04:00
bddcd7ab7f Deeper disable of --nobreakmodel attempt 2022-08-11 17:47:19 -04:00
8fbca2db5a actionsubmit should not ignore vars.aibusy if vars.standalone is True 2022-08-11 15:27:07 -04:00
45495d8792 Fix for --cpu on command line and MAYBE --nobreakmodel 2022-08-11 15:23:35 -04:00
8b299525fd sendtoapi now automatically detects tokenizer 2022-08-11 14:57:13 -04:00
d328c2c1de Add GET /model endpoint 2022-08-11 14:55:38 -04:00
cd7ff2b141 Change behaviour of disable_input/output_formatting 2022-08-11 14:30:14 -04:00
bd703cd36a Warn about disable_input_formatting and disable_output_formatting 2022-08-11 14:12:07 -04:00
df111b944d Input formatting is now actually applied when generating with API 2022-08-11 14:11:17 -04:00