Revert "Add FFmpeg to install"

This reverts commit ad6325bfe3.
This commit is contained in:
henryruhs
2024-12-18 08:56:21 +01:00
parent ad6325bfe3
commit 3443b8861b
-7
View File
@@ -36,13 +36,6 @@ 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',