- 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
6 lines
99 B
Python
6 lines
99 B
Python
version_flag = "v0.2.3"
|
|
|
|
from scripts.logger import logger
|
|
|
|
logger.info(f"Roop-GE {version_flag}")
|