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

Method __init__

nodes.py:834–837  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

832
833class ExpressionEditor:
834 def __init__(self):
835 self.sample_image = None
836 self.src_image = None
837 self.crop_factor = None
838
839 @classmethod
840 def INPUT_TYPES(s):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected