SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
549 stars 124 forks source link

Talkinghead next2 #213

Closed Technologicat closed 8 months ago

Technologicat commented 9 months ago

Here's an update to talkinghead.

The postprocessing filters (essentially fragment shaders written in Torch) exist and work, but the postprocessor is temporarily disabled, because we're still missing a way to send it a configuration from the client side. If someone wants to experiment with it in its current state, look at talkinghead/tha3/app/postprocessor.py, and see default_chain, which is a simple data structure containing the (currently hardcoded) settings. Adapt the provided example as desired, and restart your SillyTavern-extras.

I think /emote xxx and this second round of performance improvements could be worth a merge already.

Live mode is still practically usable only on a GPU, due to the posing engine THA3 being a deep-learning model.

Comments?

Cohee1207 commented 8 months ago

No comments. Looks fine as it is

Technologicat commented 8 months ago

Thanks for the merge!