Gourieff bfeae4b4a0 UPDATE: Console Log Patch + FIXes
- Insightface "lots of messages" Console Log Patch (thnx @ssitu for the implementation in the repo ComfyUI_roop)
- VersionUP (beta passed)
- Filename changed: roop_logging, roop_version
- Checkboxes placeholder no need
- Diffusers - no need in the requirements
2023-07-31 00:02:40 +07:00

6 lines
99 B
Python

version_flag = "v0.2.3"
from scripts.logger import logger
logger.info(f"Roop-GE {version_flag}")