Wav2Lip icon indicating copy to clipboard operation
Wav2Lip copied to clipboard

FileNotFoundError: [WinError 2] the specified file cannot be found

Open leepattinson opened this issue 6 months ago • 0 comments

(sorry,I just copy the very similar post) I don't understand python and its libraries. my knowledge is limited to ctrl c + v, thanks in advance

I have Windows 7 SP1 I installed the model and the checkpoint according to the instructions, In the end I get this (when trying to run facefusion)

Traceback (most recent call last): File "c:\Facefusion\facefusion\run.py", line 6, in core.cli() File "c:\Facefusion\facefusion\facefusion\core.py", line 112, in cli run(program) File "c:\Facefusion\facefusion\facefusion\core.py", line 221, in run if not pre_check() or not content_analyser.pre_check() or not face_analyser. pre_check() or not face_masker.pre_check() or not voice_extractor.pre_check(): File "c:\Facefusion\facefusion\facefusion\content_analyser.py", line 57, in pr e_check conditional_download(download_directory_path, [ model_url ]) File "c:\Facefusion\facefusion\facefusion\download.py", line 25, in conditiona l_download subprocess.Popen([ 'curl', '--create-dirs', '--silent', '--insecure', '--loc ation', '--continue-at', '-', '--output', download_file_path, url ]) File "C:\Anaconda3\envs\facefusion\lib\subprocess.py", line 971, in init self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Anaconda3\envs\facefusion\lib\subprocess.py", line 1456, in execute child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] Не удается найти указанный файл

leepattinson avatar Aug 11 '24 15:08 leepattinson