mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
This commit is contained in:
22
public/KoboldAI Settings/RecoveredRuins.settings
Normal file
22
public/KoboldAI Settings/RecoveredRuins.settings
Normal file
@ -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
|
||||||
|
]
|
||||||
|
}
|
@ -4868,6 +4868,9 @@ body.waifuMode .zoomed_avatar {
|
|||||||
|
|
||||||
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
|
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
|
||||||
padding: revert;
|
padding: revert;
|
||||||
|
border-right: 1px solid var(--white30a);
|
||||||
|
font-size: 1.1em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container .select2-selection--multiple .select2-selection__choice__display {
|
.select2-container .select2-selection--multiple .select2-selection__choice__display {
|
||||||
@ -4922,7 +4925,7 @@ body.waifuMode .zoomed_avatar {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: var(--SmartThemeBodyColor);
|
color: var(--SmartThemeBodyColor);
|
||||||
background-color: var(--black30a);
|
background-color: var(--black30a);
|
||||||
border-color: var(--white50a);
|
border-color: var(--white30a);
|
||||||
font-size: calc(var(--mainFontSize) - 5%);
|
font-size: calc(var(--mainFontSize) - 5%);
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
@ -4975,4 +4978,4 @@ body.waifuMode .zoomed_avatar {
|
|||||||
background-color: var(--SmartThemeBlurTintColor);
|
background-color: var(--SmartThemeBlurTintColor);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
}
|
}
|
Reference in New Issue
Block a user