IS-Net-Anime / config.json
BritishWerewolf's picture
Add ONNX model (fp32).
905da59
raw
history blame
283 Bytes
{
"_name_or_path": "BritishWerewolf/IS-Net-Anime",
"model_type": "u2net",
"architectures": [
"U2NetModel"
],
"input_name": "img",
"input_shape": [1, 3, 1024, 1024],
"output_composite": "mask",
"output_names": [
"mask"
],
"output_shape": [1, 1024, 1024]
}