Install

class setup.Install(environment: Environment, is_gui: bool = False)

Bases: object

Handles installation of Faceswap requirements

Parameters:
  • environment (Environment) – Environment class holding information about the running system

  • is_gui (bool) – True if the caller is the Faceswap GUI. Used to prevent output of progress bars which get scrambled in the GUI