Files
SillyTavern-extras/talkinghead/start_manual_poser.sh
Juha Jeronen 7ca92eaeac talkinghead: fix and improve THA3 manual poser (#204)
* talkinghead: fix and improve THA3 manual poser

* server.py: no, don't yet use fp16 for talkinghead
2023-12-20 01:21:24 +02:00

15 lines
370 B
Bash
Executable File

#!/bin/bash
#
# Launch the THA3 manual poser app.
#
# This app can be used to generate static expression images, given just
# one static input image in the appropriate format.
#
# This app is standalone, and does not interact with SillyTavern.
#
# This must run in the "extras" conda venv!
# Do this first:
# conda activate extras
#
python -m tha3.app.manual_poser $@