Jingya HF Staff commited on
Commit
1411560
·
verified ·
1 Parent(s): 376a08f

Upload vae_decoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vae_decoder/config.json +60 -0
vae_decoder/config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.35.2",
4
+ "act_fn": "silu",
5
+ "block_out_channels": [
6
+ 128,
7
+ 256,
8
+ 512,
9
+ 512
10
+ ],
11
+ "down_block_types": [
12
+ "DownEncoderBlock2D",
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D"
16
+ ],
17
+ "force_upcast": true,
18
+ "in_channels": 3,
19
+ "latent_channels": 16,
20
+ "latents_mean": null,
21
+ "latents_std": null,
22
+ "layers_per_block": 2,
23
+ "mid_block_add_attention": true,
24
+ "neuron": {
25
+ "auto_cast": "none",
26
+ "auto_cast_type": "bf16",
27
+ "compiler_type": "neuronx-cc",
28
+ "compiler_version": "2.21.33363.0+82129205",
29
+ "dynamic_batch_size": false,
30
+ "float_dtype": "bf16",
31
+ "inline_weights_to_neff": true,
32
+ "instance_type": "trn1",
33
+ "int_dtype": "int64",
34
+ "model_type": "vae-decoder",
35
+ "optlevel": "2",
36
+ "output_attentions": false,
37
+ "output_hidden_states": false,
38
+ "static_batch_size": 1,
39
+ "static_height": 128,
40
+ "static_num_channels": 16,
41
+ "static_width": 128,
42
+ "task": "semantic-segmentation",
43
+ "tensor_parallel_size": 1
44
+ },
45
+ "norm_num_groups": 32,
46
+ "out_channels": 3,
47
+ "output_attentions": false,
48
+ "sample_size": 1024,
49
+ "scaling_factor": 0.3611,
50
+ "shift_factor": 0.1159,
51
+ "transformers_version": null,
52
+ "up_block_types": [
53
+ "UpDecoderBlock2D",
54
+ "UpDecoderBlock2D",
55
+ "UpDecoderBlock2D",
56
+ "UpDecoderBlock2D"
57
+ ],
58
+ "use_post_quant_conv": false,
59
+ "use_quant_conv": false
60
+ }