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
Model download works, but separation command fails.
The audio separation does not work.
Have you searched for existing issues? 🔎
I have searched and found no existing issues.
Screenshots or Videos
No response
Logs
Traceback (most recent call last):
File "/usr/local/bin/audio-separator", line 8, in<module>sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.11/site-packages/audio_separator/utils/cli.py", line 208, in main
output_files = separator.separate(audio_file, primary_output_name=args.primary_output_name, secondary_output_name=args.secondary_output_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/audio_separator/separator/separator.py", line 774, in separate
output_files = self.model_instance.separate(audio_file_path, primary_output_name, secondary_output_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System Info
Operating System:
Python version:
Other...
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
download model to host folder
docker run --rm -it -v ${PWD}:/workdir beveradb/audio-separator --model_file_dir "./tmp/audio-separator/h" --model_filename htdemucs_6s.yaml --download_model_only
using model from folder
docker run --rm -it -v ${PWD}:/workdir beveradb/audio-separator --model_file_dir "./tmp/audio-separator/h" --model_filename htdemucs_6s.yaml mysong.mp3
Model download works, but separation command fails.
The audio separation does not work.
Have you searched for existing issues? 🔎
Screenshots or Videos
No response
Logs
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: