Commit ·
76afa55
1
Parent(s): 6348fde
fix: add Google Drive fallback for checkpoint download
Browse filesDocument Google Drive as a backup checkpoint download option alongside the Hugging Face weights page.
Made-with: Cursor
README.md
CHANGED
|
@@ -81,7 +81,7 @@ pip install --no-build-isolation git+https://github.com/cloneofsimo/lora.git
|
|
| 81 |
pip install --no-build-isolation flash_attn==2.8.3
|
| 82 |
```
|
| 83 |
|
| 84 |
-
2. Download the main checkpoint from this repository ([weights](https://huggingface.co/EvanEternal/VARestorer/tree/main/weights)):
|
| 85 |
|
| 86 |
```bash
|
| 87 |
huggingface-cli download EvanEternal/VARestorer varestorer.pth --local-dir ./weights
|
|
|
|
| 81 |
pip install --no-build-isolation flash_attn==2.8.3
|
| 82 |
```
|
| 83 |
|
| 84 |
+
2. Download the main checkpoint from this repository ([weights](https://huggingface.co/EvanEternal/VARestorer/tree/main/weights)) or from [Google Drive](https://drive.google.com/file/d/1NkwlvNfr7nOkN45VWmO-PXbJZ8Nkt2_l/view?usp=drive_link):
|
| 85 |
|
| 86 |
```bash
|
| 87 |
huggingface-cli download EvanEternal/VARestorer varestorer.pth --local-dir ./weights
|