Method signature
generate() method. SDXL models typically offer enhanced image quality and better prompt understanding compared to standard SD models.
Parameters
This method takes no parameters.Returns
A dictionary containing the list of available SDXL models and their details.
Example
Notes
- This method is asynchronous and must be awaited
- The returned SDXL models can be used as the
modelparameter in thegenerate()method - SDXL models generally produce higher quality images with better prompt adherence
- Model availability may change over time; call this method to get the current list
- For standard Stable Diffusion models, use the
sd_models()method instead