Instructions to use kvuong2711/fix-anything with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
- Notebooks
- Google Colab
- Kaggle
Fix repo name in model card
Browse files
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/
|
| 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 |
|