Jingya HF staff commited on
Commit
ff1e115
1 Parent(s): 72785d5

Upload vae_encoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vae_encoder/config.json +56 -0
vae_encoder/config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.23.0",
5
+ "_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--playgroundai--playground-v2-512px-base/snapshots/fe6a2b202ba7e6144b52da383fdd1e0a1e6f9628/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.11.0.34+c5231f848",
28
+ "dynamic_batch_size": false,
29
+ "input_names": [
30
+ "sample"
31
+ ],
32
+ "model_type": "vae-encoder",
33
+ "output_attentions": false,
34
+ "output_hidden_states": false,
35
+ "output_names": [
36
+ "latent_sample"
37
+ ],
38
+ "static_batch_size": 1,
39
+ "static_height": 512,
40
+ "static_num_beams": 1,
41
+ "static_num_channels": 3,
42
+ "static_width": 512
43
+ },
44
+ "norm_num_groups": 32,
45
+ "out_channels": 3,
46
+ "sample_size": 1024,
47
+ "scaling_factor": 0.13025,
48
+ "task": "semantic-segmentation",
49
+ "transformers_version": null,
50
+ "up_block_types": [
51
+ "UpDecoderBlock2D",
52
+ "UpDecoderBlock2D",
53
+ "UpDecoderBlock2D",
54
+ "UpDecoderBlock2D"
55
+ ]
56
+ }