kvuong2711 commited on
Commit
f41de06
·
verified ·
1 Parent(s): 4e87def

Fix repo name in model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ The Wan2.1-I2V-14B-480P base model is required and is downloaded separately (see
31
  ```bash
32
  git clone https://github.com/kvuong2711/fix-anything.git && cd fix-anything
33
  # ... install (see README) ...
34
- huggingface-cli download kvuong2711/fixanything fixanything_lora.safetensors --local-dir checkpoints
35
  python scripts/run_inference.py --input examples/dl3dv_3dgs/input.mp4 --output_dir outputs/dl3dv_3dgs
36
  ```
37
 
 
31
  ```bash
32
  git clone https://github.com/kvuong2711/fix-anything.git && cd fix-anything
33
  # ... install (see README) ...
34
+ huggingface-cli download kvuong2711/fix-anything fixanything_lora.safetensors --local-dir checkpoints
35
  python scripts/run_inference.py --input examples/dl3dv_3dgs/input.mp4 --output_dir outputs/dl3dv_3dgs
36
  ```
37