dev-planningo commited on
Commit
513e7c4
1 Parent(s): 8f02d12

Upload vae_encoder/config.json with huggingface_hub

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