55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
[
|
|
{
|
|
"target":"smile",
|
|
"min_score":0.5,
|
|
"token": ["lottalewds_v0", "1.2"],
|
|
"type":"lora"
|
|
},
|
|
{
|
|
"target":"smile",
|
|
"min_score":0.5,
|
|
"token": ["anyahehface", "score*1.2"],
|
|
"type":"normal"
|
|
},
|
|
{
|
|
"target":"smile",
|
|
"min_score":0.5,
|
|
"token": ["wicked smug", "score*1.2"],
|
|
"type":"normal"
|
|
},
|
|
{
|
|
"target":"smile",
|
|
"min_score":0.5,
|
|
"token": ["half closed eyes", "0.2 + score*0.3"],
|
|
"type":"normal"
|
|
},
|
|
|
|
|
|
|
|
{
|
|
"target":"test_token",
|
|
"min_score":0.8,
|
|
"token": ["lora_name_A", "0.5"],
|
|
"type":"lora"
|
|
},
|
|
{
|
|
"target":"test_token",
|
|
"min_score":0.5,
|
|
"token": ["bbbb", "score - 0.1"],
|
|
"type":"normal"
|
|
},
|
|
{
|
|
"target":"test_token2",
|
|
"min_score":0.8,
|
|
"token": ["hypernet_name_A", "score"],
|
|
"type":"hypernet"
|
|
},
|
|
{
|
|
"target":"test_token3",
|
|
"min_score":0.0,
|
|
"token": ["dddd", "score"],
|
|
"type":"normal"
|
|
}
|
|
]
|
|
|