File size: 310 Bytes
46ff99b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##############################
# clip vision & text encoder #
##############################

clip:
  symbol: clip
  args: {}

clip_frozen:
  super_cfg: clip
  type: clip_frozen
  args: {}

clip_text:
  super_cfg: clip
  type: clip_text
  args: {}

clip_vision:
  super_cfg: clip
  type: clip_vision
  args: {}