Update config.json
Browse files- config.json +18 -18
config.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
| 1 |
{
|
| 2 |
-
"sample_size": 32,
|
| 3 |
-
"in_channels": 3,
|
| 4 |
-
"out_channels": 3,
|
| 5 |
-
"layers_per_block": 2,
|
| 6 |
-
"block_out_channels": [128, 256, 384, 512],
|
| 7 |
-
"down_block_types": ["DownBlock2D", "AttnDownBlock2D", "DownBlock2D", "DownBlock2D"],
|
| 8 |
-
"up_block_types": ["UpBlock2D", "UpBlock2D", "AttnUpBlock2D", "UpBlock2D"],
|
| 9 |
-
"mid_block_scale_factor": 1,
|
| 10 |
-
"act_fn": "silu",
|
| 11 |
-
"attention_head_dim": 8,
|
| 12 |
-
"norm_num_groups": 32,
|
| 13 |
-
"norm_eps": 1e-5,
|
| 14 |
-
"time_embedding_type": "positional",
|
| 15 |
-
"resnet_time_scale_shift": "default",
|
| 16 |
-
"use_linear_projection": false,
|
| 17 |
-
"class_embed_type": "identity",
|
| 18 |
-
"num_class_embeds": null,
|
| 19 |
-
"resnet_pre_temb_non_linearity": false
|
| 20 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"sample_size": 32,
|
| 3 |
+
"in_channels": 3,
|
| 4 |
+
"out_channels": 3,
|
| 5 |
+
"layers_per_block": 2,
|
| 6 |
+
"block_out_channels": [128, 256, 384, 512],
|
| 7 |
+
"down_block_types": ["DownBlock2D", "AttnDownBlock2D", "DownBlock2D", "DownBlock2D"],
|
| 8 |
+
"up_block_types": ["UpBlock2D", "UpBlock2D", "AttnUpBlock2D", "UpBlock2D"],
|
| 9 |
+
"mid_block_scale_factor": 1,
|
| 10 |
+
"act_fn": "silu",
|
| 11 |
+
"attention_head_dim": 8,
|
| 12 |
+
"norm_num_groups": 32,
|
| 13 |
+
"norm_eps": 1e-5,
|
| 14 |
+
"time_embedding_type": "positional",
|
| 15 |
+
"resnet_time_scale_shift": "default",
|
| 16 |
+
"use_linear_projection": false,
|
| 17 |
+
"class_embed_type": "identity",
|
| 18 |
+
"num_class_embeds": null,
|
| 19 |
+
"resnet_pre_temb_non_linearity": false
|
| 20 |
}
|