smapler fix

This commit is contained in:
Varuna Jayasiri
2022-09-15 16:07:10 +05:30
parent 4c47086b0f
commit 4fbd0716d0

View File

@ -121,7 +121,7 @@ def main():
'--sampler',
dest='sampler_name',
choices=['ddim', 'ddpm'],
default='plms',
default='ddim',
help=f'Set the sampler.',
)