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 12b9f6c1a..bce59bc89 100644 --- a/public/style.css +++ b/public/style.css @@ -4868,6 +4868,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 { @@ -4922,7 +4925,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; } @@ -4975,4 +4978,4 @@ body.waifuMode .zoomed_avatar { background-color: var(--SmartThemeBlurTintColor); text-align: center; line-height: 14px; -} +} \ No newline at end of file