SkinnyDevi / webui_tavernai_charas

A TavernUI Character extension for oobabooga's Text Generation WebUI
Apache License 2.0
58 stars 2 forks source link

Cant load #5

Closed Steelman14aUA closed 7 months ago

Steelman14aUA commented 9 months ago

2023-12-18 03:34:00 INFO:Loading the extension "webui_tavernai_charas-master"... 2023-12-18 03:34:00 ERROR:Failed to load the extension "webui_tavernai_charas-master". Traceback (most recent call last): File "E:\Ai\Oobabooga\modules\extensions.py", line 36, in load_extensions exec(f"import extensions.{name}.script") File "", line 1 import extensions.webui_tavernai_charas-master.script ^ SyntaxError: invalid syntax

SkinnyDevi commented 9 months ago

Thank you for reporting this error!

I'll have a look at it during the following days and come back with a fix.

Oridjinn1980 commented 8 months ago

I'm also having this issue! Using the latest version of TextGen WebUI. I placed the folder inside of the "extensions" folder, and it shows up fine inside the WebUI. However, once I enable it and restart the console just logs: "File "Censored\text-generation-webui-main\modules\extensions.py", line 37, in load_extensions exec(f"import extensions.{name}.script") File "", line 1 import extensions.webui_tavernai_charas-master.script ^ SyntaxError: invalid syntax"

SWEet22222 commented 8 months ago

I too have the same issue

04:36:54-222510 INFO     Loading the extension "gallery"
04:36:54-224961 INFO     Loading the extension "whisper_stt"
04:36:54-227440 INFO     Loading the extension "webui_tavernai_charas"
04:36:54-229921 INFO     Loading the extension "alltalk_tts-main"
04:36:54-248914 ERROR    Failed to load the extension "alltalk_tts-main".
Traceback (most recent call last):
  File "E:\oobabooga\text-generation-webui\modules\extensions.py", line 36, in load_extensions
    exec(f"import extensions.{name}.script")
  File "<string>", line 1
    import extensions.alltalk_tts-main.script
                                 ^
SyntaxError: invalid syntax
SkinnyDevi commented 7 months ago

@Steelman14aUA @Oridjinn1980 Hi there. First, sorry for the late response. Second, has your issue been resolved? If not try and update the text generation webUI top the latest version. I just updated and the extension seems to work with no problems present.

If the problem did resolve, please close this issue. Thank you!

SkinnyDevi commented 7 months ago

I too have the same issue

04:36:54-222510 INFO     Loading the extension "gallery"
04:36:54-224961 INFO     Loading the extension "whisper_stt"
04:36:54-227440 INFO     Loading the extension "webui_tavernai_charas"
04:36:54-229921 INFO     Loading the extension "alltalk_tts-main"
04:36:54-248914 ERROR    Failed to load the extension "alltalk_tts-main".
Traceback (most recent call last):
  File "E:\oobabooga\text-generation-webui\modules\extensions.py", line 36, in load_extensions
    exec(f"import extensions.{name}.script")
  File "<string>", line 1
    import extensions.alltalk_tts-main.script
                                 ^
SyntaxError: invalid syntax

As for your problem, please bare in mind that your problem doesn't have to do anything with the original issue, but I will resolve anyways.

Your problem lies on the extension from 'alltalk tts' not loading correctly. Please refer to the original extension author for further assistance.