"docs/vscode:/vscode.git/clone" did not exist on "899a79592e761cae13c00156f39e1444a95f4cc6"
Run same number of DDPM steps in inference as training (#2263)
Resolves ValueError: `num_inference_steps`: 1000 cannot be larger than `self.config.train_timesteps`: 50 as the unet model trained with this scheduler can only handle maximal 50 timesteps.
Showing
Please register or sign in to comment