Commit Graph

286 Commits

Author SHA1 Message Date
0c4c86ef06 Add xAI for image generation extension 2025-04-11 20:32:06 +03:00
2a31f6af2d Remove Block Entropy references
Block Entropy shut down their service at the end of 2024.
2025-03-28 00:47:30 +09:00
20cdcc37fc Fix fixable lints 2025-03-19 20:00:33 +02:00
92dacdb386 better type name, simplified context 2025-03-13 02:27:03 +03:00
ddb77732f2 New context methods, added type parameters to message events 2025-03-12 21:25:16 +03:00
590ad6235b Merge pull request #3586 from DAurielS/novelai-image-update
Added support for NovelAI Diffusion V4 Full via API to Image Generation extension.
2025-03-02 01:05:35 +02:00
3a2d29b5cb Responding to PR change reviews 2025-03-01 17:21:11 -04:00
8271bf36c7 Updated the processReply method to NOT remove pipe | or hash # characters when the selected model is nai-diffusion-v4 curated or full. 2025-03-01 02:06:26 -04:00
d788c2fbb5 Added support for NovelAI Diffusion V4 Full via API to Image Generation extension. 2025-03-01 01:30:42 -04:00
76e45abfc6 Fix SD prefixes for first in the list 2025-02-28 10:38:42 +02:00
76becb43ae Pass through errors coming from FAL to the user 2025-02-13 21:43:08 +01:00
b033b98532 Address issues raised in PR 2025-02-13 21:09:13 +01:00
6e0ed8552f Add support for FAL.AI as image gen provider 2025-02-13 19:34:34 +01:00
f83dccda39 Mark 'Extras' option as deprecated in built-in extensions 2025-02-08 21:56:54 +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
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
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
e6107ad447 Add NAI Diffusion V4 2024-12-22 15:39:41 +02: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
e83182c03b Image Generation: Add tool message visibility toggle 2024-12-19 19:33:29 +02:00
0ea4494dea Fix i18n tags for Generate Image/Stop Image Generation, add translations 2024-12-16 20:03:40 +11:00
3ed095bb0e Merge pull request #3154 from SillyTavern/optimize-past-swipes
Optimize past swipes
2024-12-06 21:31:19 +02:00
dce63f52c0 Remove SD module worker 2024-12-06 20:21:01 +02:00
63f9f33e20 calc() is not needed 2024-12-05 18:50:20 +02:00
3d8f8d90c3 Update stable-diffusion/style.css
#sd_dropdown backdrop-filter fix
2024-12-05 03:23:11 +02:00
70c45fb001 Merge branch 'staging' into fix/connRefusedErrMsg 2024-11-24 01:41:15 +02:00
fc84e61d94 Simplify regex 2024-11-24 01:34:06 +02:00
d281749d63 SD: Change onChatChanged to async 2024-11-23 18:16:04 +02:00
bc6c598796 Await event emission 2024-11-23 17:58:02 +02:00
c39db9f3f0 Linting 2024-11-23 16:05:07 +11:00
ce3fb2e941 Only remove whole word arts/dets in SD interactive prompts
When matching FACE assume that the determiner has been removed

Test cases:
- send a photo of yourself
- send a pic of your car
- send a photo of your selfie
- draw a picture of antelopes
- render an image of Thebes
- send a drawing of Skeletor's face
2024-11-23 16:01:12 +11:00
8de551fc94 Return 502 with error description when connection to remote CC API fails
If chat-completions/generate returns an error, throw the error message

Reformat display of exceptions during SD prompt text generation
2024-11-22 11:55:27 +11:00
0383ea52e9 Linting and commenting
Linting and commenting

Linting and commenting

Linting and commenting

Linting and commenting
2024-11-22 11:55:27 +11:00
67869364a5 ImageGen: add BFL API for image generation 2024-11-19 00:30:28 +02:00
8927de45dd Convert data URL to plain base64-encoded image data 2024-11-18 18:30:31 +11:00