EasyUse/Logicgenerated

Clean VRAM Used(cleanGPUUsed)

The Clean VRAM Used node is a logic utility from ComfyUI-Easy-Use that performs VRAM cleanup during workflow execution.

clean GPU Used

anything
output
Easy Use

Description

The Clean VRAM Used node is a logic utility from ComfyUI-Easy-Use that performs VRAM cleanup during workflow execution. It accepts a single value of any type and passes it through unchanged, letting you insert the cleanup action into an existing connection without modifying data flow.

Inputs

anything

  • Type: ANYTYPE
  • Required: Yes

Any value can be fed into this input: latents, images, models, conditioning data, or primitive values. The node does not inspect or alter this value; it only uses it as a trigger and passthrough path.

Outputs

ANYTYPE

Returns whatever value was provided to the anything input, unchanged. The output type is ANYTYPE, so the connection can continue to be used wherever the original data was going.

Usage Notes

  • Place this node before or after memory-intensive operations when you want to trigger a VRAM cleanup. Because it ignores the content of anything, it is safe to splice into existing wires.
  • The cleanup effect occurs when the node is executed; the passthrough itself has no side effects on the data.
  • If you need to clean VRAM but do not have a data-carrying wire to use, connect any available output as the trigger; the value will be echoed at the output and can be left unconnected.
  • Since it is categorized under EasyUse/Logic, it is intended as a control/utility node rather than a data transformation node.

Comments

Sign in with GitHub to join the discussion.

Loading comments…