-
Notifications
You must be signed in to change notification settings - Fork 87
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
split node WD14Tagger|pysssss #80
base: main
Are you sure you want to change the base?
Conversation
…nly|pysssss to use comfyui cache and reduce tag run cost
i didn't remove the node |
I tried to use your version and it was great!, but I got an error if I tried to join string using the Join Strings node. it was working fine if I used the original version..but I got the error with yours
|
same error |
a list result will not be joined with other string contents prompt, just add a node to transfer the list to string , you can
|
@metrosound @t00350320 fixed |
Error occurred when executing WD14Tagger|pysssss: [ONNXRuntimeError] : 1 : FAIL : Load model from /home/ubuntu/ComfyUI/custom_nodes/ComfyUI-WD14-Tagger/models/wd-swinv2-tagger-v3.onnx failed:/onnxruntime_src/onnxruntime/core/graph/model_load_utils.h:46 void onnxruntime::model_load_utils::ValidateOpsetForDomain(const std::unordered_map, int>&, const onnxruntime::logging::Logger&, bool, const string&, int) ONNX Runtime only guarantees support for models stamped with official released onnx opset versions. Opset 4 is under development and support for this is limited. The operator schemas and or other functionality may change before next ONNX release and in this case ONNX Runtime will not guarantee backward compatibility. Current official support for domain ai.onnx.ml is till opset 3. File "/home/ubuntu/ComfyUI/execution.py", line 152, in recursive_execute |
it's myabe an onnx version or compatibility issue |
sync from main
split
WD14Tagger|pysssss
intoWD14ModelLoader|pysssss
andWD14TaggerOnly|pysssss
to use comfyui cache and reduce tag run cost