Dreamstudio

Learn how to use Dreamstudio with Composio

Overview

Enum

DREAMSTUDIO

Description

DreamStudio is Stability AI’s user interface for generative AI, allowing users to create and edit generated images.

Authentication Details

api_key
stringRequired

Actions

Tool to retrieve a list of all engines available to your organization or user. use when you need to discover which dreamstudio engines you can invoke.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve user account details, including id, email, credits, and profile. use after authenticating with the stability api to check account status.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the user's balance information, including available credits and usage. use after authenticating to verify current credits.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to generate a new image from an initial image and text prompts. use after you have a reference image and want to transform it via text guidance.

Action Parameters

cfg_scale
numberDefaults to 7
clip_guidance_preset
string
engine_id
stringRequired
height
integerDefaults to 512
image_strength
number
init_image
stringRequired
init_image_mode
stringRequired
samples
integerDefaults to 1
seed
integer
step_schedule_end
number
step_schedule_start
number
steps
integerDefaults to 30
text_prompts
arrayRequired
width
integerDefaults to 512

Action Response

data
object
error
string
successful
boolean