Full Determinism now working

This commit is contained in:
ebolam
2022-11-18 15:42:32 -05:00
parent 4b54b97080
commit 8f3120f1b8

View File

@@ -705,6 +705,22 @@ gensettingstf = [
"menu_path": "Settings", "menu_path": "Settings",
"sub_path": "Other", "sub_path": "Other",
"classname": "system", "classname": "system",
"name": "full_determinism"
},
{
"UI_V2_Only": True,
"uitype": "toggle",
"unit": "bool",
"label": "Use AI Seed",
"id": "seed_specified",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "If enabled a specfic seed will be used for the random generator on text generation",
"menu_path": "Settings",
"sub_path": "Other",
"classname": "system",
"name": "seed_specified" "name": "seed_specified"
}, },
{ {