This commit is contained in:
Vladimir Mandic
2024-06-01 15:18:47 -04:00
parent f55e14be9a
commit 1015dcc76b
+1 -1
View File
@@ -55,7 +55,7 @@ def create_sampler(name, model):
return model.scheduler
config = find_sampler_config(name)
if config is None or config.constructor is None:
shared.log.warning(f'Sampler: sampler="{name}" not found')
# shared.log.warning(f'Sampler: sampler="{name}" not found')
return None
if shared.backend == shared.Backend.ORIGINAL:
sampler = config.constructor(model)