models / pixai-tagger-v0.9-onnx /preprocess.json
DiffusionWave's picture
Upload 9 files
6798560 verified
raw
history blame contribute delete
557 Bytes
{
"stages": [
{
"antialias": null,
"interpolation": "bilinear",
"max_size": null,
"size": [
448,
448
],
"type": "resize"
},
{
"type": "to_tensor"
},
{
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"type": "normalize"
}
]
}