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.74k stars 290 forks source link

Crash when doing output #69

Closed markiemm closed 3 years ago

markiemm commented 3 years ago

Here is the whole log:

Started Yanderify 4.0.3-stable Disclaimer: CPU mode on low-end computers or most laptops generally will cause the system to lock-up. We are not liable if you freeze your PC by refusing to listen to this advice. Written by dunnousername#8672. heavily inspired by windy's efforts New video input path: C:/Users/Markiemm/Videos/VID_20210127_160614.mp4 New image input path: C:/Users/Markiemm/Downloads/test.jpg New video output path: C:/Users/Markiemm/Videos/trump test.mp4 starting... Reloading checkpoints... Finished reloading checkpoints Loading sources... Sources loaded

This section contains the details the devs need to fix this issue. If you are reporting a bug, please include this entire section. If you leave out any of it, there is a good chance the devs will not be able to help. Error: received a RuntimeError at stage "predict". Message: "inverse: For batch 0: U(446658560,446658560) is zero, singular U." Full traceback: File "yanderify.py", line 229, in worker_thread

File "yanderify.py", line 191, in make_animation_batch

File "yanderify.py", line 172, in make_animationbatch

File "animate.py", line 33, in normalize_kp

cpu=0 C:/Users/Markiemm/Videos/VID_20210127_160614.mp4 C:/Users/Markiemm/Downloads/test.jpg {C:/Users/Markiemm/Videos/trump test.mp4}

This is the last line of the crash report section.

yanderify crashed! some common problems:

Animan8000 commented 3 years ago

Which GPU has been used?

markiemm commented 3 years ago

Which GPU has been used?

RTX 3070

Animan8000 commented 3 years ago

RTX 30XX GPUs are not supported unfortunately. They're using a new CUDA version which isn't compatible with one or several used dependencies. You would need to use CPU mode instead ("I don't have NVIDIA >= GTX750" checkbox).

markiemm commented 3 years ago

RTX 30XX GPUs are not supported unfortunately. They're using a new CUDA version which isn't compatible with one or several used dependencies. You would need to use CPU mode instead ("I don't have NVIDIA >= GTX750" checkbox).

Ah ok, thanks for the reply. I will now mark this issue as Closed