Update README.md
Browse files
README.md
CHANGED
|
@@ -38,13 +38,13 @@ from huggingface_hub import hf_hub_download
|
|
| 38 |
|
| 39 |
# Download Real-ESRGAN model
|
| 40 |
realesrgan_path = hf_hub_download(
|
| 41 |
-
repo_id="
|
| 42 |
filename="RealESRGAN_x4plus.pth"
|
| 43 |
)
|
| 44 |
|
| 45 |
# Download RIFE model
|
| 46 |
rife_path = hf_hub_download(
|
| 47 |
-
repo_id="
|
| 48 |
filename="RIFE_v4.6.pth"
|
| 49 |
)
|
| 50 |
```
|
|
|
|
| 38 |
|
| 39 |
# Download Real-ESRGAN model
|
| 40 |
realesrgan_path = hf_hub_download(
|
| 41 |
+
repo_id="mkulyma/nightingale-models",
|
| 42 |
filename="RealESRGAN_x4plus.pth"
|
| 43 |
)
|
| 44 |
|
| 45 |
# Download RIFE model
|
| 46 |
rife_path = hf_hub_download(
|
| 47 |
+
repo_id="mkulyma/nightingale-models",
|
| 48 |
filename="RIFE_v4.6.pth"
|
| 49 |
)
|
| 50 |
```
|