Image Models#
Pegasus includes an optional example app for generating images with multiple different models, including Dall-E-2 and Dall-E-3 and Stability AI (Stable Diffusion 3).
Configuration#
To use the Dall-E models, you must set OPENAI_API_KEY
in your environment,
and to use Stability AI, you must set STABILITY_AI_API_KEY
.
You can choose which model you want to use from the dropdown on the image generation page.