l-i commited on
Commit
5435b79
1 Parent(s): 4a7bc95

add fp16 variant

Browse files
text_encoder/config.json CHANGED
@@ -19,7 +19,7 @@
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
- "torch_dtype": "float32",
23
  "transformers_version": "4.35.2",
24
  "vocab_size": 49408
25
  }
 
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
+ "torch_dtype": "float16",
23
  "transformers_version": "4.35.2",
24
  "vocab_size": 49408
25
  }
text_encoder/model.fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d04c3b97a42750fa4f8c1e8454a5d287fde67011f25ac9b197190f0feddbc8f
3
+ size 246144152
text_encoder_2/config.json CHANGED
@@ -19,7 +19,7 @@
19
  "num_hidden_layers": 32,
20
  "pad_token_id": 1,
21
  "projection_dim": 1280,
22
- "torch_dtype": "float32",
23
  "transformers_version": "4.35.2",
24
  "vocab_size": 49408
25
  }
 
19
  "num_hidden_layers": 32,
20
  "pad_token_id": 1,
21
  "projection_dim": 1280,
22
+ "torch_dtype": "float16",
23
  "transformers_version": "4.35.2",
24
  "vocab_size": 49408
25
  }
text_encoder_2/model.fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73697aa3f73ebbe2352cdc70832c8d7dc594d06a08b1bb4c9818dcd86e23171
3
+ size 1389382176
unet/diffusion_pytorch_model.fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81a14796546ca9150c6d3a502b862cba70f0bc94103ef446dea5a12851f761d0
3
+ size 2662954552
vae/diffusion_pytorch_model.fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6353737672c94b96174cb590f711eac6edf2fcce5b6e91aa9d73c5adc589ee48
3
+ size 167335342