Add DEIS Scheduler

This commit is contained in:
blessedcoolant
2023-05-12 03:10:30 +12:00
parent b928d7a6e6
commit 46ca7718d9
5 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ from .parse_seed_weights import parse_seed_weights
SAMPLER_CHOICES = [
"ddim",
"deis",
"lms",
"pndm",
"heun",