Upload weights and config
Browse files- README.md +9 -0
- config.json +35 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- Library: [More Information Needed]
|
| 9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"predictor": {
|
| 3 |
+
"_target_": "comit.components.predictor.RuledDiT",
|
| 4 |
+
"depth": 12,
|
| 5 |
+
"hidden_size": 768,
|
| 6 |
+
"in_channels": 4,
|
| 7 |
+
"max_input_size": 32,
|
| 8 |
+
"mlp_ratio": 4.0,
|
| 9 |
+
"msg_tokens_dim": 6,
|
| 10 |
+
"num_heads": 12,
|
| 11 |
+
"num_msg_tokens": 256,
|
| 12 |
+
"out_channels": 4,
|
| 13 |
+
"patch_size": 2,
|
| 14 |
+
"representation_layer": 4
|
| 15 |
+
},
|
| 16 |
+
"quantizer": {
|
| 17 |
+
"_target_": "comit.components.quantizer.FSQ",
|
| 18 |
+
"apply_corrupt_tokens_p": 0.0,
|
| 19 |
+
"corrupt_tokens_p": 0.0,
|
| 20 |
+
"drop_quant_p": 0.0,
|
| 21 |
+
"levels": [
|
| 22 |
+
8,
|
| 23 |
+
8,
|
| 24 |
+
8,
|
| 25 |
+
5,
|
| 26 |
+
5,
|
| 27 |
+
5
|
| 28 |
+
],
|
| 29 |
+
"min_corrupt_tokens_p": null
|
| 30 |
+
},
|
| 31 |
+
"vae": {
|
| 32 |
+
"_target_": "comit.components.vae.SDAutoencoderKL",
|
| 33 |
+
"model_type": "ema"
|
| 34 |
+
}
|
| 35 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76d3c728682308631957312bf2d5ad5d5a4c4256e3911205c9f3dec996df5ecc
|
| 3 |
+
size 1030042076
|