mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-06-04 01:17:59 +02:00
Update to 3.0.1
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@ module.exports = async kernel =>
|
||||
method: 'shell.run',
|
||||
params:
|
||||
{
|
||||
message: 'git clone https://github.com/facefusion/facefusion --branch 3.0.0 --single-branch'
|
||||
message: 'git clone https://github.com/facefusion/facefusion --branch 3.0.1 --single-branch'
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -56,7 +56,7 @@ module.exports = async kernel =>
|
||||
message:
|
||||
[
|
||||
'conda install conda-forge::cuda-runtime=12.4.1 cudnn=9.2.1.18 --yes',
|
||||
'pip install tensorrt==10.4.0 --extra-index-url https://pypi.nvidia.com'
|
||||
'pip install tensorrt==10.5.0 --extra-index-url https://pypi.nvidia.com'
|
||||
],
|
||||
conda:
|
||||
{
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "facefusion-pinokio",
|
||||
"description": "Industry leading face manipulation platform",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"license": "MIT",
|
||||
"devDependencies":
|
||||
{
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
module.exports =
|
||||
{
|
||||
version: '1.5',
|
||||
title: 'FaceFusion 3.0.0',
|
||||
title: 'FaceFusion 3.0.1',
|
||||
description: 'Industry leading face manipulation platform',
|
||||
icon: 'facefusion.png',
|
||||
menu: require(__dirname + '/menu.js')
|
||||
|
||||
Reference in New Issue
Block a user