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

Class Command

nodes.py:644–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642 return (exp,)
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 1

parsing_commandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected