update_deps Module

Installs any required third party libs for faceswap.py

Checks for installed Conda / Pip packages and updates accordingly

update_deps.update(is_gui=False) None

Check for and update dependencies

Parameters:

is_gui (bool, optional) – True if being called by the GUI. Prevents the updater from outputting progress bars which get scrambled in the GUI

Return type:

None

Functions

update([is_gui])

Check for and update dependencies