Jingya HF staff commited on
Commit
37c68a1
1 Parent(s): 6ff71d5

Upload vae_decoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vae_decoder/config.json +55 -0
vae_decoder/config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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--SimianLuo--LCM_Dreamshaper_v7/snapshots/4721097975058205c4edcdece2cc574b7dd7bc04/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.11.0.34+c5231f848",
29
+ "disable_fallback": false,
30
+ "disable_fast_relayout": false,
31
+ "dynamic_batch_size": false,
32
+ "input_names": [
33
+ "latent_sample"
34
+ ],
35
+ "output_names": [
36
+ "sample"
37
+ ],
38
+ "static_batch_size": 1,
39
+ "static_height": 96,
40
+ "static_num_channels": 4,
41
+ "static_width": 96
42
+ },
43
+ "norm_num_groups": 32,
44
+ "out_channels": 3,
45
+ "sample_size": 768,
46
+ "scaling_factor": 0.18215,
47
+ "task": "semantic-segmentation",
48
+ "transformers_version": null,
49
+ "up_block_types": [
50
+ "UpDecoderBlock2D",
51
+ "UpDecoderBlock2D",
52
+ "UpDecoderBlock2D",
53
+ "UpDecoderBlock2D"
54
+ ]
55
+ }