feat: Enable ADetailer checkbox

This commit is contained in:
Bingsu
2023-05-02 13:04:01 +09:00
parent 426b16c1f3
commit 773dd78671
4 changed files with 32 additions and 11 deletions

View File

@@ -69,8 +69,10 @@ def install():
try:
from launch import skip_install
except ImportError:
import launch
skip_install = launch.args.skip_install
except Exception:
skip_install = False
if not skip_install: