Diffusers
Safetensors
English
diffusion
faverogian commited on
Commit
6d95f95
·
verified ·
1 Parent(s): b041aaf

Upload UNetCondition2D

Browse files
config.json CHANGED
@@ -1,11 +1,12 @@
1
  {
2
- "_class_name": "UNet2D",
3
  "_diffusers_version": "0.29.1",
4
- "_name_or_path": "faverogian/ema-model",
5
  "act_fn": "silu",
6
- "add_attention": true,
 
 
7
  "attention_head_dim": 8,
8
- "attn_norm_num_groups": null,
9
  "block_out_channels": [
10
  128,
11
  128,
@@ -16,6 +17,11 @@
16
  ],
17
  "center_input_sample": false,
18
  "class_embed_type": null,
 
 
 
 
 
19
  "down_block_types": [
20
  "DownBlock2D",
21
  "DownBlock2D",
@@ -25,21 +31,35 @@
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
28
- "downsample_type": "conv",
29
  "dropout": 0.0,
 
 
 
30
  "flip_sin_to_cos": true,
31
  "freq_shift": 0,
32
  "in_channels": 3,
33
  "layers_per_block": 2,
 
34
  "mid_block_scale_factor": 1,
 
35
  "norm_eps": 1e-05,
36
  "norm_num_groups": 32,
 
37
  "num_class_embeds": null,
38
- "num_train_timesteps": null,
39
  "out_channels": 3,
 
 
 
40
  "resnet_time_scale_shift": "default",
 
41
  "sample_size": 128,
 
 
 
42
  "time_embedding_type": "positional",
 
 
43
  "up_block_types": [
44
  "UpBlock2D",
45
  "AttnUpBlock2D",
@@ -48,5 +68,6 @@
48
  "UpBlock2D",
49
  "UpBlock2D"
50
  ],
51
- "upsample_type": "conv"
 
52
  }
 
1
  {
2
+ "_class_name": "UNetCondition2D",
3
  "_diffusers_version": "0.29.1",
 
4
  "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
+ "addition_time_embed_dim": null,
8
  "attention_head_dim": 8,
9
+ "attention_type": "default",
10
  "block_out_channels": [
11
  128,
12
  128,
 
17
  ],
18
  "center_input_sample": false,
19
  "class_embed_type": null,
20
+ "class_embeddings_concat": false,
21
+ "conv_in_kernel": 3,
22
+ "conv_out_kernel": 3,
23
+ "cross_attention_dim": 1280,
24
+ "cross_attention_norm": null,
25
  "down_block_types": [
26
  "DownBlock2D",
27
  "DownBlock2D",
 
31
  "DownBlock2D"
32
  ],
33
  "downsample_padding": 1,
 
34
  "dropout": 0.0,
35
+ "dual_cross_attention": false,
36
+ "encoder_hid_dim": null,
37
+ "encoder_hid_dim_type": null,
38
  "flip_sin_to_cos": true,
39
  "freq_shift": 0,
40
  "in_channels": 3,
41
  "layers_per_block": 2,
42
+ "mid_block_only_cross_attention": null,
43
  "mid_block_scale_factor": 1,
44
+ "mid_block_type": "UNetMidBlock2D",
45
  "norm_eps": 1e-05,
46
  "norm_num_groups": 32,
47
+ "num_attention_heads": null,
48
  "num_class_embeds": null,
49
+ "only_cross_attention": false,
50
  "out_channels": 3,
51
+ "projection_class_embeddings_input_dim": null,
52
+ "resnet_out_scale_factor": 1.0,
53
+ "resnet_skip_time_act": false,
54
  "resnet_time_scale_shift": "default",
55
+ "reverse_transformer_layers_per_block": null,
56
  "sample_size": 128,
57
+ "time_cond_proj_dim": null,
58
+ "time_embedding_act_fn": null,
59
+ "time_embedding_dim": null,
60
  "time_embedding_type": "positional",
61
+ "timestep_post_act": null,
62
+ "transformer_layers_per_block": 1,
63
  "up_block_types": [
64
  "UpBlock2D",
65
  "AttnUpBlock2D",
 
68
  "UpBlock2D",
69
  "UpBlock2D"
70
  ],
71
+ "upcast_attention": false,
72
+ "use_linear_projection": false
73
  }
diffusion_pytorch_model.fp16.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c741425b74772866fad405ea6094e17e5d1207d94cc9225c8c88a73f225b1327
3
- size 454741108
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f37e07f82bfe0fffefbc3458b442be9c7e69ffac5d3c4e9028237ef95b7cac
3
+ size 430595124