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
@@ -5,6 +5,7 @@ from modules import sd_samplers_common
debug = shared.log.trace if os.environ.get('SD_SAMPLER_DEBUG', None) is not None else lambda *args, **kwargs: None
debug('Trace: SAMPLER')
try:
from diffusers import (