Upload vae_encoder/config.json with huggingface_hub
Browse files- vae_encoder/config.json +65 -0
vae_encoder/config.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_commit_hash": null,
|
| 4 |
+
"_diffusers_version": "0.35.0.dev0",
|
| 5 |
+
"act_fn": "silu",
|
| 6 |
+
"block_out_channels": [
|
| 7 |
+
128,
|
| 8 |
+
256,
|
| 9 |
+
512,
|
| 10 |
+
512
|
| 11 |
+
],
|
| 12 |
+
"down_block_types": [
|
| 13 |
+
"DownEncoderBlock2D",
|
| 14 |
+
"DownEncoderBlock2D",
|
| 15 |
+
"DownEncoderBlock2D",
|
| 16 |
+
"DownEncoderBlock2D"
|
| 17 |
+
],
|
| 18 |
+
"force_upcast": true,
|
| 19 |
+
"in_channels": 3,
|
| 20 |
+
"latent_channels": 16,
|
| 21 |
+
"latents_mean": null,
|
| 22 |
+
"latents_std": null,
|
| 23 |
+
"layers_per_block": 2,
|
| 24 |
+
"mid_block_add_attention": true,
|
| 25 |
+
"neuron": {
|
| 26 |
+
"auto_cast": null,
|
| 27 |
+
"auto_cast_type": null,
|
| 28 |
+
"compiler_type": "neuronx-cc",
|
| 29 |
+
"compiler_version": "2.19.8089.0+8ab9f450",
|
| 30 |
+
"dynamic_batch_size": false,
|
| 31 |
+
"float_dtype": "fp32",
|
| 32 |
+
"inline_weights_to_neff": false,
|
| 33 |
+
"input_names": [
|
| 34 |
+
"sample"
|
| 35 |
+
],
|
| 36 |
+
"int_dtype": "int64",
|
| 37 |
+
"model_type": "vae-encoder",
|
| 38 |
+
"optlevel": "2",
|
| 39 |
+
"output_attentions": false,
|
| 40 |
+
"output_hidden_states": false,
|
| 41 |
+
"output_names": [
|
| 42 |
+
"latent_parameters"
|
| 43 |
+
],
|
| 44 |
+
"static_batch_size": 1,
|
| 45 |
+
"static_height": 1024,
|
| 46 |
+
"static_num_channels": 3,
|
| 47 |
+
"static_width": 1024,
|
| 48 |
+
"task": "semantic-segmentation",
|
| 49 |
+
"tensor_parallel_size": 1
|
| 50 |
+
},
|
| 51 |
+
"norm_num_groups": 32,
|
| 52 |
+
"out_channels": 3,
|
| 53 |
+
"sample_size": 1024,
|
| 54 |
+
"scaling_factor": 0.3611,
|
| 55 |
+
"shift_factor": 0.1159,
|
| 56 |
+
"transformers_version": null,
|
| 57 |
+
"up_block_types": [
|
| 58 |
+
"UpDecoderBlock2D",
|
| 59 |
+
"UpDecoderBlock2D",
|
| 60 |
+
"UpDecoderBlock2D",
|
| 61 |
+
"UpDecoderBlock2D"
|
| 62 |
+
],
|
| 63 |
+
"use_post_quant_conv": false,
|
| 64 |
+
"use_quant_conv": false
|
| 65 |
+
}
|