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: #61

Open
HLM9581 opened this issue Jun 17, 2024 · 0 comments
Open

Help!!! Error occurred when executing WD14Tagger|pysssss: #61

HLM9581 opened this issue Jun 17, 2024 · 0 comments

Comments

@HLM9581
Copy link

HLM9581 commented Jun 17, 2024

Error occurred when executing WD14Tagger|pysssss:

[ONNXRuntimeError] : 3 : NO_SUCHFILE : Load model from I:\AI\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\models\wd-v1-4-vit-tagger-v2.onnx failed:Load model I:\AI\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\models\wd-v1-4-vit-tagger-v2.onnx failed. File doesn't exist

File "I:\AI\ComfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "I:\AI\ComfyUI-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 "I:\AI\ComfyUI-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 "I:\AI\ComfyUI-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 "I:\AI\ComfyUI-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 "I:\AI\ComfyUI-aki\ComfyUI-aki-v1.3\python\lib\asyncio\base_events.py", line 649, in run_until_complete
return future.result()
File "I:\AI\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\pysssss.py", line 164, in run_async
r = await async_fn()
File "I:\AI\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger\wd14tagger.py", line 49, in tag
model = InferenceSession(name, providers=ort.get_available_providers())
File "I:\AI\ComfyUI-aki\ComfyUI-aki-v1.3\python\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 432, in init
raise fallback_error from e
File "I:\AI\ComfyUI-aki\ComfyUI-aki-v1.3\python\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 427, in init
self._create_inference_session(self._fallback_providers, None)
File "I:\AI\ComfyUI-aki\ComfyUI-aki-v1.3\python\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 472, in _create_inference_session
sess = C.InferenceSession(session_options, self._model_path, True, self._read_config_from_model)
Uploading 微信图片_20240617230815.png…

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