Create config.json
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "egocontrol",
|
| 3 |
+
"architecture": "DiT",
|
| 4 |
+
"resolution": "480p",
|
| 5 |
+
"model_file": "egocontrol-480p.pt"
|
| 6 |
+
}
|