Request
Make aPOST request to below endpoint and pass the required parameters as a request body.
curl
To use the load balancer, you need to have more than 1 server. Pass the first server’s API key, and it will handle the load balancing with the other servers.
Body
json
Schedulers
This endpoint also supports schedulers. Use the “scheduler” parameter in the request body to pass a specific scheduler from the list below:- EulerDiscreteScheduler
- EulerAncestralDiscreteScheduler
- LMSDiscreteScheduler
- HeunDiscreteScheduler
- KDPM2DiscreteScheduler
- KDPM2AncestralDiscreteScheduler
- DPMSolverMultistepScheduler
- DPMSolverSinglestepScheduler
- DDIMScheduler
- DDPMScheduler
- PNDMScheduler
- UniPCMultistepScheduler
- DEISMultistepScheduler
- LCMScheduler
- IPNDMScheduler

