sd-webui-reactor/scripts/roop_version.py
Gourieff d27a203a56 UPDATE: More flexible face index selection
Merge with small fixes of PR https://github.com/s0md3v/sd-webui-roop/pull/72
Thanks @justinh24 for the idea and implementation
2023-06-30 13:37:40 +07:00

6 lines
112 B
Python

version_flag = "v0.0.4"
from scripts.roop_logging import logger
logger.info(f"nsfw-roop {version_flag}")