Flolight commited on
Commit
7dd7405
·
verified ·
1 Parent(s): 05e2341

Upload vae_encoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vae_encoder/config.json +65 -0
vae_encoder/config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.28.2",
5
+ "_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1/snapshots/5cae40e6a2745ae2b01ad92ae5043f95f23644d6/vae",
6
+ "_use_default_values": [
7
+ "force_upcast",
8
+ "scaling_factor",
9
+ "latents_mean",
10
+ "latents_std"
11
+ ],
12
+ "act_fn": "silu",
13
+ "block_out_channels": [
14
+ 128,
15
+ 256,
16
+ 512,
17
+ 512
18
+ ],
19
+ "down_block_types": [
20
+ "DownEncoderBlock2D",
21
+ "DownEncoderBlock2D",
22
+ "DownEncoderBlock2D",
23
+ "DownEncoderBlock2D"
24
+ ],
25
+ "force_upcast": true,
26
+ "in_channels": 3,
27
+ "latent_channels": 4,
28
+ "latents_mean": null,
29
+ "latents_std": null,
30
+ "layers_per_block": 2,
31
+ "neuron": {
32
+ "auto_cast": "matmul",
33
+ "auto_cast_type": "bf16",
34
+ "compiler_type": "neuronx-cc",
35
+ "compiler_version": "2.14.227.0+2d4f85be",
36
+ "dynamic_batch_size": false,
37
+ "inline_weights_to_neff": true,
38
+ "input_names": [
39
+ "sample"
40
+ ],
41
+ "model_type": "vae-encoder",
42
+ "optlevel": "2",
43
+ "output_attentions": false,
44
+ "output_hidden_states": false,
45
+ "output_names": [
46
+ "latent_sample"
47
+ ],
48
+ "static_batch_size": 1,
49
+ "static_height": 768,
50
+ "static_num_channels": 3,
51
+ "static_width": 768
52
+ },
53
+ "norm_num_groups": 32,
54
+ "out_channels": 3,
55
+ "sample_size": 768,
56
+ "scaling_factor": 0.18215,
57
+ "task": "semantic-segmentation",
58
+ "transformers_version": null,
59
+ "up_block_types": [
60
+ "UpDecoderBlock2D",
61
+ "UpDecoderBlock2D",
62
+ "UpDecoderBlock2D",
63
+ "UpDecoderBlock2D"
64
+ ]
65
+ }