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

Method __init__

nodes.py:645–648  ·  view source on GitHub ↗
(self, es, change, keep)

Source from the content-addressed store, hash-verified

643
644class Command:
645 def __init__(self, es, change, keep):
646 self.es:ExpressionSet = es
647 self.change = change
648 self.keep = keep
649
650crop_factor_default = 1.7
651crop_factor_min = 1.5

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected