Okay to name it facefusion as of local scope

This commit is contained in:
henryruhs
2024-04-09 19:34:31 +02:00
parent 2bbb1ba788
commit 1bb08e6b57
+1 -1
View File
@@ -2,7 +2,7 @@ const path = require('path');
module.exports = async kernel =>
{
const hasInstall = await kernel.exists(__dirname, 'facefusion');
const hasInstall = await kernel.exists(__dirname, 'facefusion') && !await kernel.running(__dirname, 'install.js')
let menu = [];