mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
cleanup logging and update requirements
Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user