mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-14 17:41:37 +08:00
smapler fix
This commit is contained in:
@ -121,7 +121,7 @@ def main():
|
||||
'--sampler',
|
||||
dest='sampler_name',
|
||||
choices=['ddim', 'ddpm'],
|
||||
default='plms',
|
||||
default='ddim',
|
||||
help=f'Set the sampler.',
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user