summaryrefslogtreecommitdiffstats
path: root/Scripts/text_to_text_demo.py
Commit message (Collapse)AuthorAge
* Fix distilled modelsyum2024-03-14
| | | | | | | These were broken due to some logic errors in the codepath which acquires models from huggingface. Distilled large-v2 seems promising as a new default model.
* Add "simple" text-to-text demo for the modular avatar chatboxyum2024-03-08
To use it: $ python3 -m pip install python-osc pillow $ cd Scripts $ python3 ./text_to_text_demo.py