File size: 1,104 Bytes
306918c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
    {
        "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"
    }
]