Upload config.json with huggingface_hub
Browse files- config.json +26 -56
config.json
CHANGED
@@ -1,68 +1,38 @@
|
|
1 |
{
|
2 |
-
"_class_name": "
|
3 |
"_diffusers_version": "0.30.0",
|
4 |
-
"_name_or_path": "C:\\Users\\arpandas\\.cache\\huggingface\\hub\\models--sca255--calicomix-LCM\\snapshots\\c53f5edb5004a1fb4defa93f9f77883e24235852\\
|
5 |
"act_fn": "silu",
|
6 |
-
"addition_embed_type": null,
|
7 |
-
"addition_embed_type_num_heads": 64,
|
8 |
-
"addition_time_embed_dim": null,
|
9 |
-
"attention_head_dim": 8,
|
10 |
-
"attention_type": "default",
|
11 |
"block_out_channels": [
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
],
|
17 |
-
"center_input_sample": false,
|
18 |
-
"class_embed_type": null,
|
19 |
-
"class_embeddings_concat": false,
|
20 |
-
"conv_in_kernel": 3,
|
21 |
-
"conv_out_kernel": 3,
|
22 |
-
"cross_attention_dim": 768,
|
23 |
-
"cross_attention_norm": null,
|
24 |
"down_block_types": [
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
],
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"flip_sin_to_cos": true,
|
36 |
-
"freq_shift": 0,
|
37 |
-
"in_channels": 4,
|
38 |
"layers_per_block": 2,
|
39 |
-
"
|
40 |
-
"mid_block_scale_factor": 1,
|
41 |
-
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
42 |
-
"norm_eps": 1e-05,
|
43 |
"norm_num_groups": 32,
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"projection_class_embeddings_input_dim": null,
|
49 |
-
"resnet_out_scale_factor": 1.0,
|
50 |
-
"resnet_skip_time_act": false,
|
51 |
-
"resnet_time_scale_shift": "default",
|
52 |
-
"reverse_transformer_layers_per_block": null,
|
53 |
-
"sample_size": 64,
|
54 |
-
"time_cond_proj_dim": null,
|
55 |
-
"time_embedding_act_fn": null,
|
56 |
-
"time_embedding_dim": null,
|
57 |
-
"time_embedding_type": "positional",
|
58 |
-
"timestep_post_act": null,
|
59 |
-
"transformer_layers_per_block": 1,
|
60 |
"up_block_types": [
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"
|
65 |
],
|
66 |
-
"
|
67 |
-
"
|
68 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.30.0",
|
4 |
+
"_name_or_path": "C:\\Users\\arpandas\\.cache\\huggingface\\hub\\models--sca255--calicomix-LCM\\snapshots\\c53f5edb5004a1fb4defa93f9f77883e24235852\\vae",
|
5 |
"act_fn": "silu",
|
|
|
|
|
|
|
|
|
|
|
6 |
"block_out_channels": [
|
7 |
+
128,
|
8 |
+
256,
|
9 |
+
512,
|
10 |
+
512
|
11 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"down_block_types": [
|
13 |
+
"DownEncoderBlock2D",
|
14 |
+
"DownEncoderBlock2D",
|
15 |
+
"DownEncoderBlock2D",
|
16 |
+
"DownEncoderBlock2D"
|
17 |
],
|
18 |
+
"force_upcast": true,
|
19 |
+
"in_channels": 3,
|
20 |
+
"latent_channels": 4,
|
21 |
+
"latents_mean": null,
|
22 |
+
"latents_std": null,
|
|
|
|
|
|
|
23 |
"layers_per_block": 2,
|
24 |
+
"mid_block_add_attention": true,
|
|
|
|
|
|
|
25 |
"norm_num_groups": 32,
|
26 |
+
"out_channels": 3,
|
27 |
+
"sample_size": 512,
|
28 |
+
"scaling_factor": 0.18215,
|
29 |
+
"shift_factor": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
"up_block_types": [
|
31 |
+
"UpDecoderBlock2D",
|
32 |
+
"UpDecoderBlock2D",
|
33 |
+
"UpDecoderBlock2D",
|
34 |
+
"UpDecoderBlock2D"
|
35 |
],
|
36 |
+
"use_post_quant_conv": true,
|
37 |
+
"use_quant_conv": true
|
38 |
}
|