ISNet-general-use / config.json
shunk031's picture
Upload model
16b0e01 verified
raw
history blame contribute delete
270 Bytes
{
"architectures": [
"ISNetModel"
],
"auto_map": {
"AutoConfig": "configuration_isnet.ISNetConfig",
"AutoModel": "modeling_isnet.ISNetModel"
},
"in_channels": 3,
"out_channels": 1,
"torch_dtype": "float32",
"transformers_version": "4.43.1"
}