owu1 commited on
Commit
978dafa
1 Parent(s): ec3fcae

Upload vae_encoder/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vae_encoder/config.json +59 -0
vae_encoder/config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_commit_hash": null,
4
+ "_diffusers_version": "0.28.0",
5
+ "_name_or_path": "/home/ubuntu/furry-xl-4.0+hyper-sd-12-steps/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
+ "latents_mean": null,
23
+ "latents_std": null,
24
+ "layers_per_block": 2,
25
+ "neuron": {
26
+ "auto_cast": "matmul",
27
+ "auto_cast_type": "bf16",
28
+ "compiler_type": "neuronx-cc",
29
+ "compiler_version": "2.13.66.0+6dfecc895",
30
+ "dynamic_batch_size": false,
31
+ "inline_weights_to_neff": true,
32
+ "input_names": [
33
+ "sample"
34
+ ],
35
+ "model_type": "vae-encoder",
36
+ "optlevel": "3",
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_channels": 3,
45
+ "static_width": 1024
46
+ },
47
+ "norm_num_groups": 32,
48
+ "out_channels": 3,
49
+ "sample_size": 1024,
50
+ "scaling_factor": 0.13025,
51
+ "task": "semantic-segmentation",
52
+ "transformers_version": null,
53
+ "up_block_types": [
54
+ "UpDecoderBlock2D",
55
+ "UpDecoderBlock2D",
56
+ "UpDecoderBlock2D",
57
+ "UpDecoderBlock2D"
58
+ ]
59
+ }