Nathan Lambert
commited on
Commit
·
cfb50db
1
Parent(s):
947698a
update config
Browse files- config.json +5 -1
config.json
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
{
|
2 |
"_class_name": "TemporalUnet",
|
3 |
"_diffusers_version": "0.0.4",
|
4 |
-
"
|
|
|
|
|
|
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "TemporalUnet",
|
3 |
"_diffusers_version": "0.0.4",
|
4 |
+
"horizon": 128,
|
5 |
+
"dim": 32,
|
6 |
+
"dim_mults": [1, 4, 8],
|
7 |
+
"transition_dim": 14,
|
8 |
+
"cond_dim": 3
|
9 |
}
|