Commit Graph

1728 Commits

Author SHA1 Message Date
23779fe565 Merge branch 'release' into staging 2025-01-08 21:20:50 +02:00
126e4fa698 Display additional images in expression list
- Update Expressions List to display additional images per expression
- Make additional images appear visually distinct
- Fix small issues with custom labels not always being shown
- Add tooltip on all expression images
- Modify /api/sprites/get endpoint to correctly parse the label from filenames that might be additional files
2025-01-08 01:20:25 +01:00
5ea8309a30 Change check from ! not to is == V2 2025-01-08 00:01:36 +00:00
de8ecc6903 Correct skipping RVC on AllTalk V1 Server
Silly bug that caused the extension when used with the legacy V1 AllTalk server, would cause it to skip downloading Narrator voices.

Literally changed "v2" to "v1" on line 391

No other changes.
2025-01-07 23:20:53 +00:00
d7b3a56c3d chore: await before returning 2025-01-07 20:07:41 +02:00
81841ca2a6 WebLLM: use current tokenizer if not available 2025-01-07 20:01:59 +02:00
989f5a8692 Image Gen: don't generate a new swipe seed if already using a random seed 2025-01-05 00:49:23 +02:00
77bee453ab Vectors: Add only custom boundary chunking 2025-01-03 20:44:25 +02:00
02900520c9 chore: Add index property to HashedMessage 2025-01-03 03:09:16 +02:00
eff4da42c5 Vector storage: skip for quiet prompts 2025-01-03 03:04:45 +02:00
2f5f9a437d Allow running generate interceptors on quiet prompts 2025-01-03 01:10:14 +02:00
d0e1c3287a NovelAI: Fix scheduler auto-assign 2025-01-02 22:58:06 +02:00
e0af5ff353 Default to undefined for no VAE selected 2024-12-31 00:13:26 +02:00
8447c7e637 Fix VAE for SD forge 2024-12-31 00:12:25 +02:00
f416b6cd54 Revert "Pass VAE name to SD forge"
This reverts commit 3a29756109.
2024-12-30 23:47:57 +02:00
3a29756109 Pass VAE name to SD forge 2024-12-30 01:12:37 +02:00
e1b6eab9eb Fix SD forge generation with hires 2024-12-30 00:09:37 +02:00
c3ad87cea1 ComfyUI: negate clip_skip placeholder value 2024-12-28 16:05:58 +02:00
149de7d257 Image Gen: make CFG step 0.1 2024-12-28 02:28:58 +02:00
59772bfd27 Merge pull request #3229 from Sevenyine/staging
Add new Google AI Studio model
2024-12-27 22:40:04 +02:00
a82c05a8ac Gemini thinking: Specify context size, system prompt and vision support 2024-12-27 22:39:26 +02:00
29acc2e2db Add Deepl endpoint selection
Fixes #3224
2024-12-27 13:02:06 +00:00
c42a7739d6 NovelAI: Fix backward compatibility with scheduler setting 2024-12-27 00:24:53 +02:00
b5eb2b5150 NovelAI: Limit maximum steps to 50 2024-12-26 22:51:58 +02:00
27f8768141 NovelAI: Make Euler Ancestral a default sampler 2024-12-26 22:44:15 +02:00
844d8bdee7 NovelAI: Disable SMEA/DYN for V4 2024-12-26 22:42:01 +02:00
f92f8f4a84 NovelAI: Remove deprecated SD models 2024-12-26 22:24:37 +02:00
4a4e02450c locales: update API key hint from Horde KoboldAI to AI Horde 2024-12-26 21:54:24 +02:00
7f2cf6f7e6 Add provider arg to /translate command 2024-12-25 23:31:37 +02:00
650853eabb Translation: Split Portuguese langs 2024-12-23 20:28:21 +02:00
352a8e9a61 Merge pull request #3215 from ceruleandeep/feature/uploadSprite
/uploadsprite slashcommand
2024-12-22 18:13:39 +02:00
0f93caa427 Fix type errors in command registration 2024-12-22 18:12:07 +02:00
e6107ad447 Add NAI Diffusion V4 2024-12-22 15:39:41 +02:00
c3a12cc1a2 feat: /uploadsprite slash command 2024-12-22 12:55:20 +11:00
7bb37f129d fix: move cache-busting to server side 2024-12-22 12:33:01 +11:00
713443d234 Fix ComfyUI generation for non-relative paths 2024-12-22 00:52:09 +02:00
5739efc59b Support ComfyUI hosted on relative URLs
Closes #3208
2024-12-21 21:25:02 +02:00
ba7e34c195 Image Generation: Use wrench symbol for function tool 2024-12-21 18:47:46 +02:00
f1bc217e79 Expressions: Add WebLLM extension classification 2024-12-21 01:14:50 +02:00
e83182c03b Image Generation: Add tool message visibility toggle 2024-12-19 19:33:29 +02:00
a6f37880e2 Merge pull request #3198 from ceruleandeep/i18n/generateImage
Fix i18n tags for Generate Image/Stop Image Generation, add translations
2024-12-17 07:55:08 +02:00
247a23bda9 Fix i18n for "Generate Caption" in wand menu 2024-12-16 20:51:29 +11:00
0ea4494dea Fix i18n tags for Generate Image/Stop Image Generation, add translations 2024-12-16 20:03:40 +11:00
9cab0618b6 Update: [caption/settings.html] Remove GAI version of gemini-pro-vision
Retained the OpenRouter version, as it is still available via Vertex.
2024-12-15 12:43:16 +09:00
a64c8ade9d Support Gemini 2.0 Flash-exp 2024-12-12 06:31:27 +09:00
c5b3ce0d5c Merge branch 'staging' into redesign-extension-manager 2024-12-09 22:12:50 +02:00
f98f83471a Update index.js
Changes for LLM API
- Avoid sending partial API requests when streaming.
- Avoid checking character length when using API as it can afford more characters.
2024-12-08 23:31:03 +01:00
c842c6f238 Merge branch 'staging' into redesign-extension-manager 2024-12-08 16:30:16 +02:00
1d3abf54a5 Move AllTalk event handlers setup up 2024-12-08 00:48:44 +02:00
abe51682c8 [wip] Add global extensions 2024-12-07 17:10:26 +02:00