Merge pull request #31 from facefusion/next

3.1.0
This commit is contained in:
Henry Ruhs
2024-12-24 14:11:03 +01:00
committed by GitHub
4 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -33,7 +33,7 @@ module.exports = async kernel =>
method: 'shell.run',
params:
{
message: 'git clone https://github.com/facefusion/facefusion --branch 3.0.1 --single-branch'
message: 'git clone https://github.com/facefusion/facefusion --branch 3.1.0 --single-branch'
}
},
{
@@ -41,7 +41,7 @@ module.exports = async kernel =>
method: 'shell.run',
params:
{
message: 'conda install conda-forge::openvino=2024.3.0 --yes',
message: 'conda install conda-forge::openvino=2024.5.0 --yes',
conda:
{
path: path.resolve(__dirname, '.env')
@@ -55,8 +55,8 @@ module.exports = async kernel =>
{
message:
[
'conda install conda-forge::cuda-runtime=12.4.1 cudnn=9.2.1.18 --yes',
'pip install tensorrt==10.5.0 --extra-index-url https://pypi.nvidia.com'
'conda install conda-forge::cuda-runtime=12.6.3 conda-forge::cudnn=9.3.0.75 --yes',
'pip install tensorrt==10.6.0 --extra-index-url https://pypi.nvidia.com'
],
conda:
{
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "facefusion-pinokio",
"description": "Industry leading face manipulation platform",
"version": "3.0.1",
"version": "3.1.0",
"license": "MIT",
"devDependencies":
{
"@isnotdefined/eslint-config": "9.8.0",
"eslint": "8.57.1"
"eslint": "8.57.0"
},
"scripts":
{
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports =
{
version: '1.5',
title: 'FaceFusion 3.0.1',
title: 'FaceFusion 3.1.0',
description: 'Industry leading face manipulation platform',
icon: 'facefusion.png',
menu: require(__dirname + '/menu.js')
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = () =>
method: 'shell.run',
params:
{
message: 'git checkout 3.0.1',
message: 'git checkout 3.1.0',
path: 'facefusion'
}
}