deepgelbooru_onnx / preprocessor.json
narugo's picture
Syncing deepgelbooru ONNX model, on 2025-02-16 00:44:09 JST
8ba18b5 verified
raw
history blame
403 Bytes
{
"stages": [
{
"force_background": "white",
"type": "convert_rgb"
},
{
"antialias": true,
"interpolation": "bilinear",
"max_size": null,
"size": [
512,
512
],
"type": "resize"
},
{
"type": "to_tensor"
}
]
}