tracing and control improvements

This commit is contained in:
Vladimir Mandic
2023-12-20 17:33:19 -05:00
parent d336c1fe0d
commit 5cfc044ec6
19 changed files with 61 additions and 33 deletions
+1
View File
@@ -45,6 +45,7 @@ from modules.sd_hijack_hypertile import context_hypertile_vae, context_hypertile
opt_C = 4
opt_f = 8
debug = shared.log.trace if os.environ.get('SD_PROCESS_DEBUG', None) is not None else lambda *args, **kwargs: None
debug('Trace: PROCESS')
def setup_color_correction(image):