Lexius commited on
Commit
308e00f
Β·
verified Β·
1 Parent(s): f2bdc4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -8,7 +8,20 @@ tags:
8
  - film
9
  ---
10
 
11
- RIFE models: [MIT License](https://github.com/hzwer/Practical-RIFE/blob/main/LICENSE) β€” Copyright (c) 2021 hzwer
12
- FILM models: [Apache License 2.0](https://github.com/google-research/frame-interpolation/blob/main/LICENSE) β€” Copyright Google LLC
13
 
14
- wip, would be used with https://github.com/Comfy-Org/ComfyUI/pull/13258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```