Ilia Shigin

Results 5 comments of Ilia Shigin

Looks like the plugin adds itself into the project settings, but doesn't get removed afterwards. It needs to be done manually from Project settings > Version control.

Here's an example of a command line to download a song on windows (spotdl-4.2.4-win32.exe is in the root of C drive) `c:\>spotdl-4.2.4-win32.exe https://open.spotify.com/track/2e3g8go386Zn6EyIz60Ci9 --web-use-output-dir --output C:/Spotify` You can modify it...

Using conda for me always creates problems. So I don't use it, just install all the dependencies directly into the main folder with --target command `pip3 install audioldm --target c:\AI\AudioLDM\`...

Make sure you have NVidia Cuda drivers Installed. Then install required pytorch version from [here](https://pytorch.org/get-started/locally/) DIRECTLY into the Bark folder. Similar to this `pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124...

The plugin has not been updated for years now. You can just edit the file and change PySide2 to PySide6, it will load. How well it will export I can't...