Stable diffusion : can "num_iteration" parameter over 1000?

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

I met above error, but I want to iterate over 1000.

How can I do? or it is impossible, why is the iteration number limited?

Hello! The number is limited to the amount of noising “steps” that were applied during training, which in the case of Stable Diffusion is 1000.

I am using Diffuser’s Example of training dreambooth. When i set the max training steps to > 1000, then some error like this models ddim is trained on 1000 steps and cannot be trained more than that.

I want to train the model for more than 1000 steps. Please share some tips that i can use to get the training done. I wonder if is is related to the current stable diffusion checkpoint that i am using from the huggingface.