- "models/roop" folder renamed to "models/insightface"; - buffalo models go to "models/insightface" (no need to keep them in the user's profile directory); thanks @h3rmit-git for the idea - VersionUP (beta passed)
11 lines
196 B
Python
11 lines
196 B
Python
app_title = "ReActor"
|
|
version_flag = "v0.4.0"
|
|
|
|
from scripts.logger import logger, get_Run, set_Run
|
|
|
|
is_run = get_Run()
|
|
|
|
if not is_run:
|
|
logger.info(f"Running {version_flag}")
|
|
set_Run(True)
|