그림 생성이나 딥단부루는 같은 조건 하에서 멀쩡하게 되는 거 확인했음


런포드로 webui 구동해서 tagger 돌려보려고 했더니 익스텐션 설치하려고 하면 AssertionError: extension access disabed because of commandline flags 같이 좆같은 오류나뱉고 bat파일 열어서 --share이나 --listen 없애라길래 봤더니 애초에 적혀있지도 않고


참 갑갑하다

아래는 코랩에서 tagger 돌리면 뱉는 오류 복붙한거


found 2 image(s)

Error completing request

Arguments: (None, '/content/drive/MyDrive/SD/img', False, '/content/drive/MyDrive/SD/imgff', '[name].[output_extension]', 'ignore', False, 'wd14', 0.35, '', '', False, False, True, '0_0, (o)_(o), +_+, +_-, ._., _, <|>_<|>, =_=, >_<, 3_3, 6_9, >_o, @_@, ^_^, o_o, u_u, x_x, |_|, ||_||', True) {}

Traceback (most recent call last):

  File "/usr/local/repository/modules/call_queue.py", line 45, in f

    res = list(func(*args, **kwargs))

  File "/usr/local/repository/modules/call_queue.py", line 28, in f

    res = func(*args, **kwargs)

  File "/usr/local/repository/extensions/stable-diffusion-webui-wd14-tagger/scripts/tagger.py", line 363, in give_me_the_tags

    os.path.dirname(str(path).removeprefix(base_dir + '/'))

AttributeError: 'str' object has no attribute 'removeprefix'


Traceback (most recent call last):

  File "/usr/local/lib/python3.8/dist-packages/gradio/routes.py", line 284, in run_predict

    output = await app.blocks.process_api(

  File "/usr/local/lib/python3.8/dist-packages/gradio/blocks.py", line 983, in process_api

    data = self.postprocess_data(fn_index, result["prediction"], state)

  File "/usr/local/lib/python3.8/dist-packages/gradio/blocks.py", line 913, in postprocess_data

    if predictions[i] is components._Keywords.FINISHED_ITERATING:

IndexError: tuple index out of range