Commit Graph

5633 Commits

Author SHA1 Message Date
18e6b8cd7c onelinefy 2023-11-20 12:56:52 +00:00
d24c74e34a update comfy generate to use saved workflows 2023-11-20 12:51:36 +00:00
777d105602 fix formatting 2023-11-20 12:40:27 +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
1dd1cd69ac fix all popups being large/wide after first one 2023-11-20 12:16:37 +00:00
6ddf8291e9 Merge pull request #1374 from ThisIsPIRI/help
Corrections to /help macros, /help format
2023-11-20 10:57:12 +02:00
dd8deab4e3 Update colab 2023-11-20 03:21:26 +02:00
af44a63265 Update colab 2023-11-20 03:15:47 +02:00
41db1464a2 Update colab 2023-11-20 03:12:24 +02:00
d87e44ff03 Corrections to /help macros, /help format 2023-11-20 08:51:37 +09:00
47a2734ad4 Merge pull request #1352 from chrisbennight/staging
update docker registry in compose file to github from dockerhub
2023-11-20 01:06:38 +02: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
a02446c4cc Cancel deletion mode on switching chats 2023-11-19 21:40:23 +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
9e3072f89b Explicitly add form-data to package.json 2023-11-19 21:05:58 +02:00
96b87641ca Add OpenAI Whisper API 2023-11-19 20:30:34 +02:00
9dd1e59421 move requests to comfy into ST server 2023-11-19 18:29:41 +00:00
1f58d8c335 Merge pull request #1373 from eltociear/patch-2
Update readme.md
2023-11-19 18:28:15 +02:00
de456fd097 #1372 Typical P unbreak 2023-11-19 18:27:33 +02:00
8de343295d #1372 Typical P unbreak 2023-11-19 18:26:57 +02:00
80161bf138 Update readme.md
minor fix
2023-11-20 01:18:50 +09: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
c3e5d0f6f2 Adjust scroll height on image inserting 2023-11-19 14:32:36 +02:00
fdccab3069 add ComfyUI 2023-11-19 12:18:48 +00:00
81cb43004b Fix zoomed character avatar validation 2023-11-19 02:16:30 +02:00
57165cbe48 Fix invalid SerpApi secret id 2023-11-19 01:41:39 +02:00
211722d67b Bump package version 2023-11-19 01:34:24 +02: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
b6936584fe Extend chat comps response limit 2023-11-18 23:39:59 +02:00
3f5728d67a Fix TTS not playing if the last message was generated quietly 2023-11-18 23:37:11 +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
73660c7bef Merge pull request #1364 from LenAnderson/staging 2023-11-18 14:16:10 +02:00
e520a50de2 add autorun command line argument 2023-11-18 00:09:42 +00: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
5f8c615981 Server: Fix model info logs
Don't use a formatted string.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-11-17 15:01:13 -05:00
f7ed574d04 Tabby: Decouple combined conditionals
Done by request.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-11-17 14:51:44 -05: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