Add token probability visualizer

This commit is contained in:
somebody
2022-08-04 13:49:37 -05:00
parent bd13a41eb7
commit f6d046fe1b
5 changed files with 211 additions and 16 deletions

View File

@ -263,6 +263,17 @@ gensettingstf = [
"default": 0,
"tooltip": "Shows outputs to you as they are made. Does not work with more than one gens per action."
},
{
"uitype": "toggle",
"unit": "bool",
"label": "Show Token Probabilities",
"id": "setshowprobs",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "Shows token selection probabilities. Does not work with more than one gens per action."
},
]
gensettingsik =[{