HolyWu / vs-rife

RIFE function for VapourSynth
MIT License
94 stars 7 forks source link

[Q] 0bit models in the repo #6

Closed sl1pkn07 closed 2 years ago

sl1pkn07 commented 2 years ago

Hi

i see in the model folders, have a files (models?) with 0bits, i presume when the plugin "learn", the models is filled with the data

this is correct?

then, in a system with install this plugin as system-wide, these models should be have a write permissions? (in case of linux)

greetings

HolyWu commented 2 years ago

The model files will be downloaded when you run the second step in https://github.com/HolyWu/vs-rife#installation.

sl1pkn07 commented 2 years ago

ok, i see the download links in https://github.com/HolyWu/vs-rife/blob/master/vsrife/__main__.py

EDIT: executing the file with python download the models automagic

i need this because is for create a archlinux package, i need fetch all the sources before or durning the package creation before install

tnx and greetings