dreMaz commited on
Commit
cb17fc4
·
1 Parent(s): 5d98374

Upload unet_synth/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. unet_synth/config.json +76 -0
unet_synth/config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.28.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-2",
5
+ "act_fn": "silu",
6
+ "added_crossattn_kwargs": {
7
+ "skip_original_crossattn": true
8
+ },
9
+ "addition_embed_type": null,
10
+ "addition_embed_type_num_heads": 64,
11
+ "addition_time_embed_dim": null,
12
+ "attention_head_dim": [
13
+ 5,
14
+ 10,
15
+ 20,
16
+ 20
17
+ ],
18
+ "attention_type": "default",
19
+ "block_out_channels": [
20
+ 320,
21
+ 640,
22
+ 1280,
23
+ 1280
24
+ ],
25
+ "center_input_sample": false,
26
+ "class_embed_type": null,
27
+ "class_embeddings_concat": false,
28
+ "conv_in_kernel": 3,
29
+ "conv_out_kernel": 3,
30
+ "cross_attention_dim": 1024,
31
+ "cross_attention_norm": null,
32
+ "down_block_types": [
33
+ "CrossAttnDownBlock2D",
34
+ "CrossAttnDownBlock2D",
35
+ "CrossAttnDownBlock2D",
36
+ "DownBlock2D"
37
+ ],
38
+ "downsample_padding": 1,
39
+ "dropout": 0.0,
40
+ "dual_cross_attention": false,
41
+ "encoder_hid_dim": null,
42
+ "encoder_hid_dim_type": null,
43
+ "flip_sin_to_cos": true,
44
+ "freq_shift": 0,
45
+ "in_channels": 9,
46
+ "layers_per_block": 2,
47
+ "mid_block_only_cross_attention": null,
48
+ "mid_block_scale_factor": 1,
49
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
50
+ "norm_eps": 1e-05,
51
+ "norm_num_groups": 32,
52
+ "num_attention_heads": null,
53
+ "num_class_embeds": null,
54
+ "only_cross_attention": false,
55
+ "out_channels": 4,
56
+ "projection_class_embeddings_input_dim": null,
57
+ "resnet_out_scale_factor": 1.0,
58
+ "resnet_skip_time_act": false,
59
+ "resnet_time_scale_shift": "default",
60
+ "reverse_transformer_layers_per_block": null,
61
+ "sample_size": 96,
62
+ "time_cond_proj_dim": null,
63
+ "time_embedding_act_fn": null,
64
+ "time_embedding_dim": null,
65
+ "time_embedding_type": "positional",
66
+ "timestep_post_act": null,
67
+ "transformer_layers_per_block": 1,
68
+ "up_block_types": [
69
+ "UpBlock2D",
70
+ "CrossAttnUpBlock2D",
71
+ "CrossAttnUpBlock2D",
72
+ "CrossAttnUpBlock2D"
73
+ ],
74
+ "upcast_attention": false,
75
+ "use_linear_projection": true
76
+ }