jpxkqx commited on
Commit
5d102b8
·
1 Parent(s): f9f4219

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -42
config.json DELETED
@@ -1,42 +0,0 @@
1
- {
2
- "_class_name": "UNet2DModel",
3
- "_diffusers_version": "0.18.1",
4
- "act_fn": "silu",
5
- "add_attention": true,
6
- "attention_head_dim": 8,
7
- "block_out_channels": [
8
- 32,
9
- 64,
10
- 96
11
- ],
12
- "center_input_sample": false,
13
- "class_embed_type": null,
14
- "down_block_types": [
15
- "DownBlock2D",
16
- "AttnDownBlock2D",
17
- "AttnDownBlock2D"
18
- ],
19
- "downsample_padding": 1,
20
- "downsample_type": "conv",
21
- "flip_sin_to_cos": true,
22
- "freq_shift": 0,
23
- "in_channels": 2,
24
- "layers_per_block": 2,
25
- "mid_block_scale_factor": 1,
26
- "norm_eps": 1e-05,
27
- "norm_num_groups": 8,
28
- "num_class_embeds": 24,
29
- "out_channels": 1,
30
- "resnet_time_scale_shift": "default",
31
- "sample_size": [
32
- 160,
33
- 240
34
- ],
35
- "time_embedding_type": "positional",
36
- "up_block_types": [
37
- "AttnUpBlock2D",
38
- "AttnUpBlock2D",
39
- "UpBlock2D"
40
- ],
41
- "upsample_type": "conv"
42
- }