mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
skill check-schedulers
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -197,7 +197,7 @@ config.update({
|
||||
'RES-Multistep 3M': { 'variant': 'res_3m', **config['Res4Lyf'] },
|
||||
'RES-SDE 2S': { 'variant': 'res_2s', **config['Res4Lyf'] },
|
||||
'RES-SDE 3S': { 'variant': 'res_3s', **config['Res4Lyf'] },
|
||||
'DEIS-Multistep': { 'order': 2, **config['Res4Lyf'] },
|
||||
'DEIS-Multistep': { 'solver_order': 2, **config['Res4Lyf'] },
|
||||
'DEIS-Unified 1S': { 'rk_type': 'deis_1s', **config['Res4Lyf'] },
|
||||
'DEIS-Unified 2M': { 'rk_type': 'deis_2m', **config['Res4Lyf'] },
|
||||
'PEC 423': { 'variant': 'pec423_2h2s', **config['Res4Lyf'] },
|
||||
@@ -294,7 +294,6 @@ samplers_data_diffusers = [
|
||||
SamplerData('ER-SDE FlowMatch', lambda model: DiffusionSampler('ER-SDE FlowMatch', ERSDEScheduler, model), [], {}),
|
||||
SamplerData('ER-SDE 2M FlowMatch', lambda model: DiffusionSampler('ER-SDE 2M FlowMatch', ERSDEScheduler, model), [], {}),
|
||||
SamplerData('ER-SDE 3M FlowMatch', lambda model: DiffusionSampler('ER-SDE 3M FlowMatch', ERSDEScheduler, model), [], {}),
|
||||
SamplerData('BDIA DDIM', lambda model: DiffusionSampler('BDIA DDIM', BDIA_DDIMScheduler, model), [], {}),
|
||||
SamplerData('LCM', lambda model: DiffusionSampler('LCM', LCMScheduler, model), [], {}),
|
||||
SamplerData('LCM FlowMatch', lambda model: DiffusionSampler('LCM FlowMatch', FlowMatchLCMScheduler, model), [], {}),
|
||||
SamplerData('TCD', lambda model: DiffusionSampler('TCD', TCDScheduler, model), [], {}),
|
||||
|
||||
Reference in New Issue
Block a user