Upload vae_decoder/config.json with huggingface_hub
Browse files- vae_decoder/config.json +58 -0
vae_decoder/config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderKL",
|
3 |
+
"_commit_hash": null,
|
4 |
+
"_diffusers_version": "0.24.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 |
+
"neuron": {
|
24 |
+
"auto_cast": "all",
|
25 |
+
"auto_cast_type": "fp16",
|
26 |
+
"compiler_type": "neuronx-cc",
|
27 |
+
"compiler_version": "2.11.0.35+4f5279863",
|
28 |
+
"disable_fallback": false,
|
29 |
+
"disable_fast_relayout": false,
|
30 |
+
"dynamic_batch_size": false,
|
31 |
+
"input_names": [
|
32 |
+
"latent_sample"
|
33 |
+
],
|
34 |
+
"model_type": "vae-decoder",
|
35 |
+
"output_attentions": false,
|
36 |
+
"output_hidden_states": false,
|
37 |
+
"output_names": [
|
38 |
+
"sample"
|
39 |
+
],
|
40 |
+
"static_batch_size": 1,
|
41 |
+
"static_height": 64,
|
42 |
+
"static_num_beams": 1,
|
43 |
+
"static_num_channels": 4,
|
44 |
+
"static_width": 64
|
45 |
+
},
|
46 |
+
"norm_num_groups": 32,
|
47 |
+
"out_channels": 3,
|
48 |
+
"sample_size": 768,
|
49 |
+
"scaling_factor": 0.18215,
|
50 |
+
"task": "semantic-segmentation",
|
51 |
+
"transformers_version": null,
|
52 |
+
"up_block_types": [
|
53 |
+
"UpDecoderBlock2D",
|
54 |
+
"UpDecoderBlock2D",
|
55 |
+
"UpDecoderBlock2D",
|
56 |
+
"UpDecoderBlock2D"
|
57 |
+
]
|
58 |
+
}
|