Commit Graph

3290 Commits

Author SHA1 Message Date
somebody
950838253d Order fix and focus fix for wi thing
We previously had action ids as strings, and sorting them had unexpected
behavior (1, 10, 2)
2022-11-18 18:20:15 -06:00
somebody
c2e94dffb8 Order fix 2022-11-18 18:02:57 -06:00
somebody
bf0fe09e66 Times and such 2022-11-18 18:02:45 -06:00
somebody
731d75680b Small bugfixes for seamlessly changing between modes 2022-11-18 16:26:37 -06:00
somebody
cec9d3d429 Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into ui2-chat2-again 2022-11-18 16:08:41 -06:00
ebolam
8f3120f1b8 Full Determinism now working 2022-11-18 15:42:32 -05:00
ebolam
4b54b97080 Fixed double space removal to also remove double spaces that span actions 2022-11-18 09:50:14 -05:00
ebolam
8aecb5116d Fix for WI duplication when loading a save file (https://github.com/ebolam/KoboldAI/issues/295) 2022-11-18 09:36:16 -05:00
ebolam
f09408a092 Potential fix for https://github.com/ebolam/KoboldAI/issues/295 2022-11-18 09:27:01 -05:00
ebolam
0e1a235e3a Dynamic World Info Scanner Fix 2022-11-17 20:48:28 -05:00
ebolam
3e0b281b60 Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-11-17 19:06:40 -05:00
ebolam
6b7c498f41 Fix for extra space after prompt 2022-11-17 19:06:33 -05:00
ebolam
ad633c7614 Merge pull request #299 from Viningr/UI2
New configuration options for image gen/ Fixed prompt and param sending to SD API
2022-11-15 12:02:22 -05:00
Viningr
5787e7030a Merge pull request #3 from Viningr/master
Master
2022-11-15 18:49:10 +10:00
Robert Vining
0eef307172 Updated text2img_api and UI_2_generate_image
- Refactored new configuration vars to be used directly instead of making copies in the function.
- Rewrote post assembly for text2img_api so that it passes values correctly.

Signed-off-by: viningr
2022-11-15 18:47:19 +10:00
Robert Vining
d0529957f6 Merge branch 'UI2' of https://github.com/Viningr/KoboldAI 2022-11-15 18:39:08 +10:00
Robert Vining
edf04bfb06 Updated image generation functions with extra configurable settings for:
koboldai_vars.img_gen_art_guide
koboldai_vars.img_gen_negative_prompt (local SD API only until Horde supports passing negative prompts.)
koboldai_vars.img_gen_steps
koboldai_vars.img_gen_cfg_scale
Added toggle for the image_generating flag to allow resetting it in the case of interruption without needing to restart KoboldAI.
- Found error in payload format for SD api post request and resolved by consolidating prompt and settings values into single object.
- Refactored new variables to be accessed directly in functions instead of copying to local vars.
- New variables are now working correctly with SD api requests. Need testing with horde and local.

Signed-off-by: viningr
2022-11-15 18:37:04 +10:00
Viningr
d0c7dd423d Merge pull request #2 from Viningr/master
Updated image generation functions with extra configurable settings for:
2022-11-15 16:47:45 +10:00
Robert Vining
100a889eda Updated image generation functions with extra configurable settings for:
koboldai_vars.img_gen_art_guide
koboldai_vars.img_gen_negative_prompt (local SD API only until Horde supports passing negative prompts.)
koboldai_vars.img_gen_steps
koboldai_vars.img_gen_cfg_scale
Added toggle for the image_generating flag to allow resetting it in the case of interruption without needing to restart KoboldAI.


Signed-off-by: viningr
2022-11-15 16:44:21 +10:00
ebolam
7ab86a80ff Remove penalty alpha from default preset settings 2022-11-14 19:37:51 -05:00
ebolam
7daf9b2e84 Merge pull request #297 from one-some/ui2-contrastive-search
Revert "Basic Contrastive Search support"
2022-11-14 19:23:33 -05:00
somebody
36cee7768c Revert "Basic Contrastive Search support"
This reverts commit 0f52281af5.
2022-11-14 18:01:16 -06:00
ebolam
a523aa93e2 Added default settings for presets so when we add new features we can turn them off without having to redo presets 2022-11-14 17:33:42 -05:00
somebody
bcecac1a42 Start on action timestamp 2022-11-13 16:44:16 -06:00
somebody
529f463393 More chat fixes 2022-11-13 15:20:12 -06:00
somebody
5f6a80a349 Add newline to last thing if it didnt exist on chatv2 2022-11-13 14:44:04 -06:00
somebody
6999c53fce Chat bugfixes 2022-11-13 12:35:16 -06:00
somebody
c937b0a67e Fix and improve error handler
I thought it was already fixed? Guess not!
2022-11-13 11:44:24 -06:00
somebody
3ee737dda6 Link pictures and WI pictures 2022-11-12 21:34:33 -06:00
somebody
61fd06d0c7 Fix loading for type 2022-11-12 21:33:31 -06:00
somebody
d7110840ef Don't loop 2022-11-12 17:08:13 -06:00
somebody
d54c7891ed Stop spamming the console with 404s 2022-11-12 16:51:22 -06:00
somebody
ad7fa36c2f Combine constant with types in wi 2022-11-12 16:47:23 -06:00
somebody
0d3f0a9788 Upload fixes 2022-11-12 15:03:36 -06:00
somebody
2acdbfb2e7 Remove debug for images 2022-11-12 13:43:21 -06:00
somebody
4a27ad20e4 WI Images 2022-11-12 13:37:21 -06:00
ebolam
f3380d1a8b Initial Model Load Fix 2022-11-11 19:19:42 -05:00
ebolam
7ad904bcc5 Offline Downloader Fix 2022-11-11 18:52:29 -05:00
ebolam
d70ed69dae Fixed new sampler showing in Original UI
Initial skeleton for tts (experimental feature)
2022-11-11 18:36:48 -05:00
ebolam
a018abe785 Tooltip Sliding Bug Fix 2022-11-11 09:51:08 -05:00
ebolam
675c0c2832 Update for Basic Constrastive Search to not show when using TPUs as it doesn't work there yet. 2022-11-11 09:42:47 -05:00
ebolam
812bd4d80b Tooltip sliding fix attempt 2022-11-11 09:35:14 -05:00
ebolam
1ab9823d67 Update for conda requirements for Contrastive Search support 2022-11-11 09:25:15 -05:00
ebolam
125064feca Merge pull request #293 from one-some/ui2-contrastive-search
Basic Contrastive Search support for GPUs
2022-11-11 09:24:04 -05:00
ebolam
499ec8121e Docker Fix 2022-11-11 09:20:47 -05:00
ebolam
67321974fe docker fix 2022-11-10 20:48:31 -05:00
ebolam
f824fa2990 Docker Fix 2022-11-10 20:37:58 -05:00
ebolam
d34f9f7c70 Max docker helper executable 2022-11-10 20:33:55 -05:00
ebolam
b5a55c4f95 Docker Fix 2022-11-10 20:31:36 -05:00
ebolam
2af3ab3867 Docker Fix 2022-11-10 20:26:20 -05:00