File size: 2,812 Bytes
75889ad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
canny:
     process: CannyDetector
     input:
     -    attr: Slider
          args:
               label: low_threshold
               minimum: 1
               maximum: 255
               value: 100
               step: 1
     -    attr: Slider
          args:
               label: high_threshold
               minimum: 1
               maximum: 255
               value: 200
               step: 1
hed:
     process: HedDetector
     input: []
mlsd:
     process: MLSDProcessor
     input:
     -    attr: Slider
          args:
               label: value_threshold
               minimum: 0.01
               maximum: 2.0
               value: 0.1
               step: 0.01
     -    attr: Slider
          args:
               label: distance_threshold
               minimum: 0.01
               maximum: 20.0
               value: 0.1
               step: 0.01
midas:
     process: MidasProcessor
     input:
     -    attr: Slider
          args:
               label: alpha
               minimum: 0.1
               maximum: 20
               value: 6.2
               step: 0.01
openpose:
     process: OpenposeDetector
     input:
     -    attr: Checkbox
          args:
               label: detect hand
               value: false
uniformer:
     process: UniformerDetector
     input: []
lineArt:
     process: LineArtDetector
     input: []
lineArtAnime:
     process: LineArtAnimeDetector
     input: []
mangaLine:
     process: MangaLineExtration
normalBae:
     process: NormalBaeDetector
leres:
     process: LeresPix2Pix
     input:
     -    attr: Slider
          args:
               label: thr_a
               minimum: 0
               maximum: 250
               value: 100
               step: 1
     -    attr: Slider
          args:
               label: thr_b
               minimum: 0
               maximum: 250
               value: 200
               step: 1
     -    attr: Checkbox
          args:
               label: boost
               value: false
meidaPipe:
     process: MediaPipeFace
     input:
     -    attr: Slider
          args:
               label: max_faces
               minimum: 1
               maximum: 100
               value: 1
               step: 1
     -    attr: Slider
          args:
               label: min_confidence
               minimum: 0
               maximum: 1
               value: 0.5
               step: 0.1
pidinet:
     process: PidInet
     input:
     -    attr: Checkbox
          args:
               label: is_safe
               value: false
     -    attr: Checkbox
          args:
               label: apply_fliter
               value: false
shuffle:
     process: Image2MaskShuffleDetector
     input: []
zoe:
     process: ZoeDetector
     input: []
oneformer:
     process: OneformerDetector
     input: []