File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- MIT license
1+ OpenRAIL-S license
22
33Copyright (c) 2025 Henry Ruhs
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ FaceFusion Pinokio
44> Industry leading face manipulation platform.
55
66[ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/facefusion/facefusion-pinokio/ci.yml.svg?branch=master )] ( https://github.com/facefusion/facefusion-pinokio/actions?query=workflow:ci )
7- [ ![ Pinokio] ( https://img.shields.io/badge/open -pinokio-blue.svg )] ( https://pinokio.computer/item?uri=https://github.com/facefusion/facefusion-pinokio )
8- ![ License] ( https://img.shields.io/badge/license-MIT -green )
7+ [ ![ Pinokio] ( https://img.shields.io/badge/install -pinokio-blue.svg )] ( https://pinokio.computer/item?uri=https://github.com/facefusion/facefusion-pinokio )
8+ ![ License] ( https://img.shields.io/badge/license-OpenRAIL--S -green )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module.exports = async kernel =>
3333 method : 'shell.run' ,
3434 params :
3535 {
36- message : 'git clone https://github.com/facefusion/facefusion --branch 3.1.2 --single-branch'
36+ message : 'git clone https://github.com/facefusion/facefusion --branch 3.2.0 --single-branch'
3737 }
3838 } ,
3939 {
@@ -52,7 +52,7 @@ module.exports = async kernel =>
5252 method : 'shell.run' ,
5353 params :
5454 {
55- message : 'conda install conda-forge::openvino=2025.0 .0 --yes' ,
55+ message : 'conda install conda-forge::openvino=2025.1 .0 --yes' ,
5656 conda :
5757 {
5858 path : path . resolve ( __dirname , '.env' )
@@ -66,8 +66,8 @@ module.exports = async kernel =>
6666 {
6767 message :
6868 [
69- 'conda install conda-forge::cuda-runtime=12.8.0 conda-forge::cudnn=9.7.1.26 --yes' ,
70- 'pip install tensorrt==10.8 .0.43 --extra-index-url https://pypi.nvidia.com'
69+ 'conda install conda-forge::cuda-runtime=12.8.1 conda-forge::cudnn=9.8.0.87 --yes' ,
70+ 'pip install tensorrt==10.9 .0.34 --extra-index-url https://pypi.nvidia.com'
7171 ] ,
7272 conda :
7373 {
Original file line number Diff line number Diff line change 11{
22 "name" : " facefusion-pinokio" ,
33 "description" : " Industry leading face manipulation platform" ,
4- "version" : " 3.1.2 " ,
5- "license" : " MIT " ,
4+ "version" : " 3.2.0 " ,
5+ "license" : " OpenRAIL-S " ,
66 "devDependencies" :
77 {
8- "@isnotdefined/eslint-config" : " 10.0 .0" ,
9- "eslint" : " 9.19.0 "
8+ "@isnotdefined/eslint-config" : " 10.1 .0" ,
9+ "eslint" : " 9.20.1 "
1010 },
1111 "scripts" :
1212 {
Original file line number Diff line number Diff line change 11module . exports =
22{
33 version : '1.5' ,
4- title : 'FaceFusion 3.1.2 ' ,
4+ title : 'FaceFusion 3.2.0 ' ,
55 description : 'Industry leading face manipulation platform' ,
66 icon : 'facefusion.png' ,
77 menu : require ( __dirname + '/menu.js' )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module.exports = () =>
2323 method : 'shell.run' ,
2424 params :
2525 {
26- message : 'git checkout 3.1.2 ' ,
26+ message : 'git checkout 3.2.0 ' ,
2727 path : 'facefusion'
2828 }
2929 }
You can’t perform that action at this time.
0 commit comments