File size: 515 Bytes
b6acc0a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "in_channels": 4,
  "model_channels": 320,
  "local_channels": 18,
  "inject_channels": [
    192,
    256,
    384,
    512
  ],
  "inject_layers": [
    1,
    4,
    7,
    10
  ],
  "num_res_blocks": 2,
  "attention_resolutions": [
    4,
    2,
    1
  ],
  "channel_mult": [
    1,
    2,
    4,
    4
  ],
  "use_checkpoint": true,
  "num_heads": 8,
  "use_spatial_transformer": true,
  "transformer_depth": 1,
  "context_dim": 768,
  "legacy": false,
  "_target": "crs_core.local_adapter.LocalAdapter"
}