File size: 627 Bytes
8a5492d 0d42fed 8a5492d |
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 |
{
"etas_end": 0.99,
"flow_kwargs": {
"pretrained_path": null
},
"flow_model": "raft",
"kappa": 2.0,
"min_noise_level": 0.04,
"p": 0.3,
"synthesis_kwargs": {
"channels": [
128,
256,
384,
512
],
"dropout": 0.0,
"expansion_rate": 1.5,
"grid_attn": true,
"heads": 1,
"in_channels": 3,
"num_conv_blocks": 1,
"temb_channels": 512,
"window_attn": true,
"window_size": 8
},
"timesteps": 20,
"warping_kwargs": {
"channels": [
128,
256,
384,
512
],
"in_channels": 3
}
} |