Nathan Lambert commited on
Commit
1d96e57
·
1 Parent(s): d5c9c3d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -5
config.json CHANGED
@@ -1,5 +1,7 @@
1
- {
2
- "_class_name": "TemporalUnet",
3
- "_diffusers_version": "0.0.4",
4
- "name_or_path": "/Users/nato/Downloads/tmp_models/"
5
- }
 
 
 
1
+ {"_class_name": "TemporalUNet",
2
+ "horizon": 32,
3
+ "dim": 32,
4
+ "dim_mults": [1, 4, 8],
5
+ "transition_dim": 14,
6
+ "cond_dim": 3
7
+ }