patrickvonplaten
commited on
Commit
•
12f0a89
1
Parent(s):
f27ea45
correct config
Browse files- unet/config.json +1 -1
unet/config.json
CHANGED
@@ -38,7 +38,7 @@
|
|
38 |
"sample_size": null,
|
39 |
"time_cond_proj_dim": 896,
|
40 |
"time_embedding_type": "fourier",
|
41 |
-
"
|
42 |
"up_block_types": [
|
43 |
"KCrossAttnUpBlock2D",
|
44 |
"KCrossAttnUpBlock2D",
|
|
|
38 |
"sample_size": null,
|
39 |
"time_cond_proj_dim": 896,
|
40 |
"time_embedding_type": "fourier",
|
41 |
+
"timestep_post_act": "gelu",
|
42 |
"up_block_types": [
|
43 |
"KCrossAttnUpBlock2D",
|
44 |
"KCrossAttnUpBlock2D",
|