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

Method __init__

nodes.py:85–91  ·  view source on GitHub ↗
(self, src_rgb, crop_trans_m, x_s_info, f_s_user, x_s_user, mask_ori)

Source from the content-addressed store, hash-verified

83
84class PreparedSrcImg:
85 def __init__(self, src_rgb, crop_trans_m, x_s_info, f_s_user, x_s_user, mask_ori):
86 self.src_rgb = src_rgb
87 self.crop_trans_m = crop_trans_m
88 self.x_s_info = x_s_info
89 self.f_s_user = f_s_user
90 self.x_s_user = x_s_user
91 self.mask_ori = mask_ori
92
93import requests
94from tqdm import tqdm

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected