Im using CoverGen_NO_UI_v2, and in the end of generating cover i got that :
IndexError: index -1 is out of bounds for axis 0 with size 0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/content/FIX/src/main.py", line 346, in <module>
cover_path = song_cover_pipeline(args.song_input, rvc_dirname, args.pitch_change, args.keep_files,
File "/content/FIX/src/main.py", line 316, in song_cover_pipeline
raise_exception(str(e), is_webui)
File "/content/FIX/src/main.py", line 85, in raise_exception
raise Exception(error_msg)
Exception: index -1 is out of bounds for axis 0 with size 0
1
what can i do with this?
