unified logger

This commit is contained in:
Vladimir Mandic
2026-02-19 09:46:42 +01:00
parent bfe014f5da
commit a3074baf8b
315 changed files with 2507 additions and 2116 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
from modules import logger
from modules import shared
from modules.api import models, helpers
@@ -90,7 +91,7 @@ def get_schedulers():
from modules.sd_samplers import list_samplers
all_schedulers = list_samplers()
for s in all_schedulers:
shared.log.critical(s)
logger.log.critical(s)
return all_schedulers
def post_unload_checkpoint():