Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,20 @@ tags:
|
|
| 8 |
- film
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
| 12 |
-
FILM models: [Apache License 2.0](https://github.com/google-research/frame-interpolation/blob/main/LICENSE) β Copyright Google LLC
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- film
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Frame Interpolation
|
|
|
|
| 12 |
|
| 13 |
+
Repackaged model files for ComfyUI.
|
| 14 |
+
|
| 15 |
+
Original model repository:
|
| 16 |
+
|
| 17 |
+
- https://github.com/hzwer/Practical-RIFE
|
| 18 |
+
- https://github.com/google-research/frame-interpolation
|
| 19 |
+
|
| 20 |
+
Place the files in the following folders:
|
| 21 |
+
|
| 22 |
+
```
|
| 23 |
+
π ComfyUI/
|
| 24 |
+
βββ π models/
|
| 25 |
+
β βββ π frame_interpolation/
|
| 26 |
+
β βββ model-name.safetensors
|
| 27 |
+
```
|