Skip to main content

Stability AI - Image Generation

  • Bundle ID: stability_ai

Generate an image from a textual description by Stability AI

Requisites

To use Stability AI - Image Generation's services, you need to have the following credential information.

Required Credentials:

Plugins

Generate Image

Generate an image from a textual description

  • Plugin ID: stability_ai/generate_image

Inputs

  • cfg_scale (Optional): The scale to use for image generation. Default is 7
  • engine_id (Optional): The engine to use for image generation. Default is stable-diffusion-v1-6
  • height (Optional): The height of the generated image, should be a multiple of 64, at least 128. Default is 512
  • prompt: The textual description to generate the image from
  • steps (Optional): The number of steps to use for image generation. Default is 30
  • width (Optional): The width of the generated image, should be a multiple of 64, at least 128. Default is 512

Outputs

  • image_url: The URL of the generated image