derek-upham
Results
11
comments of
derek-upham
The bug is still only relevant for PLMS, or for DDIM with "uniform" discretization. ``` def adjust_steps_if_invalid(self, p, num_steps): if (self.config.name == 'DDIM' and p.ddim_discretize == 'uniform') or (self.config.name ==...