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 +1 -1
- text_encoder/{pytorch_model.bin → model.safetensors} +2 -2
- text_encoder_2/config.json +1 -1
- text_encoder_2/{pytorch_model.bin → model.safetensors} +2 -2
- unet/diffusion_pytorch_model-00002-of-00002.bin +0 -3
- unet/diffusion_pytorch_model.bin.index.json +0 -0
- unet/{diffusion_pytorch_model-00001-of-00002.bin → diffusion_pytorch_model.safetensors} +2 -2
- vae/{diffusion_pytorch_model.bin → diffusion_pytorch_model.safetensors} +2 -2
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": "
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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": "
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5198f78690bf2ddf70b19b106a860a49bec5aa3e5f8626efeff02f0c99c3986c
|
| 3 |
+
size 167335342
|