From b002ac348757243c11b1f8ce582aeb12258b260e Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Fri, 22 Dec 2023 13:46:05 -0500 Subject: [PATCH] change default for Restore Faces to false, since it requires some setup. --- js/003-data/gameVariableData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index d3f5e503948..0db76ef4aa4 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -187,7 +187,7 @@ App.Data.defaultGameStateVariables = { aiSamplingSteps: 20, aiSamplingStepsEvent: 20, aiStyle: 1, - aiRestoreFaces: true, + aiRestoreFaces: false, aiUpscale: false, aiUpscaleScale: 1.75, aiUpscaler: "SwinIR_4x", -- GitLab