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

Method __init__

nodes.py:655–659  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

653
654class AdvancedLivePortrait:
655 def __init__(self):
656 self.src_images = None
657 self.driving_images = None
658 self.pbar = comfy.utils.ProgressBar(1)
659 self.crop_factor = None
660
661 @classmethod
662 def INPUT_TYPES(s):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected