EasyUse/🚫 Deprecatedgenerated
ShowAnythingLazy (🚫Deprecated)(showAnythingLazy)
ShowAnythingLazy (🚫Deprecated) node from ComfyUI-Easy-Use.
show Anything Lazy
output
anything
COMBO
Easy Use
Description
ShowAnythingLazy (🚫Deprecated) is a legacy compatibility node from ComfyUI-Easy-Use, found in the EasyUse/🚫 Deprecated category. It is a deprecated shim that exposes a single optional anything input and returns one untyped output. It exists primarily so old workflows referencing the internal showAnythingLazy node continue to load, but it is not intended for new workflows.
Inputs
- anything (
COMBO, optional):
An optional widget that nominally accepts any value. The current source declares no combo choices, default, or documented behavior for this input. In practical terms, you can leave it disconnected or feed it a value from another node; the node itself does not document any transformation.
Outputs
- UNKNOWN:
A single output with an unspecified/unknown type. This means the output is not statically constrained to a particular ComfyUI type, so it may be pass-through or may simply act as a placeholder. Downstream nodes that perform strict type checking might still reject it.
Usage Notes
- This node is marked with the 🚫 Deprecated flag. Avoid using it in new workflows; it may be removed in future versions of
ComfyUI-Easy-Use. - Because the node has no upstream description or docstring, its exact runtime behavior is not defined by the available metadata. The name and signature suggest a lazy/no-op pass-through of whatever is connected to
anything, but this should be verified before relying on it. - If you need to debug what it actually does with an input, connect a known value to
anythingand inspect the output with a preview/debug node, or read the installed source code. - For current workflows, prefer a maintained equivalent such as
ShowAnythingor another non-deprecated passthrough/debug node from the same package.
Comments
Sign in with GitHub to join the discussion.