minemo / text-generation-webui-barktts

A simple extension that uses Bark Text-to-Speech for audio output
Other
35 stars 11 forks source link

Failed to load the extension "bark_tts". #11

Open swumagic opened 10 months ago

swumagic commented 10 months ago

14:56:07-916636 ERROR Failed to load the extension "bark_tts". Traceback (most recent call last): File "D:\airj\text-generation-webui\text-generation-webui\modules\extensions.py", line 37, in load_extensions exec(f"import extensions.{name}.script") File "", line 1, in File "D:\airj\text-generation-webui\text-generation-webui\extensions\bark_tts\script.py", line 52, in streaming_state = shared.args.no_stream AttributeError: 'Namespace' object has no attribute 'no_stream'

LaernuTairos commented 9 months ago

Same. There is no boolean for no stream anymore so this doesn't work, unless it was simply renamed to something else

cantodelobo commented 9 months ago

Same