Also seen as: "When loading the graph the following node types were not found", "node type not found", "undefined node type", "red nodes ComfyUI"
Direct answer
This means the workflow uses a custom node that is not installed in your ComfyUI — the graph references a node class ComfyUI has not registered, so the node shows up red and the graph will not run. It is a missing node package, not a broken workflow. (It is different from a ModuleNotFoundError, which is a node that IS installed but is missing a Python dependency.)
Not sure this workflow will run before you rent a GPU?
Paste your ComfyUI workflow JSON into the free checker — it flags missing nodes, model requirements, and the VRAM/GPU you actually need. No signup.
The custom node the workflow needs was never installed — the most common case.
In ComfyUI Manager, run "Install Missing Custom Nodes" — it maps the red nodes to their repos and installs them, then restart. If Manager cannot find it, search the exact node-class name on GitHub or the ComfyUI registry, git clone the repo into custom_nodes/, install its requirements.txt, and restart.