wsippel / bark_tts

Oobabooga extension for Bark TTS
GNU Affero General Public License v3.0
110 stars 14 forks source link

Cant Launch #6

Closed ameen-roayan closed 1 year ago

ameen-roayan commented 1 year ago

Hello

Getting this error on launch

Traceback (most recent call last): File "E:\AI\oobabooga-windows\text-generation-webui\server.py", line 927, in create_interface() File "E:\AI\oobabooga-windows\text-generation-webui\server.py", line 845, in create_interface extensions_module.create_extensions_block() File "E:\AI\oobabooga-windows\text-generation-webui\modules\extensions.py", line 133, in create_extensions_block extension.ui() File "E:\AI\oobabooga-windows\text-generation-webui\extensions\bark_tts\script.py", line 222, in ui convert_confirm.click(remove_tts_from_history, [shared.gradio[k] for k in ['name1', 'name2', 'mode']], shared.gradio['display']) File "E:\AI\oobabooga-windows\text-generation-webui\extensions\bark_tts\script.py", line 222, in convert_confirm.click(remove_tts_from_history, [shared.gradio[k] for k in ['name1', 'name2', 'mode']], shared.gradio['display']) KeyError: 'name1' Press any key to continue . . .

wsippel commented 1 year ago

Looks like you're not running Oobabooga in chat mode. The troubleshooting section on the Github page explains how to start the web UI in chat mode.

wsippel commented 1 year ago

The extension should work in all modes now.