EasyUse/Utilgenerated

Ckpt Names(setCkptName)

The Ckpt Names node (setCkptName) is a utility node from the ComfyUI-Easy-Use package, located in the EasyUse/Util category.

set Ckpt Name

ckpt_name
ckpt_name
COMBO
Easy Use

Description

The Ckpt Names node (setCkptName) is a utility node from the ComfyUI-Easy-Use package, located in the EasyUse/Util category. It acts as a simple selector for checkpoint model names, letting you choose one from a dropdown populated with available checkpoints in your environment. The selected name is passed along as the node’s output, which can be connected to other nodes that expect a checkpoint name string.

Inputs

  • ckpt_name (COMBO, required): A dropdown listing available checkpoint names. Pick the checkpoint you want to use. The list is populated from the checkpoints available to ComfyUI at runtime.

Outputs

  • UNKNOWN: The selected checkpoint name. Although the output type is marked as UNKNOWN, the node is intended to output the chosen ckpt_name as a string value, ready for use by downstream nodes.

Usage Notes

  • This node is primarily useful as a convenient, reusable way to select a checkpoint without typing the name manually.
  • Because it outputs an arbitrary/unknown type, you may need to ensure the connected node accepts a string or checkpoint-name value.
  • It can be used in workflows where the same checkpoint selection needs to be referenced in multiple places; wire the output to each destination instead of repeating the selection.
  • The dropdown contents depend on the checkpoints present in your models/checkpoints directory and are refreshed when ComfyUI loads the node graph.

Comments

Sign in with GitHub to join the discussion.

Loading comments…