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

Build release request for GPU and Windows Powershell build script error question #11

Open
sesangsokuro opened this issue Mar 26, 2024 · 0 comments

Comments

@sesangsokuro
Copy link

Builds fail frequently in Windows 10.

It is a very convenient tool, but it takes up a lot of CPU space. As it approaches 90% on older PCs, there is a risk in broadcasting. It seemed like the cuda version was included in the recent pull request, so I tried to build it. It would be especially nice to have both versions 11.8 and 12. That's not the problem, you have to build it through a Powershell script on Windows, but when I used a light Windows tweak version, I couldn't resolve the Powershell and winget dependencies. (I'm sorry. I don't use the Windows Market Store because I think Windows is too heavy.) I would like to ask if it is possible to add a build for cuda gpu as a release version. I have little knowledge of Powershell cmake builds, and since I've been doing a lot of broadcasting work lately, it's difficult to have a full-fledged plug-in development environment.

There are two places where the problem occurred.

.github/scripts/Build-Windows.ps1 -Target x64 -CMakeGenerator "Visual Studio 17 2022"

This command says that there is no option called CMakeGenerator. I couldn't find it in the ps1 file, and I thought it was a problem with the development environment, so I installed the latest version of cmake msi and tried opening the Powershell window again with administrator privileges, but it didn't work.

Exclude the Cmake Generator option.
I tried adding only the two x64 Release options, but an error occurred because the winget dependency was not resolved as mentioned before in the Build function execution part.

The 0.0.2 release was recently updated, and I apologize as a former developer for asking this question.

However, from the perspective of OBS Lite users, it seems difficult to build and use the GPU version plugin directly.

My voice text extracted with the localvocal plugin

The goal is to display multi-language subtitles on the screen using polyglot, but the CPU usage is quite high.

The GPU previously used whisper-faster to edit subtitles after video editing, so I installed the nvidia 4070ti, which leaves graphics resources, but it is unfortunate that it runs only on the CPU without hardware acceleration.

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

1 participant