Profil du package
LIREMOI
Nœuds dans ce pack
GODMT_AnyCast
Output any value as the selected ComfyUI type. STRING, INT, FLOAT, and BOOLEAN also perform Python conversion.
Ressources connexes
Sources
Vérifié 3 août
Extraits de sources
Source context: Repo godmt/ComfyUI-List-Utils
List Utils · entrée 1 · paramètre 1 · sortie 1
GODMT_AnyToDict
Convert any value to a dict when possible and also return its string representation. Intended for debugging.
List Utils · entrée 1 · paramètres 0 · sorties 2
GODMT_CreateArange
Generate floating-point values with numpy.arange(start, stop, step), output as both a ComfyUI List and a PyList.
List Utils · entrées 0 · paramètres 3 · sorties 3
GODMT_CreateLinspace
Generate evenly spaced values with numpy.linspace(start, stop, num), output as both a ComfyUI List and a PyList.
GODMT_CreateList
Create a ComfyUI List-processing output from multiple inputs. Connect the last empty socket to add another input.
List Utils · entrées 0 · paramètres 0 · sortie 1
GODMT_CreatePyList
Create a PyList from multiple inputs. Use this when you want to keep an array as one value. Connect the last empty socket to add another input.
GODMT_CreateRange
Generate integers with Python range(start, stop, step), output as both a ComfyUI List and a PyList. Useful for seeds and indexes.
GODMT_Exec
Execute Python code with input values available as x[0], x[1], ... and return result. Use only in trusted workflows.
List Utils · entrées 0 · paramètre 1 · sortie 1
GODMT_GetLength
Apply Python len() to the input and display the result on the node.
List Utils · entrée 1 · paramètres 0 · sortie 1
GODMT_GetShape
Inspect width, height, batch size, and channels for IMAGE, LATENT, or MASK inputs. LATENT dimensions are converted to image-space size.
List Utils · entrée 1 · paramètres 0 · sorties 4
GODMT_GetWidgetsValues
Read and display the upstream node's widgets_values. Intended for debugging node settings.
GODMT_ListDir
List files and folders under a path using a glob pattern, output as both a ComfyUI List and a PyList.
List Utils · entrées 0 · paramètres 2 · sorties 3
GODMT_ListGetByIndex
Read one item by index from a ComfyUI List-processing input. Use this for List values, not PyList values.
GODMT_ListSlice
Slice a ComfyUI List-processing input with Python-style start:end semantics and keep it as a List output.
List Utils · entrée 1 · paramètres 2 · sortie 1
GODMT_ListToPyList
Collect a ComfyUI List-processing input into one PyList value. Use this when you want to stop per-item execution and treat the values as an array.
GODMT_MergeList
Concatenate multiple ComfyUI List-processing inputs into one List output.
GODMT_MergePyList
Concatenate multiple PyList inputs as raw Python lists.
GODMT_Pack
Bundle multiple values, including different ComfyUI types, into one PACK with each input name, type, and value preserved. Use Unpack to restore them.
GODMT_PyListGetByIndex
Read one item by index from a PyList. Use this for raw Python list values, not ComfyUI List-processing values.
GODMT_PyListItemCast
Convert each item inside a PyList to STRING, INT, FLOAT, BOOLEAN, and similar basic types.
GODMT_PyListSlice
Slice a PyList with Python-style start:end semantics and keep it as a PyList output.
GODMT_PyListToList
Convert a PyList into ComfyUI List processing. Use this when downstream nodes should run once per item.
GODMT_SplitString
Split text into both a ComfyUI List-processing output and a PyList. Useful for prompt candidates, filenames, seed lists, and other simple batches.
List Utils · entrées 0 · paramètres 4 · sorties 3
GODMT_Unpack
Extract the original values from a PACK. When connected to Pack, outputs are created from the Pack input names and types.
List Utils · entrée 1 · paramètres 0