You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested the script on the latest davinci resolve (19.0.1) and encountered a whisper error
Whisper 20240930 is installed.Versions confirm to be compatible: 20230314, 20230918, 20231105, 20231106, 20231117
To prevent errors and performance issues, reinstall correct version with: "pip install --upgrade --no-deps --force-reinstall openai-whisper==20231117". Or use transcribe_minimal().
following the instructions in the error, and reinstalling the 20231117 version of whisper, the scripts starts working again without any problems
TLDR: Install older version of whisper: pip install --upgrade --no-deps --force-reinstall openai-whisper==20231117
The text was updated successfully, but these errors were encountered:
I tested the script on the latest davinci resolve (19.0.1) and encountered a whisper error
following the instructions in the error, and reinstalling the 20231117 version of whisper, the scripts starts working again without any problems
TLDR: Install older version of whisper:
pip install --upgrade --no-deps --force-reinstall openai-whisper==20231117
The text was updated successfully, but these errors were encountered: