meihualuomanxueshan commited on
Commit
191f2e2
·
1 Parent(s): b7bc9d5

upload model

Browse files
unet_0/config.json CHANGED
@@ -1,73 +1,3 @@
1
- {
2
- "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.30.3",
4
- "_name_or_path": "/red/ruogu.fang/yifan/3d-gen/model-rgb2x/e2e_distill_x2rgb_pipeline_mix_95/checkpoint-58000",
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
- 5,
11
- 10,
12
- 20,
13
- 20
14
- ],
15
- "attention_type": "default",
16
- "block_out_channels": [
17
- 320,
18
- 640,
19
- 1280,
20
- 1280
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": 1024,
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": 23,
43
- "layers_per_block": 2,
44
- "mid_block_only_cross_attention": null,
45
- "mid_block_scale_factor": 1,
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": 4,
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": 96,
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": 1,
65
- "up_block_types": [
66
- "UpBlock2D",
67
- "CrossAttnUpBlock2D",
68
- "CrossAttnUpBlock2D",
69
- "CrossAttnUpBlock2D"
70
- ],
71
- "upcast_attention": true,
72
- "use_linear_projection": true
73
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:612b48428adb5093da2608d5e434837843857156967626db56aead8736a6a1c3
3
+ size 1929
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
unet_0/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a2bea92b0e4a9b75c3adb8dc0baa63466c30aec711c9ec8205bf7a40f2e2b2a
3
  size 3463945408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abb95d369f4b23db41afc26a312027207c3c9df20f46dc914ee60cdea846db1c
3
  size 3463945408
unet_1/config.json CHANGED
@@ -1,73 +1,3 @@
1
- {
2
- "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.30.3",
4
- "_name_or_path": "/red/ruogu.fang/yifan/3d-gen/model-rgb2x/e2e_distill_rgb2x_pipeline_mix_93_2/checkpoint-198000",
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
- 5,
11
- 10,
12
- 20,
13
- 20
14
- ],
15
- "attention_type": "default",
16
- "block_out_channels": [
17
- 320,
18
- 640,
19
- 1280,
20
- 1280
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": 1024,
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": 8,
43
- "layers_per_block": 2,
44
- "mid_block_only_cross_attention": null,
45
- "mid_block_scale_factor": 1,
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": 4,
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": 96,
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": 1,
65
- "up_block_types": [
66
- "UpBlock2D",
67
- "CrossAttnUpBlock2D",
68
- "CrossAttnUpBlock2D",
69
- "CrossAttnUpBlock2D"
70
- ],
71
- "upcast_attention": true,
72
- "use_linear_projection": true
73
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c7322ac482fe2d4720b2f44d0acdbf54e0438ab095165a8eb30eef335050f0f
3
+ size 1928
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
unet_1/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ac953e2496afb2a11142725b2dfad2659345288d0bf7c6d0fbd929515a09428
3
  size 3463772592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5559db71910101fc046271c0cd1d2f40efa87dbe5a556e1ecd5eda930fd19d7
3
  size 3463772592