-
When running the docker container for text-generation-webui there is an issue with the openai extension due to
an incompatibility with the syntax of the typing.py file.
Basically they use the newe…
-
执行python3 webui.py --port 9886 --model_dir speech_tts/CosyVoice-300M后,在webui上点击任何按钮都会报超时错误,如下图
控制台报错信息如下。该怎么解决啊
ERROR: Exception in ASGI application
Traceback (most recent call last):
File …
-
Here is the error I get, I am no programmer, but it seems it cannot run it with 8GB VRAM. (might be wrng about it) anyway, here is the error i get from the console
Traceback (most recent call last)…
-
text-generation-webui appears to have an OpenAI compatible API. It's not clear when you have the openAI docs how to use it that way. Looks like there's a custom API option, but seems excessive if we'r…
-
find a way to make it persistent. e.g. apply a patch after u get https://github.com/oobabooga/text-generation-webui.git in dockerfile to change the default dir for settings.yaml to eg /extensions
i…
-
Whenever I send a generated image to img2img or inpainting using the buttons underneath the result image, the exact seed of the generation gets sent, too. This did not happen in previous iterations of…
-
### Describe the bug
running latest build results in torch error
```
python server.py --api --listen --n-gpu-layers 32 --threads 8 --numa --tensorcores --trust-remote-code
```
...
```
Runtime…
-
Got the following error when changing "injection_location" to "AFTER_NORMAL_CONTEXT_BUT_BEFORE_MESSAGES":
`
------------------------------
NEW MEMORIES LOADED IN CHATBOT
('0 days ago, You said:\…
-
### Environment
🐋 Docker
### System
Ubuntu 24.04.1 LTS
### Version
1.12.6
### Desktop Information
Running SillyTavern and Oobabooga in docker-compose.
### Describe the problem
When selecting …
-
I was wondering if it would be possible to have some kind of implementation with the Oobabooga text generation webui? it already has the implementation of bark, but i think an extension API to it and …