Commit Graph

256 Commits

Author SHA1 Message Date
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
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
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
e83182c03b Image Generation: Add tool message visibility toggle 2024-12-19 19:33:29 +02:00
dce63f52c0 Remove SD module worker 2024-12-06 20:21:01 +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
5992117904 Add GGUF models and denoise parameter for ComfyUI 2024-11-18 17:55:30 +11:00
77be125a99 NanoGPT: Add to image generation extension 2024-11-03 20:37:30 +02:00
f918b146e7 Merge branch 'staging' into webpack 2024-10-17 23:08:36 +03:00
a3693ccf6d Use deepMerge to combine payloads 2024-10-17 22:45:33 +03:00
ec4763b0c5 unvendor: Replace popperjs/core 2024-10-17 08:03:58 +00:00
2689025ec3 Update index.js to use ADetailer in Auto1111/Forge/Vlad
added events, listener, and function for ADetailer/aiFaceDetailer. Rewrote function generateAutoImage to allow for tacking on of alwayson_scripts (maybe redo for a textbox/json later for other Auto1111 extensions?)

paired with settings.html edits
2024-10-16 22:23:31 -04:00
93137e3e2a [chore] Fix lint errors 2024-10-13 14:02:53 +03:00
44e73fbf27 Merge pull request #2975 from akvadrako/together-ai-new-image-api
Support the non-deprecated Together.ai Create Image API
2024-10-11 20:29:31 +03:00
ed8e379e54 support new together.ai image generation api 2024-10-11 17:48:33 +02:00
fe33519422 Image Generation: Don't replace dots with commas 2024-10-11 15:32:45 +00:00