dev-planningo commited on
Commit
f2a8fa3
1 Parent(s): 5aa37d4

Upload vae_encoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vae_encoder/config.json +60 -0
vae_encoder/config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.26.3",
5
+ "_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--SG161222--RealVisXL_V4.0_Lightning/snapshots/2acc78212a1f215f839bda46103df087fa634576/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": "all",
25
+ "auto_cast_type": "bf16",
26
+ "compiler_type": "neuronx-cc",
27
+ "compiler_version": "2.12.68.0+4480452af",
28
+ "disable_fallback": false,
29
+ "disable_fast_relayout": false,
30
+ "dynamic_batch_size": false,
31
+ "inline_weights_to_neff": true,
32
+ "input_names": [
33
+ "sample"
34
+ ],
35
+ "model_type": "vae-encoder",
36
+ "optlevel": "2",
37
+ "output_attentions": false,
38
+ "output_hidden_states": false,
39
+ "output_names": [
40
+ "latent_sample"
41
+ ],
42
+ "static_batch_size": 1,
43
+ "static_height": 1024,
44
+ "static_num_beams": 1,
45
+ "static_num_channels": 3,
46
+ "static_width": 1024
47
+ },
48
+ "norm_num_groups": 32,
49
+ "out_channels": 3,
50
+ "sample_size": 1024,
51
+ "scaling_factor": 0.13025,
52
+ "task": "semantic-segmentation",
53
+ "transformers_version": null,
54
+ "up_block_types": [
55
+ "UpDecoderBlock2D",
56
+ "UpDecoderBlock2D",
57
+ "UpDecoderBlock2D",
58
+ "UpDecoderBlock2D"
59
+ ]
60
+ }