Φφ

Results 11 issues of Φφ

I am planning to translate the UI strings (in `SmartRenameUI\SmartRenameUI.rc`) into Russian for personal use. Relatedly, wanted to know if the localization support is planned — it would be great...

Или хотя бы регистр не учитывать. А то заходишь такой на карту людей посмотреть, а там: ![image](https://user-images.githubusercontent.com/42910943/103407478-e1ff7380-4b6f-11eb-8639-b9fd8952d65f.png) А ещё веселее, если [переформируешь топ с запросом](https://vas3k.club/people/?query=Freelance) по "freelance", "фриланс" или "фрилансер":...

UI needed 🎨

Please allow setting the Current Working Directory for the task runner. I have a string `var content = fs.read('LINKS_LIST.txt');` in my js script; the script and the "LINKS_LIST.txt" both are...

## Description: Lets the bot answer you with a picture! Load it in the `--cai-chat` mode with `--extension sd_api_pictures` alongside `send_pictures` (it's not really required, but completes the picture). If...

**Describe what this pull request is trying to achieve.** I'm introducing the ability to unload checkpoint from VRAM and back onto it by user request via API or UI. **Additional...

An important step towards optimizing running different neural networks in parallel on the same GPU. **The core idea and the usage case** is simple: when `oobabooga` is used alongside other...

Affected extensions: `elevenlab_tts`, `silero_tts`, `send_pictures`, `sd_api_pictures`. --- 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_**...

Since the `text` variable is just for passing to the model instead of the picture, changed internal regular quotes to [typographical curly quotes](https://typographyforlawyers.com/straight-and-curly-quotes.html). The model interprets this all the same,...

Strictly an improvement on the work done in #1358. As per https://github.com/oobabooga/text-generation-webui/issues/1316 request: #### Fixes: * default mode selection on start-up; * denoising value change. #### New functionality: * restore...

+ability to move gpt-j-6B tokenizer files (as a whole directory) into GPT-4chan's model directory. The intent is to avoid cluttering the model selection menu if one does not use `gpt-j-6B`....