Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing frame interpolation button #23

Open
Anisopter opened this issue Oct 7, 2024 · 2 comments
Open

Missing frame interpolation button #23

Anisopter opened this issue Oct 7, 2024 · 2 comments

Comments

@Anisopter
Copy link

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
Copy link
Author

Anisopter commented Oct 7, 2024

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

@Mikerhinos
Copy link

It has been hidden because many people were having problems with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants