Spaces:
Running
on
Zero
Running
on
Zero
lemonaddie
commited on
Commit
•
47e2130
1
Parent(s):
c8048c5
Update unet/config.json
Browse files- unet/config.json +1 -8
unet/config.json
CHANGED
@@ -26,7 +26,6 @@
|
|
26 |
"conv_out_kernel": 3,
|
27 |
"cross_attention_dim": 768,
|
28 |
"cross_attention_norm": null,
|
29 |
-
"decay": 0.9999,
|
30 |
"down_block_types": [
|
31 |
"CrossAttnDownBlock2D",
|
32 |
"CrossAttnDownBlock2D",
|
@@ -41,20 +40,16 @@
|
|
41 |
"flip_sin_to_cos": true,
|
42 |
"freq_shift": 0,
|
43 |
"in_channels": 8,
|
44 |
-
"inv_gamma": 1.0,
|
45 |
"layers_per_block": 2,
|
46 |
"mid_block_only_cross_attention": null,
|
47 |
"mid_block_scale_factor": 1,
|
48 |
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
49 |
-
"min_decay": 0.0,
|
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 |
-
"optimization_step": 7000,
|
56 |
"out_channels": 4,
|
57 |
-
"power": 0.6666666666666666,
|
58 |
"projection_class_embeddings_input_dim": 10,
|
59 |
"resnet_out_scale_factor": 1.0,
|
60 |
"resnet_skip_time_act": false,
|
@@ -74,7 +69,5 @@
|
|
74 |
"CrossAttnUpBlock2D"
|
75 |
],
|
76 |
"upcast_attention": false,
|
77 |
-
"update_after_step": 0,
|
78 |
-
"use_ema_warmup": false,
|
79 |
"use_linear_projection": true
|
80 |
-
}
|
|
|
26 |
"conv_out_kernel": 3,
|
27 |
"cross_attention_dim": 768,
|
28 |
"cross_attention_norm": null,
|
|
|
29 |
"down_block_types": [
|
30 |
"CrossAttnDownBlock2D",
|
31 |
"CrossAttnDownBlock2D",
|
|
|
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": 10,
|
54 |
"resnet_out_scale_factor": 1.0,
|
55 |
"resnet_skip_time_act": false,
|
|
|
69 |
"CrossAttnUpBlock2D"
|
70 |
],
|
71 |
"upcast_attention": false,
|
|
|
|
|
72 |
"use_linear_projection": true
|
73 |
+
}
|