Temporary fix for FFmpeg

This commit is contained in:
henryruhs
2025-02-19 12:19:42 +01:00
parent 45da050f84
commit 5dc3ba6013
+11
View File
@@ -36,6 +36,17 @@ module.exports = async kernel =>
message: 'git clone https://github.com/facefusion/facefusion --branch 3.1.1 --single-branch'
}
},
{
method: 'shell.run',
params:
{
message: 'conda install conda-forge::ffmpeg=5.1.2 --yes',
conda:
{
path: path.resolve(__dirname, '.env')
}
}
},
{
when: '{{ (platform === "linux" || platform === "win32") && gpu === "intel" }}',
method: 'shell.run',