Log keyword: No module named simpleeval
Check the dependency first, then the expression and allowed operations exposed by the node.
Published references, source identities and connected reading.
Have the exact error text? Paste it into Troubleshoot to find matching articles →
Log keyword: No module named simpleeval
Check the dependency first, then the expression and allowed operations exposed by the node.
Log keyword: No module named transformers
Locate the failing stage before changing Transformers, model files or network settings.
Log keyword: No module named scipy
Keep the precise import and operation errors instead of treating every scientific-library failure as an install issue.
Log keyword: No module named av
Check PyAV, its linked libraries and an external FFmpeg executable as separate dependencies.
Log keyword: No module named spandrel
Separate the library import from architecture support and the identity of the weights.
Log keyword: No module named kornia
Distinguish a missing base package from an optional feature dependency before changing Torch.
Log keyword: No module named onnxruntime
Separate package discovery, runtime providers and the session that actually executes your model.
Log keyword: No module named cv2
Identify the installed OpenCV flavor before investigating missing modules or native-library loading.
Log keyword: Input contains (near) NaN/+-Inf
A codec rejecting nonfinite samples is not necessarily missing. Follow the audio entering it back through processing and decoding.
Log keyword: workflow templates
Core source, Desktop shell, frontend package, templates and custom nodes are not one indivisible version. An update can leave some components behind.
Log keyword: Connection refused
localhost identifies the device making the request. Its meaning differs across a browser, phone, container, notebook and remote server.
Log keyword: Dependency cycle detected
A normal data-dependency loop prevents a valid execution order. This is different from a supported loop/control-flow node with explicitly defined semantics.
Log keyword: Custom validation failed for node
The generic banner says the node's validation rejected an input or raised an exception. It does not identify whether the real cause is a missing file, invalid media or code incompatibility.
Log keyword: invalid_input_type
Conversion failures and values outside min/max are related input-validation cases. Fix the field definition rather than silently clipping every value.
Log keyword: Bad linked input
An inputs list may be interpreted as a link rather than a literal array. Inspect serialization before assuming every JSON list will reach a node unchanged.
Log keyword: Return type mismatch between linked nodes
IMAGE, LATENT, MODEL and CONDITIONING have different roles. A drawable connection or similar socket color is not sufficient evidence of a valid interface.
Log keyword: Required input is missing
The backend found a missing required input before execution. Use the reported node and field to repair that specific gap before investigating further failures.
Log keyword: has no class_type
An API execution node needs class_type. The same missing_node_type category may also report a class that exists in the request but is unknown to the backend, so read message and extra_info together.
Log keyword: Float8_e4m3fn
Locate whether the failure happens during weight loading, dequantization or an operation. A file's FP8 label alone does not describe every possible quantized execution path.
Log keyword: Overlapped Object has pending operation at deallocation
Use this path only when the complete traceback matches the relevant Windows asyncio/Manager failure. An event-loop error may also follow an earlier network exception.
Log keyword: Bad git executable
Git may work in one terminal but remain unavailable to a previously started launcher, service or container. Confirm the caller's executable search path.
Log keyword: This action is not allowed with this security level configuration
A blocked installation or command can be deliberate policy enforcement rather than corruption. Determine which action was refused and who is permitted to change it.
Log keyword: CERTIFICATE_VERIFY_FAILED
Diagnose the failing hostname, certificate chain and interpreter before treating HTTPS verification as an inconvenience to bypass.
Log keyword: ComfyUI-Manager
Desktop, newer Manager interfaces and legacy installations do not necessarily expose Manager in the same place or install it in the same way.