Commit
·
f63f624
1
Parent(s):
9c71719
Upload StableDiffusionPipeline
Browse files
feature_extractor/preprocessor_config.json
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
{
|
2 |
-
"crop_size":
|
3 |
-
"height": 224,
|
4 |
-
"width": 224
|
5 |
-
},
|
6 |
"do_center_crop": true,
|
7 |
"do_convert_rgb": true,
|
8 |
"do_normalize": true,
|
@@ -22,8 +19,6 @@
|
|
22 |
],
|
23 |
"resample": 3,
|
24 |
"rescale_factor": 0.00392156862745098,
|
25 |
-
"size":
|
26 |
-
"shortest_edge": 224
|
27 |
-
},
|
28 |
"use_square_size": false
|
29 |
}
|
|
|
1 |
{
|
2 |
+
"crop_size": 30,
|
|
|
|
|
|
|
3 |
"do_center_crop": true,
|
4 |
"do_convert_rgb": true,
|
5 |
"do_normalize": true,
|
|
|
19 |
],
|
20 |
"resample": 3,
|
21 |
"rescale_factor": 0.00392156862745098,
|
22 |
+
"size": 30,
|
|
|
|
|
23 |
"use_square_size": false
|
24 |
}
|