Update schedulers.py

This commit is contained in:
l0stl0rd 2024-03-28 22:52:15 +01:00 committed by GitHub
parent b6e6bdc195
commit 80e311a069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,5 +41,5 @@ SCHEDULER_MAP = {
"dpmpp_sde_k": (DPMSolverSDEScheduler, {"use_karras_sigmas": True, "noise_sampler_seed": 0}),
"unipc": (UniPCMultistepScheduler, {"cpu_only": True}),
"lcm": (LCMScheduler, {}),
"TCD": (TCDScheduler, {}),
"TCD": (TCDScheduler, {}),
}