Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait
/ mul
Method
mul
nodes.py:507–511 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
505
self.s -= other.s
506
self.t -= other.t
507
def
mul(self, value):
508
self.e *= value
509
self.r *= value
510
self.s *= value
511
self.t *= value
512
513
#def apply_ratio(self, ratio): self.exp *= ratio
514
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected