mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Remove unused functionality
This commit is contained in:
parent
7dbee88485
commit
b5e4583583
@ -27,8 +27,7 @@ class GraphBuilder:
|
||||
def set_default_prefix(cls, prefix_root, call_index, graph_index = 0):
|
||||
cls._default_prefix_root = prefix_root
|
||||
cls._default_prefix_call_index = call_index
|
||||
if graph_index is not None:
|
||||
cls._default_prefix_graph_index = graph_index
|
||||
cls._default_prefix_graph_index = graph_index
|
||||
|
||||
@classmethod
|
||||
def alloc_prefix(cls, root=None, call_index=None, graph_index=None):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user