mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-10 15:07:06 +08:00
Update comment
This commit is contained in:
parent
3ef1964c3f
commit
40ba755225
@ -32,11 +32,6 @@ def safe_load_json_file(file_path: str) -> dict:
|
|||||||
|
|
||||||
|
|
||||||
class CustomNodeManager:
|
class CustomNodeManager:
|
||||||
"""
|
|
||||||
Placeholder to refactor the custom node management features from ComfyUI-Manager.
|
|
||||||
Currently it only contains the custom workflow templates feature.
|
|
||||||
"""
|
|
||||||
|
|
||||||
@lru_cache(maxsize=1)
|
@lru_cache(maxsize=1)
|
||||||
def build_translations(self):
|
def build_translations(self):
|
||||||
"""Load all custom nodes translations during initialization. Translations are
|
"""Load all custom nodes translations during initialization. Translations are
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user