SayanoAI / Comfy-RVC

ComfyUI custom nodes for RVC related inference and image generation
MIT License
12 stars 2 forks source link

ValueError: could not convert string to float: 'waveform' #14

Open royaiagent opened 2 weeks ago

royaiagent commented 2 weeks ago

using extracted coordinates !!! Exception during processing!!! could not convert string to float: 'waveform' Traceback (most recent call last): File "/root/ComfyUI/execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "/root/ComfyUI/execution.py", line 82, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "/root/ComfyUI/execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(*slice_dict(input_data_all, i))) File "/root/ComfyUI/custom_nodes/Comfy-RVC/custom_nodes/uvr.py", line 66, in split hash_name = get_hash(model, agg, format, audio_to_bytes(input_audio)) File "/root/ComfyUI/custom_nodes/Comfy-RVC/lib/audio.py", line 184, in audio_to_bytes audio=np.array(audio,dtype="float32") ValueError: could not convert string to float: 'waveform'

SayanoAI commented 2 weeks ago

Can you share your full workflow or create a simpler workflow where this error occured?