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) –
Trueif being called by the GUI. Prevents the updater from outputting progress bars which get scrambled in the GUI- Return type:
None
Functions
|
Check for and update dependencies |