Upload workspace/ComfyUI/models/nsfw_detector/vit-base-nsfw-detector/preprocessor_config.json with huggingface_hub
Browse files
workspace/ComfyUI/models/nsfw_detector/vit-base-nsfw-detector/preprocessor_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_resize": true,
|
| 4 |
+
"image_mean": [0.5, 0.5, 0.5],
|
| 5 |
+
"image_processor_type": "ViTImageProcessor",
|
| 6 |
+
"image_std": [0.5, 0.5, 0.5],
|
| 7 |
+
"size": {
|
| 8 |
+
"height": 384,
|
| 9 |
+
"width": 384
|
| 10 |
+
}
|
| 11 |
+
}
|