Dreamstudio
dreamstudioDreamStudio is Stability AI's user interface for generative AI, allowing users to create and edit generated images.
Acciones disponibles (4)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Generate Image from ImageDREAMSTUDIO_GENERATE_IMAGE_FROM_IMAGEAcciónTool 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.
DREAMSTUDIO_GENERATE_IMAGE_FROM_IMAGEAcciónTool 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.
Parámetros de entrada
seedintegerOptional random seed for reproducible results
stepsintegerNumber of diffusion steps to run
widthintegerOutput image width in pixels (must be multiple of 8)
heightintegerOutput image height in pixels (must be multiple of 8)
samplesintegerHow many images to generate in one call
cfg_scalenumberGuidance scale (how strongly to follow the prompt, 0-35)
engine_idstringObligatorioEngine identifier for generation, e.g. 'stable-diffusion-v1-5'
init_imagestringObligatoriobinaryBinary content of the input image to guide generation
text_promptsobject[]ObligatorioList of prompt objects each with text and optional weight
image_strengthnumberControls how much the original image is preserved (0-1). Required when init_image_mode='IMAGE_STRENGTH'.
init_image_modestringObligatorioenumGuidance mode for how the init_image influences the result. 'IMAGE_STRENGTH' uses image_strength, 'STEP_SCHEDULE' uses step_schedule_start/end.
IMAGE_STRENGTHSTEP_SCHEDULEstep_schedule_endnumberOptional end fraction for image influence in the schedule (0-1). Defaults to 1.0 if omitted.
step_schedule_startnumberFraction at which to start image influence in the sampling schedule (0-1). Required when init_image_mode='STEP_SCHEDULE'.
clip_guidance_presetstringenumPreset mode for CLIP guidance; choose one for tuned performance
NONEFAST_BLUEFAST_GREENSIMPLEDETAILEDFAST_RED
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List EnginesDREAMSTUDIO_LIST_ENGINESAcciónTool 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.
DREAMSTUDIO_LIST_ENGINESAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
User AccountDREAMSTUDIO_USER_ACCOUNTAcciónTool to retrieve user account details, including id, email, credits, and profile. use after authenticating with the stability api to check account status.
DREAMSTUDIO_USER_ACCOUNTAcciónTool to retrieve user account details, including id, email, credits, and profile. use after authenticating with the stability api to check account status.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
DreamStudio User BalanceDREAMSTUDIO_USER_BALANCEAcciónTool to retrieve the user's balance information, including available credits and usage. use after authenticating to verify current credits.
DREAMSTUDIO_USER_BALANCEAcciónTool to retrieve the user's balance information, including available credits and usage. use after authenticating to verify current credits.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not