cleanup logging and update requirements

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-03-13 13:02:41 +01:00
parent e8ba35e7e9
commit f9abe07035
12 changed files with 20 additions and 99 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ class DiffusionSampler:
try:
cls_source = inspect.getsource(constructor)
if '"flow_prediction"' not in cls_source and "'flow_prediction'" not in cls_source:
shared.log.warning(f'Sampler: "{name}" does not support flow_prediction')
log.warning(f'Sampler: "{name}" does not support flow_prediction')
self.sampler = None
return
except (TypeError, OSError):