mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-07-26 23:07:18 +08:00
Update nodes.py
This commit is contained in:
parent
42741f578c
commit
6f82bca98d
@ -729,9 +729,11 @@ class WidgetToString:
|
|||||||
CATEGORY = "KJNodes/text"
|
CATEGORY = "KJNodes/text"
|
||||||
DESCRIPTION = """
|
DESCRIPTION = """
|
||||||
Selects a node and it's specified widget and outputs the value as a string.
|
Selects a node and it's specified widget and outputs the value as a string.
|
||||||
To see node id's, enable node id display from Manager badge menu.
|
To see node id's, enable node id display from Manager badge menu.
|
||||||
Alternatively you can search with the node title. Node titles ONLY exist if they
|
Alternatively you can search with the node title. Node titles ONLY exist if they
|
||||||
are manually edited!
|
are manually edited!
|
||||||
|
The 'any_input' is purely for making sure the node you want the value from exists in the workflow,
|
||||||
|
it has no other function than place this node at right spot in the workflow execution order.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def get_widget_value(self, id, widget_name, extra_pnginfo, prompt, return_all=False, any_input=None, node_title=""):
|
def get_widget_value(self, id, widget_name, extra_pnginfo, prompt, return_all=False, any_input=None, node_title=""):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user