Cohee
bb8b8f9386
Fix sending PNG/WEBP to Google captioning
2023-12-14 20:36:31 +02:00
Cohee
0302686a96
Return from Generate if calling circuit breaker
2023-12-11 19:07:33 +02:00
Cohee
e96fb0c1b5
Fix group wrapper not resolving to a valid text
2023-12-11 19:00:42 +02:00
valadaptive
9d4990d25d
Rename sd-next/upscalers to sd/next/upscalers
2023-12-04 10:22:47 -05:00
Cohee
64a3564892
lint: Comma dangle
2023-12-02 22:06:57 +02:00
Cohee
c63cd87cc0
lint: Require semicolons
2023-12-02 21:11:06 +02:00
valadaptive
a37f874e38
Require single quotes
2023-12-02 13:04:51 -05:00
valadaptive
518bb58d5a
Enable no-unused-vars lint
...
This is the big one. Probably needs thorough review to make sure I
didn't accidentally remove any setInterval or fetch calls.
2023-12-02 12:11:19 -05:00
valadaptive
0a27275772
Enable no-extra-semi lint
2023-12-02 10:32:26 -05:00
Cohee
252af836f0
#1418 Remove prefix from SD raw_last
2023-11-30 01:22:31 +02:00
Cohee
84811ec518
Fix image gen prefix combining
2023-11-27 16:10:42 +02:00
Cohee
e587f208be
Add resolution match on load
2023-11-26 18:19:37 +02:00
deffcolony
aaeaa643e3
resolution presets for image generation extension ( #1394 )
...
+ New drawer with resolution presets at image generation extension
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2023-11-26 17:55:49 +02:00
Cohee
52d9855916
Code lint
2023-11-21 02:00:50 +02:00
LenAnderson
1c725879d8
add func for loading dropdown opts for settings
2023-11-20 22:00:40 +00:00
LenAnderson
3d4442ab25
make api routes kebab
2023-11-20 18:27:50 +00:00
LenAnderson
46cc04c798
add default comfy workflow
2023-11-20 15:59:38 +00:00
LenAnderson
d24c74e34a
update comfy generate to use saved workflows
2023-11-20 12:51:36 +00:00
LenAnderson
06ececc1a5
add managing multiple comfy workflows
2023-11-20 12:39:06 +00:00
LenAnderson
5e5c111d25
add VAE selection
2023-11-20 12:34:37 +00:00
LenAnderson
d5b9dd34b7
remove unused comfy method
2023-11-20 12:29:47 +00:00
Cohee
9dcc23825a
[chore] Reformat
2023-11-19 21:17:02 +02:00
Cohee
5e6fcd28b2
Merge pull request #1371 from LenAnderson/staging
...
Add ComfyUI to the Stable Diffusion extension
2023-11-19 21:14:42 +02:00
LenAnderson
9dd1e59421
move requests to comfy into ST server
2023-11-19 18:29:41 +00:00
Cohee
b0b19edf31
Add multimodal captioning for SD prompt generation
2023-11-19 15:24:43 +02:00
LenAnderson
fdccab3069
add ComfyUI
2023-11-19 12:18:48 +00:00
Cohee
53c3fc16c1
Assorted SD fixes
2023-11-19 00:40:21 +02:00
Cohee
e753246373
Add NAI Diffusion 3 model
2023-11-16 02:15:28 +02:00
Cohee
35c5d4e528
SD interactive mode fixes
2023-11-12 02:35:37 +02:00
Cohee
8f812d6a19
Add more aliases to image slash command
2023-11-08 12:08:13 +02:00
Cohee
b3ced2c4c5
Rename SD extension to "Image Generation"
2023-11-08 10:57:37 +02:00
Cohee
1896732f17
Add DALL-E to OpenAI plugin
2023-11-06 21:47:00 +02:00
Cohee
6067b2f913
Add autocomplete for slash commands
2023-11-04 01:21:20 +02:00
Cohee
e8f4653a25
Add interactive mode for SD plugin
2023-11-01 22:58:59 +02:00
Cohee
a0706fcfc8
Add loader UI component
2023-10-31 22:16:33 +02:00
Cohee
b4a401805f
Add explainer for SD prompt expansion
2023-10-25 21:49:32 +03:00
Cohee
3995238d77
Adjust Anlas guard for NAI Opus
2023-10-23 10:41:39 +03:00
Cohee
f9ae7ea949
Add NAI Diffusion v2 model
2023-10-23 01:06:49 +03:00
Cohee
81921bcd77
Saveable SD prefix/negatives
2023-10-22 00:10:48 +03:00
Cohee
5012237eb3
Display generated bg in the bg block. Add ability to copy chat bg to system list.
2023-10-21 17:43:25 +03:00
Cohee
0b0b125bca
Don't double-expand prompts if reusing
2023-10-20 15:43:55 +03:00
Cohee
c4e6b565a5
Add SD prompt expansion
2023-10-20 15:03:26 +03:00
Cohee
4f80085fa3
Add sanitation of Stable Horde prompts
2023-10-08 22:29:33 +03:00
Cohee
1dd6fa4b6a
Add Sd.next source
2023-10-07 18:30:06 +03:00
city-unit
0033090a93
Idle Response / Continuous Generation ( #1132 )
...
* Initial idle stuff
* Much closer, can now quietly send as user to get a char response.
* Tweaks
* Better, reset the count of getting a message back, don't send while prompt is waiting.
* Allow selecting who is being prompted
* Comments and cleaup
* Remove char name for the moment (needs something here probably)
* Add random time period and "Always add character's name to prompt" respect
* Tooltips
* Load/unload listeners
* Reduce log spam
* Add inline prompt inclusion
* Add full loud prompting
* Comments
* Fix instruct newline (I think)
* Don't reset count on continue
* add quietToLoud for script.js
* add quietToLoud for slashcommands.js
* Keep instruct directives
* Removed some logging, don't do the Novel formatting if Q2L
* Logspam begone.
* Removed a bit more logging
* Add alignment style
* Reformat files. Add comments
* Reorder extensions
* Fix repeat logic to prompt once then only repeat the number specified
* Make repeat count more clear
---------
Co-authored-by: RossAscends <124905043+RossAscends@users.noreply.github.com>
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2023-09-17 22:00:10 +03:00
Cohee
6dd09858d4
Don't remove names from the past chat. Fix non-streaming auto-continue.
...
We took fair criticism from the NovelAI dev.
2023-09-15 23:32:01 +03:00
Cohee
09fc42a787
Lock extensions display order in top and context menus
2023-09-13 01:40:01 +03:00
Cohee
66ec17620f
Move Horde and SD endpoints into separate files
2023-09-12 20:45:36 +03:00
Cohee
ded1e3a859
Add NAI Diffusion upscaling. Add Anlas guard and view Anlas button
2023-09-04 18:00:15 +03:00
Cohee
c110ebe02b
Fix chat bg gens not saving. Remove module worker pattern and global function from chat bg plugin
2023-09-04 12:18:37 +03:00