wsippel / bark_tts

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

doesn't work with latest oobabooga #23

Closed rktvr closed 7 months ago

rktvr commented 9 months ago

fresh ooba install (1.6.1) and I get this on launching:

Traceback (most recent call last):
  File "E:\oobabooga\text-generation-webui-1.6.1\server.py", line 229, in <module>
    create_interface()
  File "E:\oobabooga\text-generation-webui-1.6.1\server.py", line 140, in create_interface
    extensions_module.create_extensions_block()  # Extensions block
  File "E:\oobabooga\text-generation-webui-1.6.1\modules\extensions.py", line 192, in create_extensions_block
    extension.ui()
  File "E:\oobabooga\text-generation-webui-1.6.1\extensions\bark_tts\script.py", line 243, in ui
    chat.save_persistent_history, gradio('history', 'character_menu', 'mode'), None).then(
AttributeError: module 'modules.chat' has no attribute 'save_persistent_history'
HanJammer commented 8 months ago

Same issue here.

carinae commented 8 months ago

Same here, tts extension need to be updated since save_persistent_history has been removed watch here

wsippel commented 7 months ago

Should be fixed now.