Yes. Its limited in the code (predict.py) you can always change it to a greater limit and recompile it. change the "500" for whatever number that suits your needs.
The code is the following:
- num_inference_steps: int = Input(
- description="Number of denoising steps", ge=1, le=500, default=50
- ),