BritishWerewolf commited on
Commit
99b14ab
·
1 Parent(s): b23acc9

Set default model to fp32.

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -4,6 +4,9 @@
4
  "architectures": [
5
  "U2NetModel"
6
  ],
 
 
 
7
  "input_name": "img",
8
  "input_shape": [1, 3, 1024, 1024],
9
  "output_composite": "mask",
 
4
  "architectures": [
5
  "U2NetModel"
6
  ],
7
+ "transformers.js_config": {
8
+ "dtype": "fp32"
9
+ },
10
  "input_name": "img",
11
  "input_shape": [1, 3, 1024, 1024],
12
  "output_composite": "mask",