Had a few minutes before I'm off to work.
Here's how I used it:
Cu Selur
Ps.: Not sure whether I'll add this to Hybrid, since I'm not sure how common this problem is and whether it is worth the effort to add it. I just checked whether it worked, didn't do any comparisons or similar whether it was better than using RIFE with different models or similar.
Here's how I used it:
- Installed Hybrid with torch-addon as a base.
- Opened a Windows Command Prompt inside Hybrid/64bit/Vapoursynth
- Installed ccfvi through:
python -m pip install ccvfi
- Started Hybrid, opened a new custom section (somewhere below deinterlacing) and used the following code:
(first line is to let Hybrid know that this section requires RGBH, last line it to let Hybrid know that this section changed the frame rate to 60fps)# requires colorformt RGBH
from ccvfi import AutoModel, BaseModelInterface, ConfigType
model: BaseModelInterface = AutoModel.from_pretrained(
pretrained_model_name=ConfigType.DRBA_IFNet,
)
clip = model.inference_video(clip, tar_fps=60)
# framerate 60
- normally use Hybrid.
Cu Selur
Ps.: Not sure whether I'll add this to Hybrid, since I'm not sure how common this problem is and whether it is worth the effort to add it. I just checked whether it worked, didn't do any comparisons or similar whether it was better than using RIFE with different models or similar.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.