mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-13 15:03:33 +00:00
nit
This commit is contained in:
parent
c05c9b552b
commit
522d923948
@ -63,7 +63,6 @@ def get_input_info(
|
|||||||
valid_inputs: InputTypeDict | None = None
|
valid_inputs: InputTypeDict | None = None
|
||||||
) -> tuple[str, Literal["required", "optional", "hidden"], InputTypeOptions] | tuple[None, None, None]:
|
) -> tuple[str, Literal["required", "optional", "hidden"], InputTypeOptions] | tuple[None, None, None]:
|
||||||
"""Get the input type, category, and extra info for a given input name.
|
"""Get the input type, category, and extra info for a given input name.
|
||||||
If valid_inputs is provided, it will be used instead of the class_def.INPUT_TYPES().
|
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
class_def: The class definition of the node.
|
class_def: The class definition of the node.
|
||||||
|
Loading…
Reference in New Issue
Block a user