wkutak commited on
Commit
652c78b
·
verified ·
1 Parent(s): 81da615

FP8 checkpoint for Cosmos3-Super-Image2Video-4Step

Browse files

Replaces the transformer weights and required weight indexes/configuration in place. Removes obsolete BF16 transformer shards. Leaves the model card, tokenizers, processors, and all other repository files unchanged.

Files changed (42) hide show
  1. hf_quant_config.json +185 -0
  2. model.safetensors.index.json +0 -0
  3. transformer/config.json +185 -0
  4. transformer/{diffusion_pytorch_model-00001-of-00027.safetensors → diffusion_pytorch_model-00001-of-00014.safetensors} +2 -2
  5. transformer/{diffusion_pytorch_model-00002-of-00027.safetensors → diffusion_pytorch_model-00002-of-00014.safetensors} +2 -2
  6. transformer/{diffusion_pytorch_model-00003-of-00027.safetensors → diffusion_pytorch_model-00003-of-00014.safetensors} +2 -2
  7. transformer/{diffusion_pytorch_model-00004-of-00027.safetensors → diffusion_pytorch_model-00004-of-00014.safetensors} +2 -2
  8. transformer/diffusion_pytorch_model-00005-of-00014.safetensors +3 -0
  9. transformer/diffusion_pytorch_model-00005-of-00027.safetensors +0 -3
  10. transformer/diffusion_pytorch_model-00006-of-00014.safetensors +3 -0
  11. transformer/diffusion_pytorch_model-00006-of-00027.safetensors +0 -3
  12. transformer/diffusion_pytorch_model-00007-of-00014.safetensors +3 -0
  13. transformer/diffusion_pytorch_model-00007-of-00027.safetensors +0 -3
  14. transformer/diffusion_pytorch_model-00008-of-00014.safetensors +3 -0
  15. transformer/diffusion_pytorch_model-00008-of-00027.safetensors +0 -3
  16. transformer/diffusion_pytorch_model-00009-of-00014.safetensors +3 -0
  17. transformer/diffusion_pytorch_model-00009-of-00027.safetensors +0 -3
  18. transformer/diffusion_pytorch_model-00010-of-00014.safetensors +3 -0
  19. transformer/diffusion_pytorch_model-00010-of-00027.safetensors +0 -3
  20. transformer/diffusion_pytorch_model-00011-of-00014.safetensors +3 -0
  21. transformer/diffusion_pytorch_model-00011-of-00027.safetensors +0 -3
  22. transformer/diffusion_pytorch_model-00012-of-00014.safetensors +3 -0
  23. transformer/diffusion_pytorch_model-00012-of-00027.safetensors +0 -3
  24. transformer/diffusion_pytorch_model-00013-of-00014.safetensors +3 -0
  25. transformer/diffusion_pytorch_model-00013-of-00027.safetensors +0 -3
  26. transformer/diffusion_pytorch_model-00014-of-00014.safetensors +3 -0
  27. transformer/diffusion_pytorch_model-00014-of-00027.safetensors +0 -3
  28. transformer/diffusion_pytorch_model-00015-of-00027.safetensors +0 -3
  29. transformer/diffusion_pytorch_model-00016-of-00027.safetensors +0 -3
  30. transformer/diffusion_pytorch_model-00017-of-00027.safetensors +0 -3
  31. transformer/diffusion_pytorch_model-00018-of-00027.safetensors +0 -3
  32. transformer/diffusion_pytorch_model-00019-of-00027.safetensors +0 -3
  33. transformer/diffusion_pytorch_model-00020-of-00027.safetensors +0 -3
  34. transformer/diffusion_pytorch_model-00021-of-00027.safetensors +0 -3
  35. transformer/diffusion_pytorch_model-00022-of-00027.safetensors +0 -3
  36. transformer/diffusion_pytorch_model-00023-of-00027.safetensors +0 -3
  37. transformer/diffusion_pytorch_model-00024-of-00027.safetensors +0 -3
  38. transformer/diffusion_pytorch_model-00025-of-00027.safetensors +0 -3
  39. transformer/diffusion_pytorch_model-00026-of-00027.safetensors +0 -3
  40. transformer/diffusion_pytorch_model-00027-of-00027.safetensors +0 -3
  41. transformer/diffusion_pytorch_model.safetensors.index.json +0 -0
  42. transformer/modelopt_state.pth +3 -0
hf_quant_config.json ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "block_quantize": null,
3
+ "calib_cfg": {
4
+ "method": "max"
5
+ },
6
+ "channel_quantize": null,
7
+ "disable_conv_quantization": false,
8
+ "forward_loop": null,
9
+ "modelopt_config": {
10
+ "algorithm": "max",
11
+ "quant_cfg": [
12
+ {
13
+ "enable": false,
14
+ "quantizer_name": "*"
15
+ },
16
+ {
17
+ "cfg": {
18
+ "axis": null,
19
+ "fake_quant": false,
20
+ "num_bits": [
21
+ 4,
22
+ 3
23
+ ]
24
+ },
25
+ "quantizer_name": "*weight_quantizer"
26
+ },
27
+ {
28
+ "cfg": {
29
+ "axis": null,
30
+ "num_bits": [
31
+ 4,
32
+ 3
33
+ ]
34
+ },
35
+ "quantizer_name": "*input_quantizer"
36
+ },
37
+ {
38
+ "enable": false,
39
+ "parent_class": "nn.BatchNorm1d",
40
+ "quantizer_name": "*"
41
+ },
42
+ {
43
+ "enable": false,
44
+ "parent_class": "nn.BatchNorm2d",
45
+ "quantizer_name": "*"
46
+ },
47
+ {
48
+ "enable": false,
49
+ "parent_class": "nn.BatchNorm3d",
50
+ "quantizer_name": "*"
51
+ },
52
+ {
53
+ "enable": false,
54
+ "parent_class": "nn.LeakyReLU",
55
+ "quantizer_name": "*"
56
+ },
57
+ {
58
+ "enable": false,
59
+ "quantizer_name": "*lm_head*"
60
+ },
61
+ {
62
+ "enable": false,
63
+ "quantizer_name": "*proj_out.*"
64
+ },
65
+ {
66
+ "enable": false,
67
+ "quantizer_name": "*block_sparse_moe.gate*"
68
+ },
69
+ {
70
+ "enable": false,
71
+ "quantizer_name": "*router*"
72
+ },
73
+ {
74
+ "enable": false,
75
+ "quantizer_name": "*mlp.gate.*"
76
+ },
77
+ {
78
+ "enable": false,
79
+ "quantizer_name": "*mlp.shared_expert_gate.*"
80
+ },
81
+ {
82
+ "enable": false,
83
+ "quantizer_name": "*linear_attn.conv1d*"
84
+ },
85
+ {
86
+ "enable": false,
87
+ "quantizer_name": "*mixer.conv1d*"
88
+ },
89
+ {
90
+ "enable": false,
91
+ "quantizer_name": "*output_layer*"
92
+ },
93
+ {
94
+ "enable": false,
95
+ "quantizer_name": "output.*"
96
+ },
97
+ {
98
+ "enable": false,
99
+ "quantizer_name": "*proj_in*"
100
+ },
101
+ {
102
+ "enable": false,
103
+ "quantizer_name": "*proj_out*"
104
+ },
105
+ {
106
+ "enable": false,
107
+ "quantizer_name": "*time_embedder*"
108
+ },
109
+ {
110
+ "enable": false,
111
+ "quantizer_name": "*audio_proj_in*"
112
+ },
113
+ {
114
+ "enable": false,
115
+ "quantizer_name": "*audio_proj_out*"
116
+ },
117
+ {
118
+ "enable": false,
119
+ "quantizer_name": "*action_proj_in*"
120
+ },
121
+ {
122
+ "enable": false,
123
+ "quantizer_name": "*action_proj_out*"
124
+ },
125
+ {
126
+ "enable": false,
127
+ "quantizer_name": "*lm_head*"
128
+ },
129
+ {
130
+ "enable": false,
131
+ "quantizer_name": "*visual*"
132
+ }
133
+ ]
134
+ },
135
+ "modules_to_not_convert": [
136
+ "proj_in",
137
+ "proj_out",
138
+ "time_embedder",
139
+ "audio_proj_in",
140
+ "audio_proj_out",
141
+ "action_proj_in",
142
+ "action_proj_out",
143
+ "lm_head",
144
+ "visual"
145
+ ],
146
+ "quant_method": "modelopt",
147
+ "quant_type": "FP8_FP8",
148
+ "scale_block_quantize": null,
149
+ "scale_channel_quantize": null,
150
+ "weight_only": false,
151
+ "config_groups": {
152
+ "group_0": {
153
+ "input_activations": {
154
+ "dynamic": false,
155
+ "num_bits": 8,
156
+ "type": "float"
157
+ },
158
+ "weights": {
159
+ "dynamic": false,
160
+ "num_bits": 8,
161
+ "type": "float"
162
+ },
163
+ "targets": [
164
+ "Linear"
165
+ ]
166
+ }
167
+ },
168
+ "quant_algo": "FP8",
169
+ "ignore": [
170
+ "proj_in",
171
+ "proj_out",
172
+ "time_embedder*",
173
+ "audio_proj_in",
174
+ "audio_proj_out",
175
+ "action_proj_in",
176
+ "action_proj_out",
177
+ "lm_head",
178
+ "model.visual*",
179
+ "visual*"
180
+ ],
181
+ "producer": {
182
+ "name": "modelopt",
183
+ "version": "0.44.0"
184
+ }
185
+ }
model.safetensors.index.json CHANGED
The diff for this file is too large to render. See raw diff
 
transformer/config.json CHANGED
@@ -17,6 +17,191 @@
17
  "num_hidden_layers": 64,
18
  "num_key_value_heads": 8,
19
  "patch_latent_dim": 192,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  "rms_norm_eps": 1e-06,
21
  "rope_axes_dim": [
22
  24,
 
17
  "num_hidden_layers": 64,
18
  "num_key_value_heads": 8,
19
  "patch_latent_dim": 192,
20
+ "quantization_config": {
21
+ "block_quantize": null,
22
+ "calib_cfg": {
23
+ "method": "max"
24
+ },
25
+ "channel_quantize": null,
26
+ "disable_conv_quantization": false,
27
+ "forward_loop": null,
28
+ "modelopt_config": {
29
+ "algorithm": "max",
30
+ "quant_cfg": [
31
+ {
32
+ "enable": false,
33
+ "quantizer_name": "*"
34
+ },
35
+ {
36
+ "cfg": {
37
+ "axis": null,
38
+ "fake_quant": false,
39
+ "num_bits": [
40
+ 4,
41
+ 3
42
+ ]
43
+ },
44
+ "quantizer_name": "*weight_quantizer"
45
+ },
46
+ {
47
+ "cfg": {
48
+ "axis": null,
49
+ "num_bits": [
50
+ 4,
51
+ 3
52
+ ]
53
+ },
54
+ "quantizer_name": "*input_quantizer"
55
+ },
56
+ {
57
+ "enable": false,
58
+ "parent_class": "nn.BatchNorm1d",
59
+ "quantizer_name": "*"
60
+ },
61
+ {
62
+ "enable": false,
63
+ "parent_class": "nn.BatchNorm2d",
64
+ "quantizer_name": "*"
65
+ },
66
+ {
67
+ "enable": false,
68
+ "parent_class": "nn.BatchNorm3d",
69
+ "quantizer_name": "*"
70
+ },
71
+ {
72
+ "enable": false,
73
+ "parent_class": "nn.LeakyReLU",
74
+ "quantizer_name": "*"
75
+ },
76
+ {
77
+ "enable": false,
78
+ "quantizer_name": "*lm_head*"
79
+ },
80
+ {
81
+ "enable": false,
82
+ "quantizer_name": "*proj_out.*"
83
+ },
84
+ {
85
+ "enable": false,
86
+ "quantizer_name": "*block_sparse_moe.gate*"
87
+ },
88
+ {
89
+ "enable": false,
90
+ "quantizer_name": "*router*"
91
+ },
92
+ {
93
+ "enable": false,
94
+ "quantizer_name": "*mlp.gate.*"
95
+ },
96
+ {
97
+ "enable": false,
98
+ "quantizer_name": "*mlp.shared_expert_gate.*"
99
+ },
100
+ {
101
+ "enable": false,
102
+ "quantizer_name": "*linear_attn.conv1d*"
103
+ },
104
+ {
105
+ "enable": false,
106
+ "quantizer_name": "*mixer.conv1d*"
107
+ },
108
+ {
109
+ "enable": false,
110
+ "quantizer_name": "*output_layer*"
111
+ },
112
+ {
113
+ "enable": false,
114
+ "quantizer_name": "output.*"
115
+ },
116
+ {
117
+ "enable": false,
118
+ "quantizer_name": "*proj_in*"
119
+ },
120
+ {
121
+ "enable": false,
122
+ "quantizer_name": "*proj_out*"
123
+ },
124
+ {
125
+ "enable": false,
126
+ "quantizer_name": "*time_embedder*"
127
+ },
128
+ {
129
+ "enable": false,
130
+ "quantizer_name": "*audio_proj_in*"
131
+ },
132
+ {
133
+ "enable": false,
134
+ "quantizer_name": "*audio_proj_out*"
135
+ },
136
+ {
137
+ "enable": false,
138
+ "quantizer_name": "*action_proj_in*"
139
+ },
140
+ {
141
+ "enable": false,
142
+ "quantizer_name": "*action_proj_out*"
143
+ },
144
+ {
145
+ "enable": false,
146
+ "quantizer_name": "*lm_head*"
147
+ },
148
+ {
149
+ "enable": false,
150
+ "quantizer_name": "*visual*"
151
+ }
152
+ ]
153
+ },
154
+ "modules_to_not_convert": [
155
+ "proj_in",
156
+ "proj_out",
157
+ "time_embedder",
158
+ "audio_proj_in",
159
+ "audio_proj_out",
160
+ "action_proj_in",
161
+ "action_proj_out",
162
+ "lm_head",
163
+ "visual"
164
+ ],
165
+ "quant_method": "modelopt",
166
+ "quant_type": "FP8_FP8",
167
+ "scale_block_quantize": null,
168
+ "scale_channel_quantize": null,
169
+ "weight_only": false,
170
+ "config_groups": {
171
+ "group_0": {
172
+ "input_activations": {
173
+ "dynamic": false,
174
+ "num_bits": 8,
175
+ "type": "float"
176
+ },
177
+ "weights": {
178
+ "dynamic": false,
179
+ "num_bits": 8,
180
+ "type": "float"
181
+ },
182
+ "targets": [
183
+ "Linear"
184
+ ]
185
+ }
186
+ },
187
+ "quant_algo": "FP8",
188
+ "ignore": [
189
+ "proj_in",
190
+ "proj_out",
191
+ "time_embedder*",
192
+ "audio_proj_in",
193
+ "audio_proj_out",
194
+ "action_proj_in",
195
+ "action_proj_out",
196
+ "lm_head",
197
+ "model.visual*",
198
+ "visual*"
199
+ ],
200
+ "producer": {
201
+ "name": "modelopt",
202
+ "version": "0.44.0"
203
+ }
204
+ },
205
  "rms_norm_eps": 1e-06,
206
  "rope_axes_dim": [
207
  24,
transformer/{diffusion_pytorch_model-00001-of-00027.safetensors → diffusion_pytorch_model-00001-of-00014.safetensors} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:309febc99149c3b2061ac766638ff5cd79958f5044af2fa8978462f67fbcf29b
3
- size 4932286736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1053559ec16ead00323a119cd73f77b9a223d485993c136ac0345d312c65c8f8
3
+ size 4874957364
transformer/{diffusion_pytorch_model-00002-of-00027.safetensors → diffusion_pytorch_model-00002-of-00014.safetensors} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d651253a5c5e2b1cd4458c7bacd7a35378f80acd363ef8603de0feeee9228b5
3
- size 4802610968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31c54ef7ccab87bb03453a70022ef37fded1c5914a01bdaa46ca3e4995c7c1a6
3
+ size 4975501784
transformer/{diffusion_pytorch_model-00003-of-00027.safetensors → diffusion_pytorch_model-00003-of-00014.safetensors} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e97ea3e36b8bf442921fc2d1218d08e117dd13a77a41403e69a8ed5add8fb9ca
3
- size 4949368056
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4440ef6bad93db4dc092afbca8ebe77100bc6f2cddfae60581b2ef9d807f226b
3
+ size 4965490244
transformer/{diffusion_pytorch_model-00004-of-00027.safetensors → diffusion_pytorch_model-00004-of-00014.safetensors} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af40d23d49d0765805e81316b83ceceb5921dc10b7053be92456cb1c57cd930b
3
- size 4802610968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f9f981eb184e6628ddf9b6a012460f7c3ae9ab3204571dfb55c76672fff34c
3
+ size 4959772504
transformer/diffusion_pytorch_model-00005-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a574ce1212c43b459a6e14429485442f248a162c90f987fbec734d1a64c1f4a5
3
+ size 4996946796
transformer/diffusion_pytorch_model-00005-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:95e366f9e2b157927ffae4b20b47a7e9c9d026a91e1ded82862fadb507247a30
3
- size 4949368096
 
 
 
 
transformer/diffusion_pytorch_model-00006-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3df766fb825088bc23aa7131ead235ba1d1fda2eb38d0a86048352857c370248
3
+ size 4934076892
transformer/diffusion_pytorch_model-00006-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ecec5d73db010e86ca6aef662fbcda9189e3cf5eecb53f5879d45341e2a3d2e0
3
- size 4802611024
 
 
 
 
transformer/diffusion_pytorch_model-00007-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2146f9b55cc56b6e804068d20de92b41fddc255f2499c15b27c8b3bf34037bc
3
+ size 4959772528
transformer/diffusion_pytorch_model-00007-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdecb018d1f7df4625a809e835526aac76bd093bc51809b56b4e8f82f6479f91
3
- size 4949368104
 
 
 
 
transformer/diffusion_pytorch_model-00008-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1de2d32272b220bd6cbcfbbb3b5f50b3d970c5a0ff07264fbab1b9265b5228c7
3
+ size 4970258840
transformer/diffusion_pytorch_model-00008-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:db40b0148b4a91e790481b66302fb9919f19d1b74e878ff1c122664a12ed3120
3
- size 4802611024
 
 
 
 
transformer/diffusion_pytorch_model-00009-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fd6a4cc4ad8e0ec93d6e833bc548f407b195e8ae39d697a8957587e1268c09a
3
+ size 4960249044
transformer/diffusion_pytorch_model-00009-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf4268fd76e650bae4c79031797ca1ceb4b11054b05a1f58d8b4448cd8517c1a
3
- size 4949368104
 
 
 
 
transformer/diffusion_pytorch_model-00010-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:804ac7d73f1f3a87f405a7808d95b1e1b481b4014e7b6e6db5b44302b5a602ba
3
+ size 4975501856
transformer/diffusion_pytorch_model-00010-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:096dba765eee2d82eb34bba931f66feb116d38cef18de3d365b233880a5ed583
3
- size 4802611024
 
 
 
 
transformer/diffusion_pytorch_model-00011-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b08668d111cbbcd70cb8b03f21ed097cdbf9b0048bf91a8cb6028534388eb860
3
+ size 4907817796
transformer/diffusion_pytorch_model-00011-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f487d48eeaee2b74a0f54872a0798075a84ef5828ad178b176ce0e33ec74ff7
3
- size 4949368104
 
 
 
 
transformer/diffusion_pytorch_model-00012-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a32207d4263618bc3be952ce8868a9f16889511ae88d8f8d13fd1b7dec2c1ea
3
+ size 4975501856
transformer/diffusion_pytorch_model-00012-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c10a536cdb81b804de8bee94b825d31fa0d0b3cd53b51e3cbf7f1d2367f694b
3
- size 4802611024
 
 
 
 
transformer/diffusion_pytorch_model-00013-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b8ef43c2f23f4176ffda61ed0c9aa3f0ebff02d96c215adaf2f01a8d8b0025
3
+ size 4970539968
transformer/diffusion_pytorch_model-00013-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3592c2ecc0bee28de4827c59fc1347694e95273c0b68c78ec0e4d50acda2b0b6
3
- size 4949368104
 
 
 
 
transformer/diffusion_pytorch_model-00014-of-00014.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f74784aeb55dda389a38306ea781134fd3848ca7b3f50277be0c83dac3ac5e2
3
+ size 1158857928
transformer/diffusion_pytorch_model-00014-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4126b7488f26a237808a01da126a95cc01b3ff177a695015e905608b473f37e2
3
- size 4802611024
 
 
 
 
transformer/diffusion_pytorch_model-00015-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa1f16163ca59c7cfdc7d8bbe657eadc54d34d126ef2c546433f95fad6962d75
3
- size 4949368104
 
 
 
 
transformer/diffusion_pytorch_model-00016-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ed614f536eb0c77cab0e9a94704d90cebcb78a785914fef05579ad82b2271ad
3
- size 4802611024
 
 
 
 
transformer/diffusion_pytorch_model-00017-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7c902680a6b684692231b852eb8b150397d793cf95e206681b3e5c64d476bcd
3
- size 4949368104
 
 
 
 
transformer/diffusion_pytorch_model-00018-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:289ff8ceb68ca60181e53526507bf970045d4b628806bacc00337206add3cca1
3
- size 4802611024
 
 
 
 
transformer/diffusion_pytorch_model-00019-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:89ffc169a9c8144a3cfb19b64f079995daa47e97e48d4e08a374ff4fc05604c0
3
- size 4949368104
 
 
 
 
transformer/diffusion_pytorch_model-00020-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8aac8439b9fd279aa31575a3410d9c9a9a90464080b77d714f18d434a75b26d4
3
- size 4802611024
 
 
 
 
transformer/diffusion_pytorch_model-00021-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:74f561e578d8b917d730cc29c52e2ff90e399bad5816f68b4c6f6b98159d16f9
3
- size 4949368104
 
 
 
 
transformer/diffusion_pytorch_model-00022-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ee0dca323b0cffead126437a8deb97a00b3a5312fb7ef1ac3abf8100edf3311
3
- size 4802611024
 
 
 
 
transformer/diffusion_pytorch_model-00023-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce379bc4a73ca2a7d4f084a9a0b9a095bae3fd7a8306e95a0dd1389b4721241a
3
- size 4949368104
 
 
 
 
transformer/diffusion_pytorch_model-00024-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:75bfd354a9607df4bda37eb4182a00b7b2bb58ce0a32e7d0afab082ad0e3c47f
3
- size 4802611024
 
 
 
 
transformer/diffusion_pytorch_model-00025-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:25427a1ebdff9a64ccc53135ac510fac8a8043bbd58005d80c4de1938e8155e4
3
- size 4949368104
 
 
 
 
transformer/diffusion_pytorch_model-00026-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb2a1754dd4a4053d240407ccca066b4e19f0fa7c6b0f1ae0dbd69a9f3c608bd
3
- size 4425141960
 
 
 
 
transformer/diffusion_pytorch_model-00027-of-00027.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:208793e196a9507552c4580fa5d93b153081a38ec139a80de5d3a2c954a5f34f
3
- size 1614839048
 
 
 
 
transformer/diffusion_pytorch_model.safetensors.index.json CHANGED
The diff for this file is too large to render. See raw diff
 
transformer/modelopt_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd52d86d1e9059934a9f7223fff27d7bd2f3f893b9d156006c42a425a893be39
3
+ size 797271