You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Errno 2] No such file or directory: 'D:\ConfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\models\wd-v1-4-moat-tagger-v2.csv'
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\wd14tagger.py", line 176, in tag
tags.append(wait_for_async(lambda: tag(image, model, threshold, character_threshold, exclude_tags, replace_underscore, trailing_comma)))
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\pysssss.py", line 174, in wait_for_async
loop.run_until_complete(run_async())
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\python\lib\asyncio\base_events.py", line 649, in run_until_complete
return future.result()
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\pysssss.py", line 164, in run_async
r = await async_fn()
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\wd14tagger.py", line 69, in tag
with open(os.path.join(models_dir, model_name + ".csv")) as f:
The text was updated successfully, but these errors were encountered:
I have solved this problem by downloading a file called “selected_tags.csv” from——https://huggingface.co/SmilingWolf/wd-v1-4-moat-tagger-v2/tree/main,and also have to change the name to“wd-v1-4-moat-tagger-v2”,put it into your D:\ConfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\models file
Error occurred when executing WD14Tagger|pysssss:
[Errno 2] No such file or directory: 'D:\ConfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\models\wd-v1-4-moat-tagger-v2.csv'
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\wd14tagger.py", line 176, in tag
tags.append(wait_for_async(lambda: tag(image, model, threshold, character_threshold, exclude_tags, replace_underscore, trailing_comma)))
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\pysssss.py", line 174, in wait_for_async
loop.run_until_complete(run_async())
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\python\lib\asyncio\base_events.py", line 649, in run_until_complete
return future.result()
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\pysssss.py", line 164, in run_async
r = await async_fn()
File "D:\ConfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\wd14tagger.py", line 69, in tag
with open(os.path.join(models_dir, model_name + ".csv")) as f:
The text was updated successfully, but these errors were encountered: