Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait
/ add
Method
add
nodes.py:497–501 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
495
self.s /= value
496
self.t /= value
497
def
add(self, other):
498
self.e += other.e
499
self.r += other.r
500
self.s += other.s
501
self.t += other.t
502
def
sub(self, other):
503
self.e -= other.e
504
self.r -= other.r
Callers
2
run
Method · 0.95
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected