Commit Graph

1848 Commits

Author SHA1 Message Date
somebody
b5d14ee0d0 Make scrollbars better
mostly on chrome, the firefox allows less customization of the
scrollbars, although we can pretty much get the look we're going for
2022-08-13 21:21:51 -05:00
ebolam
2527d8db09 Soft Prompts working
Update to make file browser more generic
2022-08-13 21:49:25 -04:00
Henk
6acccbf7a4 Save null seed to settings 2022-08-14 02:09:53 +02:00
GuiAworld
d78f0d6028 ops 2022-08-13 19:50:25 -03:00
GuiAworld
b562584d6d Palette Implentation 0.1 2022-08-13 19:41:36 -03:00
GuiAworld
bfd4cbdc4f Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-08-13 19:40:27 -03:00
henk717
c453643e2c Merge pull request #183 from ebolam/united
Better Icon placement in AI load menu
2022-08-13 23:17:15 +02:00
ebolam
85d925aead Better Icon placement in AI load menu 2022-08-13 09:51:20 -04:00
ebolam
73ee6af993 Token Usage Highlighting Fix 2022-08-12 21:39:07 -04:00
ebolam
fe08fec306 Added better escaping/click-off for menus and popups 2022-08-12 21:27:45 -04:00
ebolam
e164af9264 Sampler Order added to UI 2022-08-12 21:18:31 -04:00
ebolam
96f7625190 World Info Fix 2022-08-12 14:58:34 -04:00
henk717
78a6f1cf08 Merge pull request #182 from VE-FORBRYDERNE/api
API
2022-08-12 20:46:14 +02:00
vfbd
a7fb2c8414 Merge branch 'united' into api 2022-08-12 13:57:50 -04:00
ebolam
ad6cff6dfb Merge pull request #30 from one-some/ui2-cursor-fixes
Assorted small additions
2022-08-12 13:09:48 -04:00
ebolam
91de451eba Added button to make navigation to new UI simpler from old UI 2022-08-12 10:10:08 -04:00
ebolam
2f43e865ea Adding missing file 2022-08-12 07:44:32 -04:00
ebolam
88d7000d7d Added Material Symbols 2022-08-12 07:43:31 -04:00
somebody
346dfaaf91 Make world info ui elements cursor: pointer 2022-08-11 20:21:40 -05:00
somebody
a47ff38b4c Make story menu pin color match menu pin color and cursor:pointer 2022-08-11 20:21:06 -05:00
somebody
361a84ce8e Made biases menu collapse button cursor:pointer 2022-08-11 19:37:29 -05:00
somebody
d601edc2d2 Show "pointer" cursor on menu selection items 2022-08-11 19:32:21 -05:00
Henk
09a709f0dc Merge branch 'token-usage-textsize' into united 2022-08-12 01:46:33 +02:00
somebody
6ac970b1c0 Update author's template effect token usage live 2022-08-11 18:38:29 -05:00
somebody
c21c1e3dc0 Don't show token usage when max tokens is unknown 2022-08-11 18:22:06 -05:00
somebody
a28faa0cb2 Fix author's note token usage 2022-08-11 18:21:49 -05:00
henk717
e0229302cd Merge branch 'KoboldAI:main' into united 2022-08-12 01:06:47 +02:00
Henk
60d330144b Remove banned notebooks 2022-08-12 01:06:27 +02:00
henk717
4ed913ad4f Merge pull request #180 from ebolam/united
Fix for APIs and Custom Models not working in AI menu
2022-08-12 00:52:29 +02:00
vfbd
e879d1c5f3 Hide the warning about torch.distributed.reduce_op being deprecated 2022-08-11 18:42:56 -04:00
somebody
555ca5fd05 Add token usage indicator 2022-08-11 17:31:12 -05:00
vfbd
8c7ed92fef --no_ui for disabling the main GUI and Socket.IO server 2022-08-11 18:21:35 -04:00
ebolam
ca2c60d423 Fix for --nobreakmodel 2022-08-11 18:12:50 -04:00
ebolam
bddcd7ab7f Deeper disable of --nobreakmodel attempt 2022-08-11 17:47:19 -04:00
ebolam
01dcbce391 Deeper disable of breakmodel on --nobreakmodel 2022-08-11 17:46:56 -04:00
ebolam
8c796f0996 Disabling debug for socketio client 2022-08-11 17:21:26 -04:00
ebolam
c38b793425 Fix for mobile 2022-08-11 15:33:10 -04:00
vfbd
8fbca2db5a actionsubmit should not ignore vars.aibusy if vars.standalone is True 2022-08-11 15:27:07 -04:00
ebolam
45495d8792 Fix for --cpu on command line and MAYBE --nobreakmodel 2022-08-11 15:23:35 -04:00
vfbd
8b299525fd sendtoapi now automatically detects tokenizer 2022-08-11 14:57:13 -04:00
vfbd
d328c2c1de Add GET /model endpoint 2022-08-11 14:55:38 -04:00
vfbd
cd7ff2b141 Change behaviour of disable_input/output_formatting 2022-08-11 14:30:14 -04:00
vfbd
bd703cd36a Warn about disable_input_formatting and disable_output_formatting 2022-08-11 14:12:07 -04:00
vfbd
df111b944d Input formatting is now actually applied when generating with API 2022-08-11 14:11:17 -04:00
vfbd
c0c9d62cd7 Latest API version is now automatically calculated 2022-08-11 14:00:43 -04:00
vfbd
8482df0d8d Remove HTTP error 422 from specifications where it is never thrown 2022-08-11 13:56:00 -04:00
vfbd
78cc5da87f calcsubmitbudget no longer adds _koboldai_header to API requests 2022-08-11 13:37:09 -04:00
vfbd
43e318bdc2 Safer method of determining request URL in sendtoapi 2022-08-11 13:29:47 -04:00
ebolam
64664dc61e Fix for the AI menu to respect the --cpu command line flag 2022-08-11 10:40:32 -04:00
ebolam
9016e29c66 Fix for APIs and Custom Models not working in AI menu 2022-08-11 10:33:47 -04:00