We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
There should be another button close to Super resolution one.
What am I doing wrong?
Best,
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
It has been hidden because many people were having problems with it.
No branches or pull requests
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:
There should be another button close to Super resolution one.
What am I doing wrong?
Best,
The text was updated successfully, but these errors were encountered: