mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
feat: Enable ADetailer checkbox
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user