error

#5
by georgesX - opened

IndexError Traceback (most recent call last)

in <cell line: 278>()
277
278 for _b in range(batches):
--> 279 generate()

1 frames

/usr/local/lib/python3.10/dist-packages/diffusers/schedulers/scheduling_euler_ancestral_discrete.py in step(self, model_output, timestep, sample, generator, return_dict)
341
342 sigma_from = self.sigmas[self.step_index]
--> 343 sigma_to = self.sigmas[self.step_index + 1]
344 sigma_up = (sigma_to2 * (sigma_from2 - sigma_to2) / sigma_from2) ** 0.5
345 sigma_down = (sigma_to2 - sigma_up2) ** 0.5

IndexError: index 201 is out of bounds for dimension 0 with size 201

Sign up or log in to comment