Error message/crash when converting

Getting errors or found a bug when converting faces from a trained model? Post about them here


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for reporting errors with the Convert process. If you want to get tips, or better understand the Convert process, then you should look in the Convert Discussion forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
george-waschin
Posts: 1
Joined: Sat Aug 24, 2019 6:43 am

Error message/crash when converting

Post by george-waschin »

I get the following error when I try to convert:

Traceback (most recent call last):
File "C:\Users\EAGan\faceswap\lib\cli.py", line 125, in execute_script
process.process()
File "C:\Users\EAGan\faceswap\scripts\convert.py", line 103, in process
self.convert_images()
File "C:\Users\EAGan\faceswap\scripts\convert.py", line 127, in convert_images
processes=self.pool_processes)
File "C:\Users\EAGan\faceswap\scripts\convert.py", line 72, in pool_processes
elif self.args.jobs > 0:
AttributeError: 'Namespace' object has no attribute 'jobs'

by torzdf » Sat Aug 24, 2019 11:33 am

Get the latest code. This is a bug which has been fixed

https://faceswap.dev/forum/viewtopic.php?f=4&t=44

Go to full post
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 622 times

Re: Error message/crash when converting

Post by torzdf »

Get the latest code. This is a bug which has been fixed

https://faceswap.dev/forum/viewtopic.php?f=4&t=44

My word is final

Locked