raphael-gl HF staff commited on
Commit
abb1f1d
1 Parent(s): 8ef28ba

Upload vae_decoder/config.json with huggingface_hub

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