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

Method div

nodes.py:492–496  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

490 self.s = 0
491 self.t = 0
492 def div(self, value):
493 self.e /= value
494 self.r /= value
495 self.s /= value
496 self.t /= value
497 def add(self, other):
498 self.e += other.e
499 self.r += other.r

Callers 2

parsing_commandMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected