From 3443b8861b48a0d3a1f3150a9319aabaae6eec84 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 18 Dec 2024 08:56:21 +0100 Subject: [PATCH] Revert "Add FFmpeg to install" This reverts commit ad6325bfe3cd6f355097073cb0f4dd44c8f85709. --- install.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install.js b/install.js index 038241e..c7654d8 100644 --- a/install.js +++ b/install.js @@ -36,13 +36,6 @@ module.exports = async kernel => message: 'git clone https://github.com/facefusion/facefusion --branch 3.0.1 --single-branch' } }, - { - method: 'shell.run', - params: - { - message: 'conda install conda-forge::ffmpeg=7.1.0 --yes' - } - }, { when: '{{ (platform === "linux" || platform === "win32") && gpu === "intel" }}', method: 'shell.run',