mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user