pythongosssss / ComfyUI-WD14-Tagger

A ComfyUI extension allowing for the interrogation of booru tags from images.
MIT License
618 stars 70 forks source link

error after the latest comfyui update #76

Open memedoggo opened 2 months ago

memedoggo commented 2 months ago
Error handling request
Traceback (most recent call last):
  File "D:\ComfyUI\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 452, in _handle_request
    resp = await request_handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 543, in _handle
    resp = await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 114, in impl
    return await handler(request)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\ComfyUI\server.py", line 45, in cache_control
    response: web.Response = await handler(request)
                             ^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\ComfyUI\server.py", line 57, in cors_middleware
    response = await handler(request)
               ^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger\wd14tagger.py", line 165, in get_tags
    model = default if default in models else models[0]
                                              ~~~~~~^^^
IndexError: list index out of range

when I right-clicked context menu to use WD14 nothing happened and the console gave those messages

liancheng-zcy commented 1 month ago

+1

liancheng-zcy commented 1 month ago

no models