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

Class PreparedSrcImg

nodes.py:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 delta_out[0, idx] += driving_exp[0, idx] * factor
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 1

prepare_sourceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected