Create config.json
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "JoyAI-Video-Edit",
|
| 3 |
+
"model_type": "joyai_video_edit",
|
| 4 |
+
"architecture": "autoregressive_diffusion",
|
| 5 |
+
"task": "video-to-video",
|
| 6 |
+
"description": "Real-Time Open-Ended Video Editing with Autoregressive Diffusion",
|
| 7 |
+
"resolution": "720x1280",
|
| 8 |
+
"streaming": true
|
| 9 |
+
}
|