Syncing deepgelbooru ONNX model, on 2025-02-16 00:44:09 JST
Browse files- model.onnx +3 -0
- preprocessor.json +21 -0
- tags.csv +0 -0
model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83077cb6972daeb4210abfd8a9729fff02e0f60f8ebf2f83bc467a9cefd61afa
|
3 |
+
size 644798747
|
preprocessor.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"stages": [
|
3 |
+
{
|
4 |
+
"force_background": "white",
|
5 |
+
"type": "convert_rgb"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"antialias": true,
|
9 |
+
"interpolation": "bilinear",
|
10 |
+
"max_size": null,
|
11 |
+
"size": [
|
12 |
+
512,
|
13 |
+
512
|
14 |
+
],
|
15 |
+
"type": "resize"
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"type": "to_tensor"
|
19 |
+
}
|
20 |
+
]
|
21 |
+
}
|
tags.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|