Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help!!!!Error occurred when executing WD14Tagger|pysssss #69

Open
Azzz368 opened this issue Jul 18, 2024 · 1 comment
Open

help!!!!Error occurred when executing WD14Tagger|pysssss #69

Azzz368 opened this issue Jul 18, 2024 · 1 comment

Comments

@Azzz368
Copy link

Azzz368 commented Jul 18, 2024

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:

@Azzz368
Copy link
Author

Azzz368 commented Jul 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant