Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait
/ Command
Class
Command
nodes.py:644–648 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
return
(exp,)
643
644
class
Command:
645
def
__init__(self, es, change, keep):
646
self.es:ExpressionSet = es
647
self.change = change
648
self.keep = keep
649
650
crop_factor_default = 1.7
651
crop_factor_min = 1.5
Callers
1
parsing_command
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected