Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait
/ exec_cmd
Function
exec_cmd
LivePortrait/utils/video.py:18–19 ·
view source on GitHub ↗
(cmd)
Source
from the content-addressed store, hash-verified
16
17
18
def
exec_cmd(cmd):
19
subprocess.run(cmd, shell=True, check=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
20
21
22
def
images2video(images, wfp, **kwargs):
Callers
3
video2gif
Function · 0.85
merge_audio_video
Function · 0.85
change_video_fps
Function · 0.85
Calls
1
run
Method · 0.45
Tested by
no test coverage detected