CRS-Diff / local_adapter /config.json
BiliSakura's picture
Add files using upload-large-folder tool
b6acc0a verified
raw
history blame contribute delete
515 Bytes
{
"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"
}