DominikDoom / a1111-sd-webui-tagcomplete

Booru style tag autocompletion for AUTOMATIC1111's Stable Diffusion web UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

launch error and feature dont work

rltgjqmcpgjadyd opened this issue · comments

at a1111`s webui AUTOMATIC1111/stable-diffusion-webui@4d5db58

*** Error loading script: tag_autocomplete_helper.py
    Traceback (most recent call last):
      File "D:\SDWebUI\modules\scripts.py", line 527, in load_scripts
        script_module = script_loading.load_module(scriptfile.path)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "D:\SDWebUI\modules\script_loading.py", line 10, in load_module
        module_spec.loader.exec_module(module)
      File "<frozen importlib._bootstrap_external>", line 940, in exec_module
      File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
      File "D:\SDWebUI\extensions\a1111-sd-webui-tagcomplete\scripts\tag_autocomplete_helper.py", line 586, in <module>
        last_style_mtime = get_style_mtime()
                           ^^^^^^^^^^^^^^^^^
      File "D:\SDWebUI\extensions\a1111-sd-webui-tagcomplete\scripts\tag_autocomplete_helper.py", line 582, in get_style_mtime
        style_file = Path(FILE_DIR).joinpath(style_file)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "C:\Users\gojas\AppData\Local\Programs\Python\Python311\Lib\pathlib.py", line 763, in joinpath
        return self._make_child(args)
               ^^^^^^^^^^^^^^^^^^^^^^
      File "C:\Users\gojas\AppData\Local\Programs\Python\Python311\Lib\pathlib.py", line 531, in _make_child
        drv, root, parts = self._parse_args(args)
                           ^^^^^^^^^^^^^^^^^^^^^^
      File "C:\Users\gojas\AppData\Local\Programs\Python\Python311\Lib\pathlib.py", line 493, in _parse_args
        a = os.fspath(a)
            ^^^^^^^^^^^^
    TypeError: expected str, bytes or os.PathLike object, not list

most features work well, but wildcard search doesn't work

I think it doesn't work since d37e37a