mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-06-04 01:17:59 +02:00
Add FFmpeg to install
This commit is contained in:
@@ -36,6 +36,13 @@ module.exports = async kernel =>
|
||||
message: 'git clone https://github.com/facefusion/facefusion --branch 3.0.1 --single-branch'
|
||||
}
|
||||
},
|
||||
{
|
||||
method: 'shell.run',
|
||||
params:
|
||||
{
|
||||
message: 'conda install conda-forge::ffmpeg=7.1.0 --yes'
|
||||
}
|
||||
},
|
||||
{
|
||||
when: '{{ (platform === "linux" || platform === "win32") && gpu === "intel" }}',
|
||||
method: 'shell.run',
|
||||
|
||||
Reference in New Issue
Block a user