AiAF commited on
Commit
19467b2
·
verified ·
1 Parent(s): 5f8b477

redid conversion with --half flag and --to_safetensors flag to export weights in safetensors format in fp16 format to save storage space and vram for training (it exportrd weights in FP32 by defaut so the resulting files were ~13.9 GB in combined size)

Browse files
text_encoder/config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 0,
7
  "dropout": 0.0,
8
- "dtype": "float32",
9
  "eos_token_id": 2,
10
  "hidden_act": "quick_gelu",
11
  "hidden_size": 768,
 
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 0,
7
  "dropout": 0.0,
8
+ "dtype": "float16",
9
  "eos_token_id": 2,
10
  "hidden_act": "quick_gelu",
11
  "hidden_size": 768,
text_encoder/{pytorch_model.bin → model.safetensors} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60553fe6147a8008aa31530e0413b99c73e8dfe914c9bd6f067b6b3df464c306
3
- size 492306995
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9560b8aebeca133219446a6f039bb32cc1887608752e8e8eb09266d9db6615c
3
+ size 246144152
text_encoder_2/config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 0,
7
  "dropout": 0.0,
8
- "dtype": "float32",
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_size": 1280,
 
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 0,
7
  "dropout": 0.0,
8
+ "dtype": "float16",
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_size": 1280,
text_encoder_2/{pytorch_model.bin → model.safetensors} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e296caf8e716735be496208d08f2414cd10ba9462aec1975a9ed4e40fe33bfff
3
- size 2778810551
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc3d2555b6d39f2c009f9248625ead36aaed1153dcf6b3a7d9e5fbb116760591
3
+ size 1389382176
unet/diffusion_pytorch_model-00002-of-00002.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c9ea2b29fd7dd8170d37cfaf7d4e8bbe168d133cb512401bc1ae736a45d65ab
3
- size 281945773
 
 
 
 
unet/diffusion_pytorch_model.bin.index.json DELETED
The diff for this file is too large to render. See raw diff
 
unet/{diffusion_pytorch_model-00001-of-00002.bin → diffusion_pytorch_model.safetensors} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:997b6bde1f03ea33ccb9b483e11a83bdb4df2a3f9f2f0a371abf2a1fb0b35b2d
3
- size 9988539133
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f877d5030b2d19b022d9e2695c02634c6325f790f1b9da47842f2c16b9107f8b
3
+ size 5135149760
vae/{diffusion_pytorch_model.bin → diffusion_pytorch_model.safetensors} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16ebca05a48cb1f9938e27a3237b54afcc561730e8243c0ffa55b9e58e647207
3
- size 334698991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5198f78690bf2ddf70b19b106a860a49bec5aa3e5f8626efeff02f0c99c3986c
3
+ size 167335342