text-generation-webui/extensions
Φφ 5389fce8e1 Extensions performance & memory optimisations
Reworked remove_surrounded_chars() to use regular expression ( https://regexr.com/7alb5 ) instead of repeated string concatenations for elevenlab_tts, silero_tts, sd_api_pictures. This should be both faster and more robust in handling asterisks.

Reduced the memory footprint of send_pictures and sd_api_pictures by scaling the images in the chat to 300 pixels max-side wise. (The user already has the original in case of the sent picture and there's an option to save the SD generation).
This should fix history growing annoyingly large with multiple pictures present
2023-03-22 11:51:00 +03:00
..
api flask_cloudflared for shared tunnels 2023-03-16 02:00:16 +03:00
character_bias Add checkbox to disable the character bias 2023-02-26 02:37:21 -03:00
elevenlabs_tts Extensions performance & memory optimisations 2023-03-22 11:51:00 +03:00
gallery Add a header bar and redesign the interface (#293) 2023-03-15 12:01:32 -03:00
google_translate Add ui() function to extensions 2023-02-24 19:00:11 -03:00
llama_prompts Fix typo error in script.py 2023-03-12 15:21:50 +07:00
sd_api_pictures Extensions performance & memory optimisations 2023-03-22 11:51:00 +03:00
send_pictures Extensions performance & memory optimisations 2023-03-22 11:51:00 +03:00
silero_tts Extensions performance & memory optimisations 2023-03-22 11:51:00 +03:00
whisper_stt add auto-transcribe option 2023-03-13 21:41:19 +01:00