Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 950 Bytes

distiller_ui.md

File metadata and controls

35 lines (26 loc) · 950 Bytes

distiller_ui

This program provides a user-friendly interface to the distill program, allowing you to create training configurations and providing useful documentation.

Invoking the Program

Make sure you have (1) created a Python environment and (2) downloaded model files as instruction in the main README file.

Instruction for Linux/OSX Users

  1. Open a shell.
  2. cd to the repository's directory.
    cd SOMEWHERE/talking-head-anime-4-demo
    
  3. Run the program.
    bin/run src/tha4/app/distill_ui.py
    

Instruction for Windows Users

  1. Open a shell.
  2. cd to the repository's directory.
    cd SOMEWHERE\talking-head-anime-4-demo
    
  3. Run the program.
    bin\run.bat src\tha4\app\distill_ui.py
    

Usage

Please consult the documentation inside the program itself. It is available on the rightmost panel.