1 parent 1b283c2 commit 97785e3Copy full SHA for 97785e3
1 file changed
README.md
@@ -376,10 +376,6 @@ Create a JSONL file with your prompts. Each line should be a JSON object:
376
{"sample_id": "001", "edit_prompt": "Change the dog to a cat", "source_clip_path": "/path/to/source_video.mp4"}
377
```
378
379
-**For Text-to-Video generation:**
380
-```json
381
-{"sample_id": "002", "prompt": "A serene lake surrounded by mountains at sunset"}
382
-```
383
384
### Run Inference
385
0 commit comments