Upload config
Browse files- config.json +1 -43
config.json
CHANGED
@@ -1,45 +1,3 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"_diffusers_version": "0.24.0",
|
4 |
-
"act_fn": "silu",
|
5 |
-
"addition_embed_type": null,
|
6 |
-
"addition_embed_type_num_heads": 64,
|
7 |
-
"addition_time_embed_dim": null,
|
8 |
-
"attention_head_dim": 8,
|
9 |
-
"block_out_channels": [
|
10 |
-
32,
|
11 |
-
64
|
12 |
-
],
|
13 |
-
"class_embed_type": null,
|
14 |
-
"conditioning_channels": 3,
|
15 |
-
"conditioning_embedding_out_channels": [
|
16 |
-
16,
|
17 |
-
32
|
18 |
-
],
|
19 |
-
"controlnet_conditioning_channel_order": "rgb",
|
20 |
-
"cross_attention_dim": 32,
|
21 |
-
"down_block_types": [
|
22 |
-
"DownBlock2D",
|
23 |
-
"CrossAttnDownBlock2D"
|
24 |
-
],
|
25 |
-
"downsample_padding": 1,
|
26 |
-
"encoder_hid_dim": null,
|
27 |
-
"encoder_hid_dim_type": null,
|
28 |
-
"flip_sin_to_cos": true,
|
29 |
-
"freq_shift": 0,
|
30 |
-
"global_pool_conditions": false,
|
31 |
-
"in_channels": 4,
|
32 |
-
"layers_per_block": 2,
|
33 |
-
"mid_block_scale_factor": 1,
|
34 |
-
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
35 |
-
"norm_eps": 1e-05,
|
36 |
-
"norm_num_groups": 32,
|
37 |
-
"num_attention_heads": null,
|
38 |
-
"num_class_embeds": null,
|
39 |
-
"only_cross_attention": false,
|
40 |
-
"projection_class_embeddings_input_dim": null,
|
41 |
-
"resnet_time_scale_shift": "default",
|
42 |
-
"transformer_layers_per_block": 1,
|
43 |
-
"upcast_attention": false,
|
44 |
-
"use_linear_projection": false
|
45 |
}
|
|
|
1 |
{
|
2 |
+
"transformers_version": "4.35.2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
}
|