text-generation-webui/modules
Xan ad6b699503 Better TTS with autoplay
- Adds "still_streaming" to shared module for extensions to know if generation is complete
- Changed TTS extension with new options:
   - Show text under the audio widget
   - Automatically play the audio once text generation finishes
   - manage the generated wav files (only keep files for finished generations, optional max file limit)
   - [wip] ability to change voice pitch and speed
- added 'tensorboard' to requirements, since python sent "tensorboard not found" errors after a fresh installation.
2023-03-08 22:02:17 +11:00
..
chat.py Ensure proper no-streaming with generation_attempts > 1 2023-03-02 00:10:10 -03:00
deepspeed_parameters.py Fix deepspeed (oops) 2023-02-02 10:39:37 -03:00
extensions.py Move bot_picture.py inside the extension 2023-02-25 03:00:19 -03:00
html_generator.py Store thumbnails as files instead of base64 strings 2023-02-27 13:41:00 -03:00
LLaMA.py Increase the sequence length, decrease batch size 2023-03-03 15:54:13 -03:00
models.py Add --pin-weight parameter for FlexGen 2023-03-04 01:04:02 -03:00
RWKV.py Remove some unused imports 2023-03-02 00:36:20 -03:00
shared.py Better TTS with autoplay 2023-03-08 22:02:17 +11:00
stopping_criteria.py Improve the imports 2023-02-23 14:41:42 -03:00
text_generation.py Better TTS with autoplay 2023-03-08 22:02:17 +11:00
ui.py Stop chat from flashing dark when processing 2023-03-03 13:19:13 -03:00