Create meta.yaml
Browse files
meta.yaml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: JoyAI-Video-Edit
|
| 2 |
+
type: video-edit
|
| 3 |
+
|
| 4 |
+
structure:
|
| 5 |
+
transformer:
|
| 6 |
+
path: dit/joyai_video_edit_dit_0804.pth
|
| 7 |
+
|
| 8 |
+
vae:
|
| 9 |
+
path: vae/diffusion_pytorch_model.safetensors
|
| 10 |
+
|
| 11 |
+
text_encoder:
|
| 12 |
+
MiMo-VL-7B-RL-2508
|