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

Method sub

nodes.py:502–506  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

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
505 self.s -= other.s
506 self.t -= other.t
507 def mul(self, value):
508 self.e *= value
509 self.r *= value

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected