Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio to audio #14

Open
ArkhamInsanity opened this issue Jun 10, 2024 · 1 comment
Open

Audio to audio #14

ArkhamInsanity opened this issue Jun 10, 2024 · 1 comment

Comments

@ArkhamInsanity
Copy link

I am trying to do audio to audio. I used a sample made in stable audio sampler and made this workflow, using the load audio path from VHS nodes :
Capture d’écran du 2024-06-10 19-33-58

I get this error
Error occurred when executing StableAudioSampler:

cannot unpack non-iterable function object

File "..../..../ComfyUI/execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/..../..../ComfyUI/execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/..../..../ComfyUI/custom_nodes/ComfyUI-0246/utils.py", line 381, in new_func
res_value = old_func(*final_args, **kwargs)
File "/..../..../ComfyUI/execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/...../...../ComfyUI/custom_nodes/ComfyUI-StableAudioSampler/nodes.py", line 304, in sample
audio_bytes, sample_rate, spectrogram = generate_audio((positive, negative), steps, cfg_scale, sigma_min, sigma_max, sampler_type, device, save, save_prefix, audio_model, seed=seed, counter=self.counter, init_noise_level=denoise, init_audio=audio)
File "/..../..../ComfyUI/custom_nodes/ComfyUI-StableAudioSampler/nodes.py", line 103, in generate_audio
in_sr, init_audio = init_audio

@lks-ai
Copy link
Owner

lks-ai commented Jun 10, 2024

Working on the fix as you read this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants