mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Add API polling to check the execution progress status of the current task
This commit is contained in:
parent
beb66a7f33
commit
84104f6083
@ -56,7 +56,6 @@ class IsChangedCache:
|
|||||||
class_type = node["class_type"]
|
class_type = node["class_type"]
|
||||||
class_def = nodes.NODE_CLASS_MAPPINGS[class_type]
|
class_def = nodes.NODE_CLASS_MAPPINGS[class_type]
|
||||||
#Initialization statistics <start>
|
#Initialization statistics <start>
|
||||||
# print("任务包含的节点",node_id)
|
|
||||||
reset_node_counts()
|
reset_node_counts()
|
||||||
#Initialization statistics <end>
|
#Initialization statistics <end>
|
||||||
if not hasattr(class_def, "IS_CHANGED"):
|
if not hasattr(class_def, "IS_CHANGED"):
|
||||||
|
Loading…
Reference in New Issue
Block a user