tolgacangoz commited on
Commit
50ef629
·
1 Parent(s): abc6400

move files

Browse files
unet/float16exists.fp16 ADDED
File without changes
unet/nesting_level_1.fp16/config.json DELETED
@@ -1,125 +0,0 @@
1
- {
2
- "_class_name": "NestedUNet2DConditionModel",
3
- "_diffusers_version": "0.31.0.dev0",
4
- "act_fn": "silu",
5
- "addition_embed_type": "matryoshka",
6
- "addition_embed_type_num_heads": 64,
7
- "addition_time_embed_dim": null,
8
- "attention_head_dim": 8,
9
- "attention_pre_only": false,
10
- "attention_type": "default",
11
- "block_out_channels": [
12
- 64,
13
- 128,
14
- 256
15
- ],
16
- "center_input_sample": false,
17
- "class_embed_type": null,
18
- "class_embeddings_concat": false,
19
- "conv_in_kernel": 3,
20
- "conv_out_kernel": 3,
21
- "cross_attention_dim": 2048,
22
- "cross_attention_norm": null,
23
- "down_block_types": [
24
- "DownBlock2D",
25
- "DownBlock2D",
26
- "DownBlock2D"
27
- ],
28
- "downsample_padding": 1,
29
- "dropout": 0.0,
30
- "dual_cross_attention": false,
31
- "encoder_hid_dim": null,
32
- "encoder_hid_dim_type": null,
33
- "flip_sin_to_cos": false,
34
- "freq_shift": 0,
35
- "in_channels": 3,
36
- "initialize_inner_with_pretrained": null,
37
- "inner_config": {
38
- "addition_embed_type": "matryoshka",
39
- "block_out_channels": [
40
- 256,
41
- 512,
42
- 768
43
- ],
44
- "cross_attention_dim": 2048,
45
- "down_block_types": [
46
- "DownBlock2D",
47
- "CrossAttnDownBlock2D",
48
- "CrossAttnDownBlock2D"
49
- ],
50
- "encoder_hid_dim": 2048,
51
- "encoder_hid_dim_type": "text_proj",
52
- "flip_sin_to_cos": false,
53
- "in_channels": 3,
54
- "layers_per_block": [
55
- 2,
56
- 2,
57
- 2
58
- ],
59
- "masked_cross_attention": false,
60
- "micro_conditioning_scale": 64,
61
- "mid_block_type": "UNetMidBlock2DCrossAttn",
62
- "nesting": true,
63
- "out_channels": 3,
64
- "resnet_time_scale_shift": "scale_shift",
65
- "transformer_layers_per_block": [
66
- 0,
67
- 1,
68
- 5
69
- ],
70
- "up_block_types": [
71
- "CrossAttnUpBlock2D",
72
- "CrossAttnUpBlock2D",
73
- "UpBlock2D"
74
- ],
75
- "use_attention_ffn": true
76
- },
77
- "is_temporal": null,
78
- "layers_per_block": [
79
- 2,
80
- 2,
81
- 1
82
- ],
83
- "masked_cross_attention": true,
84
- "micro_conditioning_scale": 256,
85
- "mid_block_only_cross_attention": null,
86
- "mid_block_scale_factor": 1,
87
- "mid_block_type": null,
88
- "nesting": false,
89
- "norm_eps": 1e-05,
90
- "norm_num_groups": 32,
91
- "norm_type": "layer_norm",
92
- "num_attention_heads": null,
93
- "num_class_embeds": null,
94
- "only_cross_attention": false,
95
- "out_channels": 3,
96
- "projection_class_embeddings_input_dim": null,
97
- "resnet_out_scale_factor": 1.0,
98
- "resnet_skip_time_act": false,
99
- "resnet_time_scale_shift": "scale_shift",
100
- "reverse_transformer_layers_per_block": null,
101
- "sample_size": 256,
102
- "skip_cond_emb": false,
103
- "skip_inner_unet_input": false,
104
- "skip_normalization": true,
105
- "temporal_mode": false,
106
- "temporal_spatial_ds": false,
107
- "time_cond_proj_dim": null,
108
- "time_embedding_act_fn": null,
109
- "time_embedding_dim": 1024,
110
- "time_embedding_type": "positional",
111
- "timestep_post_act": null,
112
- "transformer_layers_per_block": [
113
- 0,
114
- 0,
115
- 0
116
- ],
117
- "up_block_types": [
118
- "UpBlock2D",
119
- "UpBlock2D",
120
- "UpBlock2D"
121
- ],
122
- "upcast_attention": false,
123
- "use_attention_ffn": false,
124
- "use_linear_projection": false
125
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
unet/{nesting_level_1.fp16 → nesting_level_1}/diffusion_pytorch_model.fp16.safetensors RENAMED
File without changes