Commit
•
44ee496
1
Parent(s):
499913d
Upload vae_decoder/config.json with huggingface_hub
Browse files- vae_decoder/config.json +59 -0
vae_decoder/config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderKL",
|
3 |
+
"_commit_hash": null,
|
4 |
+
"_diffusers_version": "0.20.2",
|
5 |
+
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/vae",
|
6 |
+
"_use_default_values": [
|
7 |
+
"scaling_factor",
|
8 |
+
"force_upcast"
|
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 |
+
"layers_per_block": 2,
|
27 |
+
"model_type": "vae-decoder",
|
28 |
+
"neuron": {
|
29 |
+
"auto_cast": "matmul",
|
30 |
+
"auto_cast_type": "bf16",
|
31 |
+
"compiler_type": "neuronx-cc",
|
32 |
+
"compiler_version": "2.8.0.25+a3ad0f342",
|
33 |
+
"disable_fallback": false,
|
34 |
+
"disable_fast_relayout": false,
|
35 |
+
"dynamic_batch_size": false,
|
36 |
+
"input_names": [
|
37 |
+
"latent_sample"
|
38 |
+
],
|
39 |
+
"output_names": [
|
40 |
+
"sample"
|
41 |
+
],
|
42 |
+
"static_batch_size": 1,
|
43 |
+
"static_height": 64,
|
44 |
+
"static_num_channels": 4,
|
45 |
+
"static_width": 64
|
46 |
+
},
|
47 |
+
"norm_num_groups": 32,
|
48 |
+
"out_channels": 3,
|
49 |
+
"sample_size": 512,
|
50 |
+
"scaling_factor": 0.18215,
|
51 |
+
"task": "semantic-segmentation",
|
52 |
+
"transformers_version": null,
|
53 |
+
"up_block_types": [
|
54 |
+
"UpDecoderBlock2D",
|
55 |
+
"UpDecoderBlock2D",
|
56 |
+
"UpDecoderBlock2D",
|
57 |
+
"UpDecoderBlock2D"
|
58 |
+
]
|
59 |
+
}
|