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
[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)
The text was updated successfully, but these errors were encountered:
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
![Uploading 微信图片_20240617230815.png…]()
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)
The text was updated successfully, but these errors were encountered: