Commit Graph

3326 Commits

Author SHA1 Message Date
ebolam
773d143c86 Preset Rework 2022-11-22 21:27:36 -05:00
ebolam
b0e845f996 Fix for presets not setting 2022-11-22 19:26:37 -05:00
somebody
1c7561295d Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-11-22 14:57:20 -06:00
ebolam
cff40ce8d1 Hide audio player when experimental is on 2022-11-22 11:52:35 -05:00
ebolam
ed38172871 First attempt at simple mode 2022-11-22 10:56:18 -05:00
ebolam
a3f4bef15b Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-11-22 09:02:01 -05:00
ebolam
61bb16f636 First framework for simplified UI/Advanced UI 2022-11-22 09:01:51 -05:00
somebody
e466f447ca Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-11-21 19:06:19 -06:00
henk717
04d9172fcd Merge pull request #180 from VE-FORBRYDERNE/patch
Only enable TPU transpose optimization if loading from HF model
2022-11-21 20:02:14 +01:00
vfbd
9a3f0eaab2 Only enable TPU transpose optimization if loading from HF model 2022-11-21 13:47:18 -05:00
henk717
f2077b8e58 Merge pull request #179 from henk717/united
1.19.2
1.19.2
2022-11-20 16:26:03 +01:00
Henk
2603f1fd5d Version bump 2022-11-20 16:22:33 +01:00
somebody
1c9b40a84c Fix error when searching for something that doesn't exist 2022-11-19 20:26:27 -06:00
ebolam
dd006c355b Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2 2022-11-19 19:04:20 -05:00
ebolam
a7747be519 More TTS stuff. Now generates OGG files (dependencies not included in requirements yet) 2022-11-19 19:04:15 -05:00
ebolam
308417da39 Fix for new chat mode UI 2022-11-19 18:12:57 -05:00
ebolam
25826c6169 World info Save Load Bug Fix 2022-11-19 14:22:41 -05:00
ebolam
8851b86687 Bug Fix 2022-11-18 20:11:12 -05:00
ebolam
17c4e89d1e Merge pull request #301 from one-some/ui2-chat2-again
New chat UI
2022-11-18 19:38:41 -05:00
somebody
ceaf4c0e4d Add default pfp file 2022-11-18 18:29:30 -06:00
somebody
0469836fb3 Small cleanup
Hide some debug messages and remove Bubbles option. Bubbles will likely
come in a later PR.
2022-11-18 18:28:13 -06:00
somebody
0f2f5d60c9 Change pfp as user types 2022-11-18 18:21:11 -06:00
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
Henk
3084552c05 Sampler Order Fix for Models 2022-11-14 17:15:39 +01:00
Henk
13dff68de8 Sampler Order Loading Fix 2022-11-14 16:59:53 +01: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