pinokiofactory / cogstudio

217 stars 14 forks source link

Missing frame interpolation button #23

Open Anisopter opened 3 days ago

Anisopter commented 3 days ago

Dear experts,

I´ve just installed Cogstudio (in Windows 11) foollowing Manual installation instrucitons (https://github.com/pinokiofactory/cogstudio).

Every thing looks fine since I´m able to generate text-to-video, but the Frame Interpolation functionality is missing as you can see here:

image

There should be another button close to Super resolution one.

What am I doing wrong?

Best,

Anisopter commented 3 days ago

Ok, I´ve just found the solution, it is quite simple

You just have to switch from False to True the "visible" boolean in "cogstudio.py" file:

enable_rife = gr.Checkbox(label="Frame Interpolation (8fps -> 16fps)", value=False, visible=True)

(you have to do the same for the other "something-to-video" tabs as well if you want)

Thanks anyways!

PS: Perhaps the default behaviour should be "visible=True" in such settings