intel / openvino-plugins-ai-audacity

A set of AI-enabled effects, generators, and analyzers for Audacity®.
GNU General Public License v3.0
725 stars 43 forks source link

I'm not seeing the Vino effects #232

Closed 1GDEXTER closed 1 week ago

1GDEXTER commented 2 weeks ago

Hey there,

I installed the Open Vino Plugin [v3.5.1-R2.2]. The instalation went fine, without errors. But I don't see the plugins in Audacity, wheather in the activated, nor the deactivated category. I reinstalled it multiple times and deleted the temp files, but it didn't work. Do you have any suggestions?

Thanks a lot!!

oxidian24 commented 2 weeks ago

Hello, did you download the models? Are you speaking about Windows version? What models you don't see? What models you installed? For linux there is a script to install them correctly. I have my own version, but mine is not official and was not tested by the programmers. From OpenVino programmer I got this link: https://huggingface.co/Intel/whisper.cpp-openvino-models/tree/main

1GDEXTER commented 1 week ago

Thx for trying to help me. But it seems like this tool isn't supported by a AMD CPU.

oxidian24 commented 1 week ago

I don't think this is the reason why you don't see the openvino plugin. So what did you do? You added the specific lines to cmakelists.txt and compiled and copied the .so files to audacity/modules/openvino and then you activated the model, write? I think that Intel simply has no reason to speak about AMD in the guide. Until specifically named that this CPUs are not supported we should not be worried.

RyanMetcalfeInt8 commented 1 week ago

Hi @1GDEXTER,

Did you go to Preferences->Modules and change 'mod-openvino' to 'Enabled'?

1GDEXTER commented 1 week ago

I don't think this is the reason why you don't see the openvino plugin. So what did you do? You added the specific lines to cmakelists.txt and compiled and copied the .so files to audacity/modules/openvino and then you activated the model, write? I think that Intel simply has no reason to speak about AMD in the guide. Until specifically named that this CPUs are not supported we should not be worried.

I didn't compile anything. (Sorry, I'm totally new and noobish when it comes to that stuff).

I only downloaded the .exe and installed it into the Audacity direction. After that I started Audacity and tried to find the Plugin in the Extentions section, but I couldn't find it. Whether in the activated nor the deactivated section. I thought that would be it, but obviously I missed something.

1GDEXTER commented 1 week ago

But I saw this in the compatibility section, thats why I'm worried. Goit an AMD R5 5500 2024-06-21_20h18_17

oxidian24 commented 1 week ago

I understand now. I am using linux so I had to compile the Audacity from source code with OpenVino (also compiled) and I don't have this problem. So if you installed the plugin on Windows, you still need to download the models which can take 3GB-16GB depending on how much models you download. The models are in .zip archive usually.

RyanMetcalfeInt8 commented 1 week ago

For Windows, there is an installer which takes care of downloading the models and putting them in the right place (i.e. populating the openvino-models directory). The problem that @1GDEXTER is seeing would not be related to having the models downloaded, as the AI effects themselves should show up inside of Audacity regardless of whether the models are present, as long as the mod-openvino module has been enabled in Preferences->Modules.

1GDEXTER commented 1 week ago

For Windows, there is an installer which takes care of downloading the models and putting them in the right place (i.e. populating the openvino-models directory). The problem that @1GDEXTER is seeing would not be related to having the models downloaded, as the AI effects themselves should show up inside of Audacity regardless of whether the models are present, as long as the mod-openvino module has been enabled in Preferences->Modules.

Exactly, I downloaded the installer but I don't see the modules.

1GDEXTER commented 1 week ago

I understand now. I am using linux so I had to compile the Audacity from source code with OpenVino (also compiled) and I don't have this problem. So if you installed the plugin on Windows, you still need to download the models which can take 3GB-16GB depending on how much models you download. The models are in .zip archive usually.

For my understanding, I downloaded the models by the .exe. I had to decide which ones I wanted to download and I did so. But I still can't see the plugins in the extensions section, to enable it.

RyanMetcalfeInt8 commented 1 week ago

For my understanding, I downloaded the models by the .exe. I had to decide which ones I wanted to download and I did so. But I still can't see the plugins in the extensions section, to enable it.

Hmm, what do you mean by the 'extensions' section? Do you mean in Edit->Preferences->Modules? Is there an option for mod-openvino here?

1GDEXTER commented 1 week ago

For my understanding, I downloaded the models by the .exe. I had to decide which ones I wanted to download and I did so. But I still can't see the plugins in the extensions section, to enable it.

Hmm, what do you mean by the 'extensions' section? Do you mean in Edit->Preferences->Modules? Is there an option for mod-openvino here?

I have the German version, so I don't know exactly what's the wording, but I think we talk about the same setting.

1GDEXTER commented 1 week ago

For my understanding, I downloaded the models by the .exe. I had to decide which ones I wanted to download and I did so. But I still can't see the plugins in the extensions section, to enable it.

Hmm, what do you mean by the 'extensions' section? Do you mean in Edit->Preferences->Modules? Is there an option for mod-openvino here?

I found the problem. I actually was in the wrong extension. Tools->extension management.

In Edit->Preferences->Modules I found the to be activated stuff.

Much thanks!!!