Page 1 of 1

TypeError: 'NoneType' object is not callable

Posted: Fri Aug 28, 2020 2:28 pm
by doesnotmatter

Code: Select all

Setting Faceswap backend to AMD
Traceback (most recent call last):
  File "C:\Users\User\faceswap/faceswap.py", line 5, in <module>
    from lib.cli import args
  File "C:\Users\User\faceswap\lib\cli\args.py", line 21, in <module>
    _GPUS = GPUStats().cli_devices
  File "C:\Users\User\faceswap\lib\gpu_stats.py", line 76, in __init__
    self._initialize(log)
  File "C:\Users\User\faceswap\lib\gpu_stats.py", line 164, in _initialize
    self._plaid = plaidlib(log_level=loglevel, log=log)
TypeError: 'NoneType' object is not callable

Can someone help me please?


Re: TypeError: 'NoneType' object is not callable

Posted: Sun Aug 30, 2020 10:45 am
by torzdf

It looks like plaidml Didn't get installed properly.

Please follow these steps:
app.php/faqpage#f1r1

And try again.

If you still have issues, please also provide some more information about your setup.