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

Method run

nodes.py:569–574  ·  view source on GitHub ↗
(self, file_name, ratio)

Source from the content-addressed store, hash-verified

567 CATEGORY = "AdvancedLivePortrait"
568
569 def run(self, file_name, ratio):
570 # es = ExpressionSet()
571 with open(os.path.join(exp_data_dir, file_name + ".exp"), 'rb') as f:
572 es = dill.load(f)
573 es.mul(ratio)
574 return (es,)
575
576class ExpData:
577 @classmethod

Callers

nothing calls this directly

Calls 1

mulMethod · 0.80

Tested by

no test coverage detected