8d608bcd72
Add gallery folder and sort order controls ( #3605 )
...
* Add gallery folder and sort order controls
Closes #3601
* Refactor sort constants to use Object.freeze for immutability
* Add comment
* Remove excessive null propagation
* Update type hint for gallery.folders
* Use defaultSettings.sort as a fallback
* Throw in groups
* Handle rename/deletion events
* Merge init functions
* Fix multiple gallery file uplods
* Add min-height for gallery element
* Fix gallery endpoint not parsing body
* translatable toasts
* Pass folder path in request body
* Change restore pictogram
* Add title to gallery thumbnail images
* Allow optional folder parameter in image list endpoint and handle deprecated usage warning
* Add validation for folder parameter in image list endpoint
* Add border to gallery sort selection
* Remove override if default folder is set to input
* Use server-side path sanitation
* Sanitize gallery folder input before updating
---------
Co-authored-by: Wolfsblvt <wolfsblvt@gmail.com >
2025-03-04 23:16:56 +02: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
8a750c6341
Restore chosen AllTalk version on load
2025-03-01 01:33:39 +02:00
e91387c60b
Fix rate and pitch for system tts
...
Closes #2545
2025-02-28 22:18:53 +02:00
b6af55134a
Refactor context change checks during chat summarization
2025-02-28 12:54:52 +00:00
1aae08be5b
Fix char A/N and expressions folder for first in the list
2025-02-28 09:12:22 +00:00
5555b3e7db
Use character name for gallery URL
2025-02-28 10:49:15 +02:00
76e45abfc6
Fix SD prefixes for first in the list
2025-02-28 10:38:42 +02:00
50e49cd67b
Fix gallery for first in the list
2025-02-28 10:36:26 +02:00
5c146bdd67
Add gpt-4.5 to caption extension list
2025-02-27 23:31:46 +02:00
c855cd2bf0
Bonus: add o1 to captioning list
2025-02-24 21:13:42 +02:00
82b74628c6
Sonnet 3.7
2025-02-24 21:06:12 +02:00
296037d1c8
Remove redundant styles
2025-02-24 00:57:00 +02:00
7a54b0cad7
Assorted summary improvements
2025-02-23 21:40:15 +02:00
3cf4be8e85
Remove unused import
2025-02-22 20:12:19 +02:00
f2cac8e7f7
Revert "Return fallback expression if no group message found"
2025-02-22 20:02:34 +02:00
d21b0f1b5e
Add default fallback expression
2025-02-22 13:45:54 +02:00
db988411fd
Return fallback expression if no group message found
2025-02-22 13:40:43 +02:00
afbe21b6b4
Make sendExpressionCall exportable
...
- For compatibility with existing extensions
2025-02-22 01:44:42 +01:00
a7d7b6fb0f
Fix group VN updates on switching to chat
2025-02-21 22:05:08 +02:00
cb6adc30ce
Fix null confrimation when no custom expressions
2025-02-21 02:05:43 +02:00
bdbcf8623e
Fix force set emote in group
2025-02-21 01:46:10 +02:00
e35217e7e3
Fix image loading resolve
2025-02-21 01:32:13 +02:00
aca1cb7f99
Fix first reorder of group VN with reduced motion
2025-02-21 01:19:19 +02:00
07160e0e60
Fix group VN mode not updating on kicking group members
2025-02-21 01:01:30 +02:00
179153ae67
Fix group VN mode with reduced motion
2025-02-21 00:51:17 +02:00
94f53835f4
Forbid custom expressions to be prefixed with defaults
2025-02-21 00:29:05 +02:00
3574527780
fade "reroll if same" if no multi sprites enabled
2025-02-20 19:28:54 +01:00
2834681a4b
Fix sprite upload replace existing
...
- Also fix form not resetting on cancel of replace popup
2025-02-20 19:25:20 +01:00
19e2a2f7d2
safety check on upload on sprite name
2025-02-20 19:05:20 +01:00
a58e026a40
Don't show del popup on placeholder sprite
2025-02-20 19:02:29 +01:00
a40f568409
Fix sprite deletion 'no' option
2025-02-20 18:51:44 +01:00
135bf8a55b
Add progress toast for sprite ZIP upload
2025-02-20 00:12:40 +02:00
bd6da695c8
cleanup examples for multi sprites
2025-02-19 22:30:51 +01:00
531999dc04
Ensure unique suggested sprite names
2025-02-19 22:12:29 +01:00
58bbfc0d4e
Add types for global translation function
2025-02-19 22:18:09 +02:00
c12f26441e
Merge branch 'staging' into support-multiple-expressions
2025-02-19 20:22:02 +01:00
1a4bcbb794
Remove input length restrictions from OpenAI compatible TTS
...
Closes #3505
2025-02-18 10:34:15 +02:00
36a3a7d615
Merge pull request #3486 from Yokayo/staging
...
Update ru-ru translation
2025-02-17 20:45:40 +02:00
058c86f3c1
Vectors: Don't use headers for source-specific fields in requests
2025-02-16 23:59:00 +02:00
a434d217cc
Fix input prompt title for creating a new Quick Reply Set
2025-02-16 16:25:08 +02:00
890d10d811
Work on tl
2025-02-16 18:43:57 +07: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
34d17a4fcb
Migrate QR editor preferences to accountStorage
2025-02-12 11:29:27 +02:00
d5bdf1cb90
Add settings.json-backed KV string storage
...
Fixes #3461 , #3443
2025-02-11 20:17:48 +02:00