Push model using huggingface_hub.
Browse files- README.md +10 -3
- config.json +54 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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]
|
config.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_config": {
|
| 3 |
+
"RGB_normalizer": 0.18215,
|
| 4 |
+
"arch": "L",
|
| 5 |
+
"cache_rate": 1,
|
| 6 |
+
"cfg_scale": 1.0,
|
| 7 |
+
"divisible": 16,
|
| 8 |
+
"injection_args": {
|
| 9 |
+
"injection_method": "concat",
|
| 10 |
+
"replace_RGB": false
|
| 11 |
+
},
|
| 12 |
+
"patch_size": 2,
|
| 13 |
+
"thermal_normalizer": 0.95941,
|
| 14 |
+
"transport_config": {
|
| 15 |
+
"loss_weight": "None",
|
| 16 |
+
"path_type": "Linear",
|
| 17 |
+
"prediction": "velocity"
|
| 18 |
+
},
|
| 19 |
+
"vae": "ema",
|
| 20 |
+
"vae_config": {
|
| 21 |
+
"act_fn": "silu",
|
| 22 |
+
"block_out_channels": [
|
| 23 |
+
128,
|
| 24 |
+
256,
|
| 25 |
+
512,
|
| 26 |
+
512
|
| 27 |
+
],
|
| 28 |
+
"down_block_types": [
|
| 29 |
+
"DownEncoderBlock2D",
|
| 30 |
+
"DownEncoderBlock2D",
|
| 31 |
+
"DownEncoderBlock2D",
|
| 32 |
+
"DownEncoderBlock2D"
|
| 33 |
+
],
|
| 34 |
+
"force_upcast": true,
|
| 35 |
+
"in_channels": 1,
|
| 36 |
+
"latent_channels": 4,
|
| 37 |
+
"layers_per_block": 2,
|
| 38 |
+
"mid_block_add_attention": true,
|
| 39 |
+
"norm_num_groups": 32,
|
| 40 |
+
"out_channels": 1,
|
| 41 |
+
"sample_size": 256,
|
| 42 |
+
"up_block_types": [
|
| 43 |
+
"UpDecoderBlock2D",
|
| 44 |
+
"UpDecoderBlock2D",
|
| 45 |
+
"UpDecoderBlock2D",
|
| 46 |
+
"UpDecoderBlock2D"
|
| 47 |
+
],
|
| 48 |
+
"use_post_quant_conv": true,
|
| 49 |
+
"use_quant_conv": true
|
| 50 |
+
},
|
| 51 |
+
"vae_model": "klvae",
|
| 52 |
+
"vae_path": "checkpoints/klvae_1st/checkpoints/last.ckpt"
|
| 53 |
+
}
|
| 54 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbe1828fb5b227006f8a7267eba3a7db14958bd7174ba01abccbb2e3ad264052
|
| 3 |
+
size 2500683672
|