dev-planningo commited on
Commit
6134591
1 Parent(s): d69d887

Upload vae_decoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vae_decoder/config.json +57 -0
vae_decoder/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.26.3",
5
+ "_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--SG161222--RealVisXL_V4.0_Lightning/snapshots/33e9d9d5942df0ae0d07906e6c5aac2bad6f465f/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
+ "neuron": {
24
+ "auto_cast": "matmul",
25
+ "auto_cast_type": "bf16",
26
+ "compiler_type": "neuronx-cc",
27
+ "compiler_version": "2.13.66.0+6dfecc895",
28
+ "dynamic_batch_size": false,
29
+ "inline_weights_to_neff": true,
30
+ "input_names": [
31
+ "latent_sample"
32
+ ],
33
+ "model_type": "vae-decoder",
34
+ "optlevel": "2",
35
+ "output_attentions": false,
36
+ "output_hidden_states": false,
37
+ "output_names": [
38
+ "sample"
39
+ ],
40
+ "static_batch_size": 1,
41
+ "static_height": 128,
42
+ "static_num_channels": 4,
43
+ "static_width": 128
44
+ },
45
+ "norm_num_groups": 32,
46
+ "out_channels": 3,
47
+ "sample_size": 1024,
48
+ "scaling_factor": 0.13025,
49
+ "task": "semantic-segmentation",
50
+ "transformers_version": null,
51
+ "up_block_types": [
52
+ "UpDecoderBlock2D",
53
+ "UpDecoderBlock2D",
54
+ "UpDecoderBlock2D",
55
+ "UpDecoderBlock2D"
56
+ ]
57
+ }