EiffL commited on
Commit
7f43b49
·
verified ·
1 Parent(s): b3d0ded

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. codecs/EBV/README.md +10 -0
  2. codecs/EBV/config.json +5 -0
  3. codecs/EBV/model.safetensors +3 -0
  4. codecs/FLUX_G/README.md +10 -0
  5. codecs/FLUX_G/config.json +6 -0
  6. codecs/FLUX_G/model.safetensors +3 -0
  7. codecs/FLUX_I/README.md +10 -0
  8. codecs/FLUX_I/config.json +6 -0
  9. codecs/FLUX_I/model.safetensors +3 -0
  10. codecs/FLUX_R/README.md +10 -0
  11. codecs/FLUX_R/config.json +6 -0
  12. codecs/FLUX_R/model.safetensors +3 -0
  13. codecs/FLUX_W1/README.md +10 -0
  14. codecs/FLUX_W1/config.json +6 -0
  15. codecs/FLUX_W1/model.safetensors +3 -0
  16. codecs/FLUX_W2/README.md +10 -0
  17. codecs/FLUX_W2/config.json +6 -0
  18. codecs/FLUX_W2/model.safetensors +3 -0
  19. codecs/FLUX_W3/README.md +10 -0
  20. codecs/FLUX_W3/config.json +6 -0
  21. codecs/FLUX_W3/model.safetensors +3 -0
  22. codecs/FLUX_W4/README.md +10 -0
  23. codecs/FLUX_W4/config.json +6 -0
  24. codecs/FLUX_W4/model.safetensors +3 -0
  25. codecs/FLUX_Z/README.md +10 -0
  26. codecs/FLUX_Z/config.json +6 -0
  27. codecs/FLUX_Z/model.safetensors +3 -0
  28. codecs/SHAPE_E1/README.md +10 -0
  29. codecs/SHAPE_E1/config.json +5 -0
  30. codecs/SHAPE_E1/model.safetensors +3 -0
  31. codecs/SHAPE_E2/README.md +10 -0
  32. codecs/SHAPE_E2/config.json +5 -0
  33. codecs/SHAPE_E2/model.safetensors +3 -0
  34. codecs/SHAPE_R/README.md +10 -0
  35. codecs/SHAPE_R/config.json +6 -0
  36. codecs/SHAPE_R/model.safetensors +3 -0
  37. codecs/Z/README.md +10 -0
  38. codecs/Z/config.json +4 -0
  39. codecs/Z/model.safetensors +3 -0
  40. codecs/a_g/README.md +10 -0
  41. codecs/a_g/config.json +5 -0
  42. codecs/a_g/model.safetensors +3 -0
  43. codecs/a_i/README.md +10 -0
  44. codecs/a_i/config.json +5 -0
  45. codecs/a_i/model.safetensors +3 -0
  46. codecs/a_r/README.md +10 -0
  47. codecs/a_r/config.json +5 -0
  48. codecs/a_r/model.safetensors +3 -0
  49. codecs/a_y/README.md +10 -0
  50. codecs/a_y/config.json +5 -0
codecs/EBV/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/EBV/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "modality": "EBV",
4
+ "reservoir_size": 100000
5
+ }
codecs/EBV/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a72964c1ed049a20ea5475d2ab2cda8c787c7e5ce5168ecb18507db0ffcf6f1d
3
+ size 404280
codecs/FLUX_G/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/FLUX_G/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "min_log_value": -3,
4
+ "modality": "FLUX_G",
5
+ "reservoir_size": 100000
6
+ }
codecs/FLUX_G/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c07a98d56859083c5e822a923e60ed178fab5f2f0188159d2c3ed9da88fc228
3
+ size 404280
codecs/FLUX_I/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/FLUX_I/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "min_log_value": -3,
4
+ "modality": "FLUX_I",
5
+ "reservoir_size": 100000
6
+ }
codecs/FLUX_I/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ef0ad8b6ea697401ca0a0d6730f8e88073cfa076639ec2554c127e457daa1e5
3
+ size 404280
codecs/FLUX_R/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/FLUX_R/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "min_log_value": -3,
4
+ "modality": "FLUX_R",
5
+ "reservoir_size": 100000
6
+ }
codecs/FLUX_R/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8a25a4377a8d2a2718a2acc2151bb4aa34e234017c9f6ae16192e0306a529ad
3
+ size 404280
codecs/FLUX_W1/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/FLUX_W1/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "min_log_value": -3,
4
+ "modality": "FLUX_W1",
5
+ "reservoir_size": 100000
6
+ }
codecs/FLUX_W1/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a410000fbeb6f366b7fe01516ca3a18b07870970281e4d2f0978502209ffcf7
3
+ size 404280
codecs/FLUX_W2/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/FLUX_W2/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "min_log_value": -3,
4
+ "modality": "FLUX_W2",
5
+ "reservoir_size": 100000
6
+ }
codecs/FLUX_W2/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a0cb1dbc18cebb7e00e63932ae46b66d0fc1d343faa19e86447a1f3d0ab5f9
3
+ size 404280
codecs/FLUX_W3/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/FLUX_W3/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "min_log_value": -3,
4
+ "modality": "FLUX_W3",
5
+ "reservoir_size": 100000
6
+ }
codecs/FLUX_W3/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00e4075e79795ee2cfcd3874bf3d8b0eeff2e4053d26a3b5fcf13d9240dfcb2c
3
+ size 404280
codecs/FLUX_W4/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/FLUX_W4/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "min_log_value": -3,
4
+ "modality": "FLUX_W4",
5
+ "reservoir_size": 100000
6
+ }
codecs/FLUX_W4/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e84aada2a81276bb3f08696203154b63524f16e0933b41ca2100534995919bf
3
+ size 404280
codecs/FLUX_Z/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/FLUX_Z/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "min_log_value": -3,
4
+ "modality": "FLUX_Z",
5
+ "reservoir_size": 100000
6
+ }
codecs/FLUX_Z/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51493bd564a741c71a31fcfa7e2435cf39d5de31d8e98421f21bd212b8fdee72
3
+ size 404280
codecs/SHAPE_E1/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/SHAPE_E1/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "modality": "SHAPE_E1",
4
+ "reservoir_size": 100000
5
+ }
codecs/SHAPE_E1/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0102aad367cd968003652417e2de648e38b1839c84a93d6c7f4fd9afa37ef3d
3
+ size 404280
codecs/SHAPE_E2/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/SHAPE_E2/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "modality": "SHAPE_E2",
4
+ "reservoir_size": 100000
5
+ }
codecs/SHAPE_E2/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:810a5ac5a49557e995a9c64947844b1655a7886361432270c1e8a3b45e7bd558
3
+ size 404280
codecs/SHAPE_R/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/SHAPE_R/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "min_log_value": -3,
4
+ "modality": "SHAPE_R",
5
+ "reservoir_size": 100000
6
+ }
codecs/SHAPE_R/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08cf565df7cc6fd8e3b4f6e288c5c53730ea53848ed504a5be209b9d50f009f5
3
+ size 404280
codecs/Z/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/Z/config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "modality": "Z"
4
+ }
codecs/Z/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63bdfd6afdd80fc7304f0b980503ef6d0f0dad7459d09ba17c4c50ec3c5ac7b0
3
+ size 4184
codecs/a_g/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/a_g/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "modality": "a_g",
4
+ "reservoir_size": 100000
5
+ }
codecs/a_g/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26930b466f72e7c2a891ecfb7e6300caa04cd9a580fc7673ded7c1d83ab5fda3
3
+ size 404280
codecs/a_i/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/a_i/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "modality": "a_i",
4
+ "reservoir_size": 100000
5
+ }
codecs/a_i/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4e6a6af8f6876b1201ebc519310646fb133e10b830d6b8d4aa8ade16d306fac
3
+ size 404280
codecs/a_r/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/a_r/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "modality": "a_r",
4
+ "reservoir_size": 100000
5
+ }
codecs/a_r/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43c4ce048b3da527df9960f3434d9aab396bc03888ad16d2e7b6fb48077509df
3
+ size 404280
codecs/a_y/README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
codecs/a_y/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "codebook_size": 1024,
3
+ "modality": "a_y",
4
+ "reservoir_size": 100000
5
+ }