GithubHelp home page GithubHelp logo

aicovergen-noui-colab's Introduction

AI-Cover-Gen-No-UI

AICoverGen Without Using Gradio/UI From AICoverGen

Make Sure To Leave A Star If This Repo Was Helpful :)

ko-fi Trakteer

Google Colab

Open In Colab

aicovergen-noui-colab's People

Contributors

ardha27 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

aicovergen-noui-colab's Issues

Value Error

Traceback (most recent call last):
File "/content/AICoverGen/AICoverGen/AICoverGen/src/main.py", line 273, in song_cover_pipeline
orig_song_path, vocals_path, instrumentals_path, main_vocals_path, backup_vocals_path, main_vocals_dereverb_path = preprocess_song(song_input, mdx_model_params, song_id, is_webui, input_type, progress)
File "/content/AICoverGen/AICoverGen/AICoverGen/src/main.py", line 182, in preprocess_song
vocals_path, instrumentals_path = run_mdx(mdx_model_params, song_output_dir, os.path.join(mdxnet_models_dir, 'UVR-MDX-NET-Voc_FT.onnx'), orig_song_path, denoise=True, keep_orig=keep_orig)
File "/content/AICoverGen/AICoverGen/AICoverGen/src/mdx.py", line 280, in run_mdx
sf.write(invert_filepath, (-wave_processed.T * model.compensation) + wave.T, sr)
ValueError: operands could not be broadcast together with shapes (6009,2) (47105,2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/content/AICoverGen/AICoverGen/AICoverGen/src/main.py", line 346, in
cover_path = song_cover_pipeline(args.song_input, rvc_dirname, args.pitch_change, args.keep_files,
File "/content/AICoverGen/AICoverGen/AICoverGen/src/main.py", line 316, in song_cover_pipeline
raise_exception(str(e), is_webui)
File "/content/AICoverGen/AICoverGen/AICoverGen/src/main.py", line 85, in raise_exception
raise Exception(error_msg)
Exception: operands could not be broadcast together with shapes (6009,2) (47105,2)
1

what does it mean and how can i fix it? @ardha27

the output isnt working well for me,,,

so i tried generating my vocals using the audio path and but whenever its done generating the result is just a quieter version of the audio i used?? is it because my audio is an acapella??

Need help with the output folder

Everytime I get the message that the output folder doesn't exist: Exception: "The folder /content/AICoverGen/rvc_models/ does not exist."

Indexing error

Traceback (most recent call last):
File "/content/AICoverGen/src/main.py", line 291, in song_cover_pipeline
voice_change(voice_model, main_vocals_dereverb_path, ai_vocals_path, pitch_change, f0_method, index_rate, filter_radius, rms_mix_rate, protect, crepe_hop_length, is_webui)
File "/content/AICoverGen/src/main.py", line 201, in voice_change
rvc_infer(rvc_index_path, index_rate, vocals_path, output_path, pitch_change, f0_method, cpt, version, net_g, filter_radius, tgt_sr, rms_mix_rate, protect, crepe_hop_length, vc, hubert_model)
File "/content/AICoverGen/src/rvc.py", line 150, in rvc_infer
audio_opt = vc.pipeline(hubert_model, net_g, 0, audio, input_path, times, pitch_change, f0_method, index_path, index_rate, if_f0, filter_radius, tgt_sr, 0, rms_mix_rate, version, protect, crepe_hop_length)
File "/content/AICoverGen/src/vc_infer_pipeline.py", line 571, in pipeline
self.vc(
File "/content/AICoverGen/src/vc_infer_pipeline.py", line 424, in vc
npy = np.sum(big_npy[ix] * np.expand_dims(weight, axis=2), axis=1)
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/AICoverGen/src/main.py", line 346, in
cover_path = song_cover_pipeline(args.song_input, rvc_dirname, args.pitch_change, args.keep_files,
File "/content/AICoverGen/src/main.py", line 316, in song_cover_pipeline
raise_exception(str(e), is_webui)
File "/content/AICoverGen/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

Not sure what this means, i'm with default params and it does not work

FAIL : Failed to load library libonnxruntime_providers_cuda.so

[E:onnxruntime:Default, provider_bridge_ort.cc:1480 TryGetProviderInfo_CUDA] /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1193 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcufft.so.10: cannot open shared object file: No such file or directory

What is this ERROR

idk this eror

Traceback (most recent call last): File "/content/AICoverGen/AICoverGen/src/main.py", line 291, in song_cover_pipeline voice_change(voice_model, main_vocals_dereverb_path, ai_vocals_path, pitch_change, f0_method, index_rate, filter_radius, rms_mix_rate, protect, crepe_hop_length, is_webui) File "/content/AICoverGen/AICoverGen/src/main.py", line 201, in voice_change rvc_infer(rvc_index_path, index_rate, vocals_path, output_path, pitch_change, f0_method, cpt, version, net_g, filter_radius, tgt_sr, rms_mix_rate, protect, crepe_hop_length, vc, hubert_model) File "/content/AICoverGen/AICoverGen/src/rvc.py", line 150, in rvc_infer audio_opt = vc.pipeline(hubert_model, net_g, 0, audio, input_path, times, pitch_change, f0_method, index_path, index_rate, if_f0, filter_radius, tgt_sr, 0, rms_mix_rate, version, protect, crepe_hop_length) File "/content/AICoverGen/AICoverGen/src/vc_infer_pipeline.py", line 571, in pipeline self.vc( File "/content/AICoverGen/AICoverGen/src/vc_infer_pipeline.py", line 424, in vc npy = np.sum(big_npy[ix] * np.expand_dims(weight, axis=2), axis=1) 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/AICoverGen/AICoverGen/src/main.py", line 346, in
cover_path = song_cover_pipeline(args.song_input, rvc_dirname, args.pitch_change, args.keep_files,
File "/content/AICoverGen/AICoverGen/src/main.py", line 316, in song_cover_pipeline
raise_exception(str(e), is_webui)
File "/content/AICoverGen/AICoverGen/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

Ok, i need help

I keep having this issue:

Exception: No .pth model file was found in the extracted zip. Please check /content/rvc_models/voice model name.

How do i solve this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.