We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45da050 commit 5dc3ba6Copy full SHA for 5dc3ba6
install.js
@@ -36,6 +36,17 @@ module.exports = async kernel =>
36
message: 'git clone https://github.com/facefusion/facefusion --branch 3.1.1 --single-branch'
37
}
38
},
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
+ },
50
{
51
when: '{{ (platform === "linux" || platform === "win32") && gpu === "intel" }}',
52
method: 'shell.run',
0 commit comments