Commit Graph

2801 Commits

Author SHA1 Message Date
ebolam
7b31190b93 Bug Fix for Scrolling 2022-10-04 20:21:23 -04:00
ebolam
ea377fda7a Bug Fix 2022-10-04 20:10:53 -04:00
ebolam
8829d36109 Better sentence splitting 2022-10-04 19:54:15 -04:00
ebolam
280b67e511 Fix for prompt not showing up
Fix for sentence splitting eating new lines.
2022-10-04 19:18:30 -04:00
ebolam
68969b72c5 Fix for error messages that aren't lists 2022-10-04 15:41:41 -04:00
henk717
9f18811ff9 Merge pull request #226 from VE-FORBRYDERNE/api-settings
Allow changing and reading sampler seed and sampler order from API
2022-10-04 20:30:25 +02:00
henk717
6af0e842f2 Switch to official
Switch to the official branch on KoboldAI now that it is compatible
2022-10-04 17:42:18 +02:00
henk717
cf3aebbd8f Merge pull request #161 from henk717/united
Release 1.19
1.19.0
2022-10-04 15:57:47 +02:00
somebody
7746a43c96 Attention bias experiment 2022-10-03 21:30:17 -05:00
ebolam
bc49577974 Bug Fix 2022-10-03 15:29:35 -04:00
ebolam
b9c1ef7bfc Remove debug 2022-10-03 15:05:48 -04:00
ebolam
78fb4ba1e4 V1 story load streaming 2022-10-03 15:01:46 -04:00
ebolam
52298cb847 Better blur 2022-10-03 14:22:36 -04:00
ebolam
31760a19e1 Initial infinite scroll version 2022-10-03 14:21:01 -04:00
vfbd
bdfa6d86b7 Seed has to be a 64-bit unsigned int or PyTorch will throw an error
tpu_mtj_backend's seed can be an integer of arbitrary size but we will
limit it to a 64-bit unsigned integer anyways for consistency.
2022-10-02 17:50:32 -04:00
vfbd
dd1c25241d Allow sampler seed and full determinism to be read/written in /config 2022-10-02 17:43:54 -04:00
vfbd
1a59a4acea Allow changing sampler seed and sampler order from API 2022-10-02 16:25:51 -04:00
ebolam
5b68c2d64d Optimization 2022-10-01 16:12:59 -04:00
ebolam
928ec5c411 Fix for world info tokenization bug 2022-10-01 16:06:55 -04:00
ebolam
51c8653df2 JS fix 2022-10-01 15:58:58 -04:00
ebolam
dc3506e87b Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-10-01 14:12:44 -04:00
ebolam
d041da4ec6 Fix for new story bug 2022-10-01 14:12:32 -04:00
henk717
7bd3125f5a Merge branch 'KoboldAI:main' into united 2022-10-01 16:59:46 +02:00
henk717
2f45b93119 GPU updates 2022-10-01 16:58:16 +02:00
henk717
e1606afc0d GPU Descriptions 2022-10-01 15:43:45 +02:00
henk717
8313df8817 Localtunnel Default 2022-10-01 15:42:54 +02:00
ebolam
c7a9059f56 Merge pull request #185 from LightSaveUs/UI2
Fix the tweak again
2022-09-30 22:16:13 -04:00
LightSaveUs
1017acdc5b Update hide-max-length.css 2022-10-01 04:43:07 +03:00
ebolam
b3e6153a63 Merge pull request #184 from one-some/UI2
Title in title, sync event, defer & cleanup, context menu fixed
2022-09-30 20:51:32 -04:00
somebody
88f2319cd2 Merge branch 'UI2' of https://github.com/one-some/KoboldAI into UI2 2022-09-30 19:37:14 -05:00
somebody
7ae656f206 Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-09-30 19:35:58 -05:00
somebody
b9169e5991 Don't open custom context menu when ctrl is held 2022-09-30 19:32:19 -05:00
one-some
224fca914d Merge branch 'UI2' into UI2 2022-09-30 19:28:21 -05:00
ebolam
7db4f61127 Animation fix 2022-09-30 20:19:58 -04:00
somebody
48d1399cad Bug fix for WI jump 2022-09-30 19:17:00 -05:00
ebolam
f17c1ac9a4 Menu Spacing Fix 2022-09-30 20:11:26 -04:00
somebody
eea2bc8462 Update for $el 2022-09-30 18:35:37 -05:00
ebolam
9f16776641 Typo fix 2022-09-30 19:15:02 -04:00
ebolam
de16f7f49b Minor reliability update 2022-09-30 18:56:31 -04:00
somebody
041d665bc5 Spruced up the title a bit, now includes story title 2022-09-30 17:55:20 -05:00
ebolam
c231e9e612 Fix for new story/load story not clearing all of the old story's actions 2022-09-30 18:51:43 -04:00
ebolam
4d2bd20345 Fix for tweak 2022-09-30 17:00:29 -04:00
ebolam
f3b55fdfed Fix for V1 story loads 2022-09-30 16:32:37 -04:00
ebolam
b8765874bb Undo last commit. Was not the issue 2022-09-30 15:31:03 -04:00
ebolam
6da22fe4f9 All scrolls disabled other than the main one to troubleshoot speed issues 2022-09-30 15:25:05 -04:00
ebolam
2f35264153 Added flask-compress to speed up initial page load time
Added check for tokenizer not being loaded early enough and crashing javascript (not needed until user interaction)
Removed unneeded CSS and JS files from web page load
2022-09-30 15:20:34 -04:00
ebolam
e2241b34ed Debug 2022-09-30 14:11:44 -04:00
ebolam
bf58542ca5 Fix for story loading from V1 only pulling in first action
Added accessibility labels for better support with screen readers.
2022-09-30 14:05:28 -04:00
henk717
9abad8bee9 Merge pull request #225 from scythe000/united
Update aiserver.py - typo fix
2022-09-30 19:30:46 +02:00
scythe000
a482ec16d8 Update aiserver.py - typo fix
Changed 'beakmodel' to 'breakmodel' in the example comment.
2022-09-30 10:29:32 -07:00