MCPcopy Create free account
hub / github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait / run

Method run

nodes.py:545–552  ·  view source on GitHub ↗
(self, file_name, save_exp:ExpressionSet=None)

Source from the content-addressed store, hash-verified

543 OUTPUT_NODE = True
544
545 def run(self, file_name, save_exp:ExpressionSet=None):
546 if save_exp == None or file_name == "":
547 return file_name
548
549 with open(os.path.join(exp_data_dir, file_name + ".exp"), "wb") as f:
550 dill.dump(save_exp, f)
551
552 return file_name
553
554class LoadExpData:
555 @classmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected