dminhk commited on
Commit
eaade62
1 Parent(s): 8e54685

Upload vae_decoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vae_decoder/config.json +53 -0
vae_decoder/config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.20.0",
5
+ "_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/f898a3e026e802f68796b95e9702464bac78d76f/vae",
6
+ "act_fn": "silu",
7
+ "block_out_channels": [
8
+ 128,
9
+ 256,
10
+ 512,
11
+ 512
12
+ ],
13
+ "down_block_types": [
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D",
17
+ "DownEncoderBlock2D"
18
+ ],
19
+ "force_upcast": true,
20
+ "in_channels": 3,
21
+ "latent_channels": 4,
22
+ "layers_per_block": 2,
23
+ "model_type": "vae-decoder",
24
+ "neuron": {
25
+ "auto_cast": "matmul",
26
+ "auto_cast_type": "bf16",
27
+ "compiler_type": "neuronx-cc",
28
+ "compiler_version": "2.9.0.40+07376825f",
29
+ "dynamic_batch_size": false,
30
+ "input_names": [
31
+ "latent_sample"
32
+ ],
33
+ "output_names": [
34
+ "sample"
35
+ ],
36
+ "static_batch_size": 1,
37
+ "static_height": 128,
38
+ "static_num_channels": 4,
39
+ "static_width": 128
40
+ },
41
+ "norm_num_groups": 32,
42
+ "out_channels": 3,
43
+ "sample_size": 1024,
44
+ "scaling_factor": 0.13025,
45
+ "task": "semantic-segmentation",
46
+ "transformers_version": null,
47
+ "up_block_types": [
48
+ "UpDecoderBlock2D",
49
+ "UpDecoderBlock2D",
50
+ "UpDecoderBlock2D",
51
+ "UpDecoderBlock2D"
52
+ ]
53
+ }