mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-09-20 07:32:15 +02:00
Temporary fix for FFmpeg
This commit is contained in:
+11
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user