Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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
  •         ),

I can't find predict.py ... any idea of the location? The file system for this app is a bit of a mess. LOL.

Did a search and got nothing for that file name.