Merge with small fixes of PR https://github.com/s0md3v/sd-webui-roop/pull/72 Thanks @justinh24 for the idea and implementation
6 lines
112 B
Python
6 lines
112 B
Python
version_flag = "v0.0.4"
|
|
|
|
from scripts.roop_logging import logger
|
|
|
|
logger.info(f"nsfw-roop {version_flag}")
|