Jingya HF Staff commited on
Commit
3e717ec
·
1 Parent(s): 2b4843e

Upload vae_encoder/config.json with huggingface_hub

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