recoilme commited on
Commit
187554c
·
verified ·
1 Parent(s): 2df39b7

Upload folder using huggingface_hub

Browse files
config-Copy1.txt ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.36.0",
4
+ "_name_or_path": "unet",
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": [
10
+ 10,
11
+ 10,
12
+ 10,
13
+ 12
14
+ ],
15
+ "attention_type": "default",
16
+ "block_out_channels": [
17
+ 320,
18
+ 640,
19
+ 1280,
20
+ 1536
21
+ ],
22
+ "center_input_sample": false,
23
+ "class_embed_type": null,
24
+ "class_embeddings_concat": false,
25
+ "conv_in_kernel": 3,
26
+ "conv_out_kernel": 3,
27
+ "cross_attention_dim": 768,
28
+ "cross_attention_norm": null,
29
+ "down_block_types": [
30
+ "CrossAttnDownBlock2D",
31
+ "CrossAttnDownBlock2D",
32
+ "CrossAttnDownBlock2D",
33
+ "DownBlock2D"
34
+ ],
35
+ "downsample_padding": 1,
36
+ "dropout": 0.0,
37
+ "dual_cross_attention": false,
38
+ "encoder_hid_dim": null,
39
+ "encoder_hid_dim_type": null,
40
+ "flip_sin_to_cos": true,
41
+ "freq_shift": 0,
42
+ "in_channels": 32,
43
+ "layers_per_block": 2,
44
+ "mid_block_only_cross_attention": null,
45
+ "mid_block_scale_factor": 1.0,
46
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
47
+ "norm_eps": 1e-05,
48
+ "norm_num_groups": 32,
49
+ "num_attention_heads": null,
50
+ "num_class_embeds": null,
51
+ "only_cross_attention": false,
52
+ "out_channels": 32,
53
+ "projection_class_embeddings_input_dim": null,
54
+ "resnet_out_scale_factor": 1.0,
55
+ "resnet_skip_time_act": false,
56
+ "resnet_time_scale_shift": "default",
57
+ "reverse_transformer_layers_per_block": null,
58
+ "sample_size": null,
59
+ "time_cond_proj_dim": null,
60
+ "time_embedding_act_fn": null,
61
+ "time_embedding_dim": null,
62
+ "time_embedding_type": "positional",
63
+ "timestep_post_act": null,
64
+ "transformer_layers_per_block": [
65
+ 1,
66
+ 3,
67
+ 3,
68
+ 3
69
+ ],
70
+ "up_block_types": [
71
+ "UpBlock2D",
72
+ "CrossAttnUpBlock2D",
73
+ "CrossAttnUpBlock2D",
74
+ "CrossAttnUpBlock2D"
75
+ ],
76
+ "upcast_attention": false,
77
+ "use_linear_projection": false
78
+ }
config.json CHANGED
@@ -8,26 +8,29 @@
8
  "addition_time_embed_dim": null,
9
  "attention_head_dim": [
10
  10,
11
- 16,
12
- 20
 
13
  ],
14
  "attention_type": "default",
15
  "block_out_channels": [
16
- 1024,
17
- 1024,
18
- 1280
 
19
  ],
20
  "center_input_sample": false,
21
  "class_embed_type": null,
22
  "class_embeddings_concat": false,
23
- "conv_in_kernel": 1,
24
- "conv_out_kernel": 1,
25
  "cross_attention_dim": 768,
26
  "cross_attention_norm": null,
27
  "down_block_types": [
28
- "DownBlock2D",
29
  "CrossAttnDownBlock2D",
30
- "CrossAttnDownBlock2D"
 
 
31
  ],
32
  "downsample_padding": 1,
33
  "dropout": 0.0,
@@ -36,8 +39,8 @@
36
  "encoder_hid_dim_type": null,
37
  "flip_sin_to_cos": true,
38
  "freq_shift": 0,
39
- "in_channels": 128,
40
- "layers_per_block": 1,
41
  "mid_block_only_cross_attention": null,
42
  "mid_block_scale_factor": 1.0,
43
  "mid_block_type": "UNetMidBlock2DCrossAttn",
@@ -46,7 +49,7 @@
46
  "num_attention_heads": null,
47
  "num_class_embeds": null,
48
  "only_cross_attention": false,
49
- "out_channels": 128,
50
  "projection_class_embeddings_input_dim": null,
51
  "resnet_out_scale_factor": 1.0,
52
  "resnet_skip_time_act": false,
@@ -59,14 +62,15 @@
59
  "time_embedding_type": "positional",
60
  "timestep_post_act": null,
61
  "transformer_layers_per_block": [
62
- 0,
63
- 6,
64
- 6,
65
- 0
66
  ],
67
  "up_block_types": [
68
  "UpBlock2D",
69
  "CrossAttnUpBlock2D",
 
70
  "CrossAttnUpBlock2D"
71
  ],
72
  "upcast_attention": false,
 
8
  "addition_time_embed_dim": null,
9
  "attention_head_dim": [
10
  10,
11
+ 10,
12
+ 10,
13
+ 12
14
  ],
15
  "attention_type": "default",
16
  "block_out_channels": [
17
+ 320,
18
+ 640,
19
+ 1280,
20
+ 1536
21
  ],
22
  "center_input_sample": false,
23
  "class_embed_type": null,
24
  "class_embeddings_concat": false,
25
+ "conv_in_kernel": 3,
26
+ "conv_out_kernel": 3,
27
  "cross_attention_dim": 768,
28
  "cross_attention_norm": null,
29
  "down_block_types": [
 
30
  "CrossAttnDownBlock2D",
31
+ "CrossAttnDownBlock2D",
32
+ "CrossAttnDownBlock2D",
33
+ "DownBlock2D"
34
  ],
35
  "downsample_padding": 1,
36
  "dropout": 0.0,
 
39
  "encoder_hid_dim_type": null,
40
  "flip_sin_to_cos": true,
41
  "freq_shift": 0,
42
+ "in_channels": 32,
43
+ "layers_per_block": 2,
44
  "mid_block_only_cross_attention": null,
45
  "mid_block_scale_factor": 1.0,
46
  "mid_block_type": "UNetMidBlock2DCrossAttn",
 
49
  "num_attention_heads": null,
50
  "num_class_embeds": null,
51
  "only_cross_attention": false,
52
+ "out_channels": 32,
53
  "projection_class_embeddings_input_dim": null,
54
  "resnet_out_scale_factor": 1.0,
55
  "resnet_skip_time_act": false,
 
62
  "time_embedding_type": "positional",
63
  "timestep_post_act": null,
64
  "transformer_layers_per_block": [
65
+ 1,
66
+ 3,
67
+ 3,
68
+ 3
69
  ],
70
  "up_block_types": [
71
  "UpBlock2D",
72
  "CrossAttnUpBlock2D",
73
+ "CrossAttnUpBlock2D",
74
  "CrossAttnUpBlock2D"
75
  ],
76
  "upcast_attention": false,
diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9925f4a6f34ac7c33c84a4f603469a938abf8e68f24c51fd7e7227248b4d98a
3
- size 5097769176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de432df23d19c07ce495bda699a8ba9547c182af1715ee796149287596010497
3
+ size 5935560296