Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -153,7 +153,7 @@ Run multi-GPU inference over the [CoinVE-Bench](https://huggingface.co/datasets/
|
|
| 153 |
**Step 1.** Open `infer_coinve_bench.sh` and set these paths at the top of the script:
|
| 154 |
|
| 155 |
```bash
|
| 156 |
-
EVAL_PATH="/path/to/coinve-bench-361-checklist.json"
|
| 157 |
DATA_ROOT="/path/to/CoinVE-Bench" # root dir for resolving src_videos/xxx.mp4
|
| 158 |
COMPOSITE_CKPT="/path/to/FireCRT/CoinVE-Edit/coinve_edit_composite_vllm256_dit128.safetensors"
|
| 159 |
LOCAL_MODEL_PATH="/path/to/base_models" # root dir containing Wan-AI/Wan2.1-T2V-14B/
|
|
|
|
| 153 |
**Step 1.** Open `infer_coinve_bench.sh` and set these paths at the top of the script:
|
| 154 |
|
| 155 |
```bash
|
| 156 |
+
EVAL_PATH="/path/to/CoinVE-Bench/checklist_json/coinve-bench-361-checklist.json"
|
| 157 |
DATA_ROOT="/path/to/CoinVE-Bench" # root dir for resolving src_videos/xxx.mp4
|
| 158 |
COMPOSITE_CKPT="/path/to/FireCRT/CoinVE-Edit/coinve_edit_composite_vllm256_dit128.safetensors"
|
| 159 |
LOCAL_MODEL_PATH="/path/to/base_models" # root dir containing Wan-AI/Wan2.1-T2V-14B/
|