mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-01-26 17:20:04 +00:00
* talkinghead: fix and improve THA3 manual poser * server.py: no, don't yet use fp16 for talkinghead
15 lines
370 B
Bash
Executable File
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 $@
|