Method signature
generate() method. This helps you discover which models are available for text-to-image generation.
Parameters
This method takes no parameters.Returns
A dictionary containing the list of available Stable Diffusion models and their details.
Example
Notes
- This method is asynchronous and must be awaited
- The returned models can be used as the
modelparameter in thegenerate()method - Model availability may change over time; call this method to get the current list
- For SDXL models specifically, use the
sdxl_models()method instead