dunnousername / yanderifier

First-Order-Wrapper (formerly known as Yanderify) is a front-end tool for first-order-motion. It aims to make using first-order-motion face animation accessible to everyone, for education and entertainment.
1.76k stars 291 forks source link

three kinds of problems #73

Open Gezelli-z opened 3 years ago

Gezelli-z commented 3 years ago

First of all, I would like to know whether the following problems can be solved by myself or need you to compile the program fraudulently. I am very grateful.

This is the first one

Loading... Exception in thread Thread-1: Traceback (most recent call last): File "threading.py", line 917, in _bootstrap_inner File "threading.py", line 865, in run File "yanderify.py", line 269, in worker_thread File "yanderify.py", line 211, in worker_thread File "imageio\core\functions.py", line 126, in get_reader ValueError: Could not find a format to read the specified file in mode '?'

Second one Loading... Imageio: 'ffmpeg-win32-v3.2.4.exe' was not found on your computer; downloading it now. Error while fetching file: <urlopen error 【WinError 10053】 The software in your host aborted an established connection.>. Error while fetching file: <urlopen error 【WinError 10053】 The software in your host aborted an established connection.>.

Third Error while fetching file: <urlopen error 【Errno 11004】 getaddrinfo failed>.

Finally, how to solve the crash problem sometimes

Thanks

Animan8000 commented 3 years ago

Hmm. For the second problem it's basically trying to download a particular FFmpeg client which did fail. For that particular case you can download this ffmpeg-win32-v3.2.4.zip and put the .exe file into %LOCALAPPDATA%\imageio\ffmpeg, so Yanderify will notice that the client is already on the PC and doesn't need to download it by itself. Good luck!

Gezelli-z commented 3 years ago

I have already understood the second question. I collected some people’s questions for help, but the first question still bothers me. I have tried to change the photo to jpg png format.Thanks

Animan8000 commented 3 years ago

I'm not sure if this might be related to imageio FFmpeg. If you mean that the image cannot be loaded despite it being jpg/png. Because I remember once somebody claiming that the client can accidentally corrupt itself, if something goes wrong during the download, so the corrupted client needs to be removed and redownloaded/replaced.