From 5dc3ba6013d917e8882f0999772a8b6f8ef95f90 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 19 Feb 2025 12:19:42 +0100 Subject: [PATCH] Temporary fix for FFmpeg --- install.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/install.js b/install.js index 2bdf2bd..242b727 100644 --- a/install.js +++ b/install.js @@ -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',