Skip to content

Commit 5dc3ba6

Browse files
committed
Temporary fix for FFmpeg
1 parent 45da050 commit 5dc3ba6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

install.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ module.exports = async kernel =>
3636
message: 'git clone https://github.com/facefusion/facefusion --branch 3.1.1 --single-branch'
3737
}
3838
},
39+
{
40+
method: 'shell.run',
41+
params:
42+
{
43+
message: 'conda install conda-forge::ffmpeg=5.1.2 --yes',
44+
conda:
45+
{
46+
path: path.resolve(__dirname, '.env')
47+
}
48+
}
49+
},
3950
{
4051
when: '{{ (platform === "linux" || platform === "win32") && gpu === "intel" }}',
4152
method: 'shell.run',

0 commit comments

Comments
 (0)