Commit Graph

1368 Commits

Author SHA1 Message Date
4b78ddbc8a First steps in slash command piping 2023-11-22 00:39:17 +02:00
1b4d955aec Add swipe id validation for /delswipe 2023-11-21 23:33:20 +02:00
284bd76589 Add /delswipe command 2023-11-21 23:28:11 +02:00
2dc8f8f2f7 Add 5 group control commands 2023-11-21 22:35:59 +02:00
5f77b2f816 Add Claude 2.1 2023-11-21 20:07:37 +02:00
1891a03b11 Merge pull request #1383 from daswer123/staging
Add support for the new TTS - XTTSv2
2023-11-21 16:26:45 +02:00
73e081dd99 Don't use global state to build Chat Completion prompts 2023-11-21 14:38:15 +02:00
bcad0d4e51 add XTTS 2023-11-21 13:16:56 +03:00
01b629bd49 New syntax for sendas command 2023-11-21 02:54:04 +02:00
52d9855916 Code lint 2023-11-21 02:00:50 +02:00
91429ce516 Merge pull request #1378 from LenAnderson/more-comfy-merge
Add more ComfyUI options
2023-11-21 01:55:00 +02:00
ddbdceba64 Add sampler order for koboldcpp under text completions 2023-11-21 01:47:57 +02:00
1ebfddf07e Use mistral and yi tokenizers for custom token bans 2023-11-21 01:04:27 +02:00
9b75e49b54 Add support for Yi tokenizer 2023-11-21 00:21:58 +02:00
1c725879d8 add func for loading dropdown opts for settings 2023-11-20 22:00:40 +00:00
4222b2aa21 Add enable/disable group member commands 2023-11-20 23:49:04 +02:00
3d4442ab25 make api routes kebab 2023-11-20 18:27:50 +00:00
6a511fdfcf Secrets: Add find endpoint
Requires the user to set allowKeysExposure to true before any calls
can work.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-11-20 12:05:54 -05:00
46cc04c798 add default comfy workflow 2023-11-20 15:59:38 +00:00
d24c74e34a update comfy generate to use saved workflows 2023-11-20 12:51:36 +00:00
06ececc1a5 add managing multiple comfy workflows 2023-11-20 12:39:06 +00:00
5e5c111d25 add VAE selection 2023-11-20 12:34:37 +00:00
d5b9dd34b7 remove unused comfy method 2023-11-20 12:29:47 +00:00
d87e44ff03 Corrections to /help macros, /help format 2023-11-20 08:51:37 +09:00
48034eb6c9 More info for mancer models 2023-11-19 23:01:39 +02:00
ac07c8324d Configurable chat truncation amount 2023-11-19 21:57:54 +02:00
a39ee32f93 Horde fire and forget delete request 2023-11-19 21:30:08 +02:00
9dcc23825a [chore] Reformat 2023-11-19 21:17:02 +02:00
5e6fcd28b2 Merge pull request #1371 from LenAnderson/staging
Add ComfyUI to the Stable Diffusion extension
2023-11-19 21:14:42 +02:00
9dd1e59421 move requests to comfy into ST server 2023-11-19 18:29:41 +00:00
8de343295d #1372 Typical P unbreak 2023-11-19 18:26:57 +02:00
96caddfd71 Add koboldcpp as Text Completion source 2023-11-19 17:14:53 +02:00
1dc1b926c4 Fix TTS issues with streaming 2023-11-19 16:56:12 +02:00
b0b19edf31 Add multimodal captioning for SD prompt generation 2023-11-19 15:24:43 +02:00
fdccab3069 add ComfyUI 2023-11-19 12:18:48 +00:00
685bb9742e Fix update button icons 2023-11-19 01:33:54 +02:00
53c3fc16c1 Assorted SD fixes 2023-11-19 00:40:21 +02:00
ddeb42ba55 Close modal send form menus when clicking on button again + fix caption UI labels 2023-11-18 21:17:53 +02:00
4999fbd97c Check for API key in multimodal captions 2023-11-18 20:58:04 +02:00
7045d242e8 Add ability to attach files and images to messages 2023-11-18 19:24:55 +02:00
6f9be2eee9 Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging 2023-11-17 23:19:25 +02:00
0608c0afac Add OpenRouter and Llava to captioning plugin. 2023-11-17 23:19:21 +02:00
b28ebf46b6 Merge pull request #1361 from bdashore3/staging
Add support for TabbyAPI
2023-11-17 22:02:34 +02:00
a8c819e293 Minor spelling mistake 2023-11-17 19:32:34 +02:00
4cfa267b1b API Tokenizer: Add support for TabbyAPI
Use Tabby's /v1/token endpoints.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-11-17 01:48:03 -05:00
f31b996cb5 Text Generation: Add TabbyAPI support
TabbyAPI is an exllamav2 only API server that aims to provide a simple
experience for loading and chatting with exl2 models.

SillyTavern currently doesn't have the ability to load and unload models,
so only add the OAI compatible completion endpoints.

The repository can be found here:
https://github.com/theroyallab/tabbyAPI

Signed-off-by: kingbri <bdashore3@proton.me>
2023-11-17 00:37:39 -05:00
323b338cdd Add images to quiet prompts if inlining enabled 2023-11-17 01:30:32 +02:00
f4630f9808 Add lastMessage macro. Substitute params in CFG negative prompts 2023-11-16 16:58:49 +02:00
d114ebf6fa Add default role for Message class if not set. 2023-11-16 16:20:33 +02:00
e753246373 Add NAI Diffusion 3 model 2023-11-16 02:15:28 +02:00