EliasVincent
a24fa781f1
tweaked Whisper parameters
2023-03-09 21:18:46 +01:00
EliasVincent
00359ba054
interactive preview window
2023-03-09 21:03:49 +01:00
EliasVincent
7a03d0bda3
cleanup
2023-03-09 20:33:00 +01:00
EliasVincent
4c72e43bcf
first implementation
2023-03-09 12:46:50 +01:00
Xan
a2b5383398
Merge in audio generation only on text stream finish., postpone audioblock autoplay
...
- Keeping simpleaudio until audio block "autoplay" doesn't play previous messages
- Only generate audio for finished messages
- Better name for autoplay, clean up comments
- set default to unlimited wav files. Still a few bugs when wav id resets
Co-Authored-By: Christoph Hess <9931495+ChristophHess@users.noreply.github.com>
2023-03-09 10:48:44 +11:00
Xan
738be6dd59
Fix merge errors and unlimited wav bug
2023-03-08 22:25:55 +11:00
Xan
5648a41a27
Merge branch 'main' of https://github.com/xanthousm/text-generation-webui
2023-03-08 22:08:54 +11:00
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
oobabooga
44e6d82185
Remove unused imports
2023-03-07 22:56:15 -03:00
oobabooga
eebec65075
Improve readability
2023-03-06 19:46:46 -03:00
oobabooga
944fdc03b2
Rename the folder
2023-03-06 19:38:36 -03:00
oobabooga
49ae183ac9
Move new extension to a separate file
2023-03-06 19:28:53 -03:00
MetaIX
9907bee4a4
Support for Eleven Labs TTS
...
As per your suggestion at https://github.com/oobabooga/text-generation-webui/issues/159 here's my attempt.
I'm brand new to python and github. Completely different from unreal + visual coding, so forgive my amateurish code. This essentially adds support for Eleven Labs TTS. Tested it without major issues, and I believe it's functional (hopefully).
Extra requirements: elevenlabslib https://github.com/lugia19/elevenlabslib , sounddevice0.4.6, and soundfile
Folder structure is the same as the SileroTTS Extension.
2023-03-05 19:04:22 -06:00
oobabooga
024d30d1b4
Reorder imports
2023-03-02 01:23:18 -03:00
oobabooga
e81c023b77
Slight style changes in gallery
2023-02-27 13:49:55 -03:00
oobabooga
43b6ab8673
Store thumbnails as files instead of base64 strings
...
This improves the UI responsiveness for large histories.
2023-02-27 13:41:00 -03:00
oobabooga
a08802bf70
Sort the gallery alphabetically
2023-02-27 13:04:06 -03:00
oobabooga
83368875eb
Minor style change
2023-02-27 11:55:36 -03:00
oobabooga
9c7fe2ec5d
Handle overflows in character names
2023-02-27 11:46:15 -03:00
conanak99
b5e31c8fef
fix responsive issue
2023-02-27 22:30:52 +08:00
conanak99
44fd6bce34
make the grid responsive
2023-02-27 22:26:19 +08:00
conanak99
b4fa7dcefc
Make the char gallery more space-efficent
2023-02-27 21:52:43 +08:00
oobabooga
7a776ccf87
Make the gallery interactive to load characters
2023-02-26 17:19:36 -03:00
oobabooga
48b83c9a70
Remove unused imports
2023-02-26 13:15:56 -03:00
oobabooga
3333f94c30
Make the gallery extension work on colab
2023-02-26 12:37:26 -03:00
oobabooga
756cba2edc
Add character gallery extension
2023-02-26 12:17:57 -03:00
oobabooga
3c9432f039
Add checkbox to disable the character bias
2023-02-26 02:37:21 -03:00
oobabooga
ef91bd802d
Sort TTS voices by gender
2023-02-26 02:26:15 -03:00
oobabooga
e71ff959f5
Clean up some unused code
2023-02-25 09:23:02 -03:00
oobabooga
91f5852245
Move bot_picture.py inside the extension
2023-02-25 03:00:19 -03:00
oobabooga
ad83b1b828
Clean up send_pictures extension
2023-02-25 02:13:24 -03:00
oobabooga
31fb5529d8
Minor change
2023-02-25 01:49:49 -03:00
oobabooga
13f2688134
Better way to generate custom prompts
2023-02-25 01:08:17 -03:00
oobabooga
67623a52b7
Allow for permanent hijacking
2023-02-25 00:55:19 -03:00
oobabooga
111b5d42e7
Add prompt hijack option for extensions
2023-02-25 00:49:18 -03:00
oobabooga
fd19e4812f
Add a comment
2023-02-25 00:28:38 -03:00
oobabooga
58e6734308
Add the "send picture" extension file
2023-02-25 00:26:15 -03:00
oobabooga
e51ece21c0
Add ui() function to extensions
2023-02-24 19:00:11 -03:00
oobabooga
cb226247e8
Make it possible to disable the TTS from within the interface
2023-02-16 23:38:27 -03:00
oobabooga
bde4cd402a
Change the default TTS voice
2023-02-16 16:07:38 -03:00
oobabooga
20484f26f3
Trying to make character bias more consistent
2023-02-15 23:38:52 -03:00
oobabooga
79d3a524f2
Add a file
2023-02-14 15:18:05 -03:00
oobabooga
f6bf74dcd5
Add Silero TTS extension
2023-02-14 15:06:06 -03:00
oobabooga
3277b751f5
Add softprompt support (for real this time)
...
Is this too much voodoo for our purposes?
2023-02-13 15:25:16 -03:00
oobabooga
337290777b
Rename example extension to "softprompt"
2023-02-11 17:17:10 -03:00
oobabooga
96d56d4f3c
Turn the example script into a soft prompt script
2023-02-10 15:24:26 -03:00
oobabooga
ad148571f4
Add fixed Google Translation extension
2023-01-29 14:55:24 -03:00
oobabooga
584a7dd50d
Remove defective extension
2023-01-29 14:40:14 -03:00
oobabooga
e5ff4ddfc8
Add bot prefix modifier option in extensions
2023-01-29 10:11:59 -03:00
oobabooga
c9447da898
Rename extension
2023-01-28 23:47:15 -03:00
oobabooga
1a8d815de4
Make src and dst languages explicit
2023-01-28 23:29:17 -03:00
oobabooga
7ff68ef252
Add Google Translate extension
2023-01-28 23:26:07 -03:00
oobabooga
6da94e358c
Add support for extensions parameters
...
Still experimental
2023-01-28 23:00:51 -03:00
oobabooga
6b5dcd46c5
Add support for extensions
...
This is experimental.
2023-01-27 00:40:39 -03:00