SearchingMan commited on
Commit
7a81490
·
verified ·
1 Parent(s): 16094d0

Upload int8 from Drive bundle

Browse files
int8/manifest.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "precision": "mixed",
3
+ "quantization": "fp32 text encoder fallback + PT2E dynamic int8 UNet + fp32 VAE fallback",
4
+ "files": {
5
+ "text_encoder": "text_encoder.tflite",
6
+ "unet": "unet.tflite",
7
+ "vae_decoder": "vae_decoder.tflite"
8
+ },
9
+ "validation": {
10
+ "text_encoder": [
11
+ {
12
+ "index": 0,
13
+ "shape": [
14
+ 1,
15
+ 77,
16
+ 768
17
+ ],
18
+ "mae": 1.6520879171366687e-06,
19
+ "max_abs": 4.38690185546875e-05,
20
+ "allclose": true
21
+ }
22
+ ],
23
+ "unet": [
24
+ {
25
+ "index": 0,
26
+ "shape": [
27
+ 2,
28
+ 4,
29
+ 64,
30
+ 64
31
+ ],
32
+ "mae": 0.008432331494987011,
33
+ "max_abs": 0.03785288333892822,
34
+ "allclose": true
35
+ }
36
+ ],
37
+ "vae_decoder": [
38
+ {
39
+ "index": 0,
40
+ "shape": [
41
+ 1,
42
+ 3,
43
+ 512,
44
+ 512
45
+ ],
46
+ "mae": 9.525255677544919e-07,
47
+ "max_abs": 1.2986361980438232e-05,
48
+ "allclose": true
49
+ }
50
+ ]
51
+ }
52
+ }
int8/text_encoder.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d54210be973fadd9786d8291d752ad218cbc27816b1b3e10fe458bd421523af6
3
+ size 492646116
int8/unet.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f8ce046c3d21b0f5ae13d6b9d88b92c7624f5022e6bf17e3cf45c079217d9c
3
+ size 866433392
int8/vae_decoder.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f100aad3ba463067f072d4d3676b4c57fd4acb370d0466b16d31aace0a01697
3
+ size 198320988