File size: 525 Bytes
f707a6d |
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 |
{
"_class_name": "Adapter",
"_diffusers_version": "0.15.0.dev0",
"block_mid_channels": [
80,
160,
320,
320
],
"block_out_channels": [
320,
640,
1280,
1280
],
"channels_in": 192,
"input_scale_factor": 8,
"kerenl_size": 3,
"num_res_blocks": 4,
"proj_kerenl_size": 1,
"res_block_skip": true,
"target_layers": [
"down_blocks.0.attentions.1",
"down_blocks.1.attentions.1",
"down_blocks.2.attentions.1",
"down_blocks.3.resnets.1"
],
"use_conv": false
}
|