Commit Graph

3124 Commits

Author SHA1 Message Date
58b33240a2 Add initialization of audio module key in extension settings. 2023-08-21 23:33:31 +02:00
25daa61e83 Audio module proper extension code. Dedicated Audio extension scripts. Simple UI to adjust bgm/ambient. Load bgm per character from character folder and switch audio dynamically w.r.t. expression. Ambient sound updated when background change. 2023-08-21 23:33:30 +02:00
8590de7229 Redesigned RVC UI for easier use and intelligibility 2023-08-21 23:33:30 +02:00
51fdff5ea3 Prototype of dynamic background music using expression extension 2023-08-21 23:33:30 +02:00
c39e4ce274 Prototype of RVC+classification pipeline 2023-08-21 23:33:30 +02:00
75db476f76 Update default settings 2023-08-22 00:24:29 +03:00
c6ce06b339 Put "### Input:" back into Roleplay system prompt 2023-08-21 23:24:24 +02:00
e228a9d6fc Merge pull request #993 from StefanDanielSchwarz/Instruct-Mode-improvements
Instruct Mode improvements
2023-08-22 00:15:59 +03:00
8a74af440e Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging 2023-08-22 06:06:52 +09:00
c24dd5b3cd unify 'rename X' icons 2023-08-22 06:06:50 +09:00
f5624d4392 Add ability to disable auto-summarization 2023-08-21 23:56:22 +03:00
07d7eb733d Fix raw prompts display in prompt itemizer 2023-08-21 23:50:38 +03:00
9df4c51b07 Instruct Mode improvements 2023-08-21 22:32:58 +02:00
cf796af950 Fix 500 error on fetching an empty folder 2023-08-21 23:06:27 +03:00
a928b588c4 Merge branch 'SillyTavern:staging' into staging 2023-08-21 21:05:34 +02:00
6123ee4fd7 Cleanup audio module debug messages 2023-08-21 21:04:22 +02:00
e199d3e5b5 #991 Increase Horde waiting timeout 2023-08-21 21:13:22 +03:00
069a07a139 Add pagination for WI entries #964 2023-08-21 21:10:11 +03:00
6566efe103 Add more ambient 2023-08-21 19:22:25 +02:00
fb0122cb60 Updated default audio extension parameters 2023-08-21 19:11:12 +02:00
189895bd01 Just added uploading via drag/drop 2023-08-21 12:16:10 -04:00
b204432e4f updated default ST bgm 2023-08-21 17:35:20 +02:00
c7d9eb39f5 Remove img filter, move file loader to utils 2023-08-21 11:21:32 -04:00
4a30875030 #964 Move WI token counting func into module scope 2023-08-21 18:16:40 +03:00
9867b86c9a cleaning up audio module 2023-08-21 16:58:37 +02:00
2a2ab00b55 Rearrange context formatting blocks 2023-08-21 17:10:42 +03:00
05d719107f Move total token counter. Tighten the UI 2023-08-21 17:00:28 +03:00
b545bbd8a6 Merge branch 'SillyTavern:staging' into staging 2023-08-21 15:41:34 +02:00
3f973d7bad Moved path of defaulf bgm/ambient sounds 2023-08-21 15:33:16 +02:00
c735bf546a Add token counters for individual fields. Optimize total counter display 2023-08-21 15:32:27 +03:00
1da5ea5280 #988 Experimental fix for 11labs 2023-08-21 14:40:38 +03:00
f9573eb45d Slight increase default font size 2023-08-21 12:29:14 +03:00
7177fec50c Refactor 2023-08-21 00:55:28 -04:00
3f04a5bfa0 Merge branch 'staging' of https://github.com/city-unit/SillyTavern into feature/exorcism 2023-08-21 00:47:35 -04:00
82adc4c780 Merge branch 'feature/exorcism' of https://github.com/city-unit/SillyTavern into feature/exorcism 2023-08-21 00:46:47 -04:00
18e6d3ad17 A gallery viewer, powered by nanogallery2. 2023-08-21 00:46:25 -04:00
0d7d68d9dc Err the actual lib 2023-08-21 00:44:55 -04:00
bbc476b839 Add gallery libs (can move to libs) 2023-08-21 00:44:18 -04:00
ba8997beea Emit an event if nothing happens so we can use other things here. 2023-08-21 00:43:41 -04:00
e31c87c471 Add a way to see images in an image folder safely. 2023-08-21 00:43:04 -04:00
173cb6358b Merge branch 'SillyTavern:staging' into staging 2023-08-21 05:36:47 +02:00
3ccac0580f - Audio
- refactored dynamic bgm to handle solo and group chat
        - added bgm cooldown variable, user can custom in the ui
2023-08-21 05:16:56 +02:00
60faaf1831 CFG: NAI fixes
NAI does CFG differently, so add special cases for them. Also gate
CFG access to only work on textgenwebui since that's where it's
implemented.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-08-20 19:58:17 -04:00
84fb5b8ffd Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging 2023-08-21 08:09:14 +09:00
2f363ef025 change main font size to 14px 2023-08-21 08:09:00 +09:00
4ea9e481a8 Merge branch 'staging' into staging 2023-08-21 01:51:12 +03:00
3fbc9cd100 Add instruct to gitignore 2023-08-21 01:39:53 +03:00
724e789509 Don't auto-enable instruct mode on regex match 2023-08-21 01:28:58 +03:00
897ad28477 Apply preset manager for instruct presets 2023-08-21 00:56:53 +03:00
ad2be21531 Generate: Fix appends on continue
Continue was in a semi-working state. However, the generated prompt
by continue was a mess and didn't remove essential parts such as
character name and prompt bias. This caused duplication and bad
generations.

Now, append the prompt bias after the CFG has been appended and then
clean up the continued cache before adding it to the final prompt.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-08-20 17:36:35 -04:00