mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-10 02:30:58 +01:00
- 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. |
||
|---|---|---|
| .. | ||
| chat.py | ||
| deepspeed_parameters.py | ||
| extensions.py | ||
| html_generator.py | ||
| LLaMA.py | ||
| models.py | ||
| RWKV.py | ||
| shared.py | ||
| stopping_criteria.py | ||
| text_generation.py | ||
| ui.py | ||