From ad9599c2fce79a532eee9549e4dd97ea89d77d99 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Fri, 30 Jun 2023 02:19:46 +0900 Subject: [PATCH] WI selector style tweak + new KAI preset option --- .../KoboldAI Settings/RecoveredRuins.settings | 22 +++++++++++++++++++ public/style.css | 7 ++++-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 public/KoboldAI Settings/RecoveredRuins.settings diff --git a/public/KoboldAI Settings/RecoveredRuins.settings b/public/KoboldAI Settings/RecoveredRuins.settings new file mode 100644 index 000000000..67731c819 --- /dev/null +++ b/public/KoboldAI Settings/RecoveredRuins.settings @@ -0,0 +1,22 @@ +{ + "max_length": 2048, + "temp": 1, + "genamt": 100, + "top_k": 0, + "top_p": 0.95, + "top_a": 0, + "typical": 1, + "tfs": 1, + "rep_pen": 1.1, + "rep_pen_range": 2048, + "rep_pen_slope": 0, + "sampler_order": [ + 6, + 0, + 1, + 2, + 3, + 4, + 5 + ] +} \ No newline at end of file diff --git a/public/style.css b/public/style.css index 1ca17a69c..33d3819a6 100644 --- a/public/style.css +++ b/public/style.css @@ -4834,6 +4834,9 @@ body.waifuMode .zoomed_avatar { .select2-container .select2-selection--multiple .select2-selection__choice__remove { padding: revert; + border-right: 1px solid var(--white30a); + font-size: 1.1em; + } .select2-container .select2-selection--multiple .select2-selection__choice__display { @@ -4888,7 +4891,7 @@ body.waifuMode .zoomed_avatar { box-sizing: border-box; color: var(--SmartThemeBodyColor); background-color: var(--black30a); - border-color: var(--white50a); + border-color: var(--white30a); font-size: calc(var(--mainFontSize) - 5%); text-shadow: none !important; } @@ -4941,4 +4944,4 @@ body.waifuMode .zoomed_avatar { background-color: var(--SmartThemeBlurTintColor); text-align: center; line-height: 14px; -} +} \ No newline at end of file