+---------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=======================================================================================| | No running processes found | +---------------------------------------------------------------------------------------+
# in ComfyUI/custom_nodes git clone https://github.com/AIFSH/DHLive-ComfyUI.git cd DHLive-ComfyUI pip install -r requirements.txt
(121858,) 7.616125
(927744, 2) 57.984
File “D:\BaiduNetdiskDownload\DH_live-main\DH_live-main\talkingface\audio_model.py”, line 103, in interface_wav fbank.accept_waveform(16000, augmented_samples2.tolist()) TypeError: accept_waveform(): incompatible function arguments. The following argument types are supported:
followed the main instructions for installing on pytorch’s site but still failed to have success. For my setup this resulted in .pip3 install torch torchvision torchaudio –index-url https://download.pytorch.org/whl/cu117
I had to add which finally fixed the problem.–upgrade –force-reinstall