stevengrove commited on
Commit
eab84ec
·
verified ·
1 Parent(s): 56e4a5d

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }