Page 1 of 1
Needs Help:No Session Data Loaded?!
Posted: Thu Sep 12, 2019 2:51 am
by HamLaerster
Hi guys, I've followed the instruction in Installation named Windows Install Guide. I succesfully installed it. And I am going to extract a video file, *.mp4. The settings of Extract is the same as said in Extract Guide, but my faceswap failed to work and gui said no session data loaded. What's the problem and how I can fix it?! Really need your help, thanks.
Re: Needs Help:No Session Data Loaded?!
Posted: Thu Sep 12, 2019 4:10 pm
by bryanlyon
Please try again and if it still fails post your log. I believe that the first extract sometimes errors out but it usually works the second time. If not, we'll need the log to diagnose.
Re: Needs Help:No Session Data Loaded?!
Posted: Thu Sep 26, 2019 4:40 pm
by nick22
Iam going through the same problem. I have used deepfake in the past and it worked fine.
I don't know why I cannot load my JPG images
Re: Needs Help:No Session Data Loaded?!
Posted: Thu Sep 26, 2019 5:16 pm
by torzdf
We aren't psychic. Without the log, we cannot help.
Re: Needs Help:No Session Data Loaded?!
Posted: Thu Sep 26, 2019 5:37 pm
by nick22
Here's what it prints on my command line
"""
Setting Faceswap backend to NVIDIA
09/26/2019 13:32:59 INFO Log level set to: INFO
"""
Re: Needs Help:No Session Data Loaded?!
Posted: Thu Sep 26, 2019 5:38 pm
by torzdf
Crash report from your faceswap folder. If you don't have a crash report, do Help > Output System Info and paste that
Re: Needs Help:No Session Data Loaded?!
Posted: Thu Sep 26, 2019 5:43 pm
by nick22
I fixed it.
The problem was that there was one module called pynvml missing.
I did pip install pynvml and now it's all working.
Thank you very much!