Jingya HF Staff commited on
Commit
6f53241
·
verified ·
1 Parent(s): 70a1649

Upload vae_decoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vae_decoder/config.json +63 -0
vae_decoder/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.34.0",
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
+ "inline_weights_to_neff": false,
32
+ "input_names": [
33
+ "latent_sample"
34
+ ],
35
+ "model_type": "vae-decoder",
36
+ "optlevel": "2",
37
+ "output_attentions": false,
38
+ "output_hidden_states": false,
39
+ "output_names": [
40
+ "sample"
41
+ ],
42
+ "static_batch_size": 1,
43
+ "static_height": 128,
44
+ "static_num_channels": 16,
45
+ "static_width": 128,
46
+ "task": "semantic-segmentation",
47
+ "tensor_parallel_size": 1
48
+ },
49
+ "norm_num_groups": 32,
50
+ "out_channels": 3,
51
+ "sample_size": 1024,
52
+ "scaling_factor": 0.3611,
53
+ "shift_factor": 0.1159,
54
+ "transformers_version": null,
55
+ "up_block_types": [
56
+ "UpDecoderBlock2D",
57
+ "UpDecoderBlock2D",
58
+ "UpDecoderBlock2D",
59
+ "UpDecoderBlock2D"
60
+ ],
61
+ "use_post_quant_conv": false,
62
+ "use_quant_conv": false
63
+ }