NAiOS IconNAiOS Logo
Volver al catálogo

Dreamstudio

dreamstudio

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

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • seedinteger

    Optional random seed for reproducible results

  • stepsinteger

    Number of diffusion steps to run

  • widthinteger

    Output image width in pixels (must be multiple of 8)

  • heightinteger

    Output image height in pixels (must be multiple of 8)

  • samplesinteger

    How many images to generate in one call

  • cfg_scalenumber

    Guidance scale (how strongly to follow the prompt, 0-35)

  • engine_idstringObligatorio

    Engine identifier for generation, e.g. 'stable-diffusion-v1-5'

  • init_imagestringObligatoriobinary

    Binary content of the input image to guide generation

  • text_promptsobject[]Obligatorio

    List of prompt objects each with text and optional weight

  • image_strengthnumber

    Controls how much the original image is preserved (0-1). Required when init_image_mode='IMAGE_STRENGTH'.

  • init_image_modestringObligatorioenum

    Guidance mode for how the init_image influences the result. 'IMAGE_STRENGTH' uses image_strength, 'STEP_SCHEDULE' uses step_schedule_start/end.

    IMAGE_STRENGTHSTEP_SCHEDULE
  • step_schedule_endnumber

    Optional end fraction for image influence in the schedule (0-1). Defaults to 1.0 if omitted.

  • step_schedule_startnumber

    Fraction at which to start image influence in the sampling schedule (0-1). Required when init_image_mode='STEP_SCHEDULE'.

  • clip_guidance_presetstringenum

    Preset mode for CLIP guidance; choose one for tuned performance

    NONEFAST_BLUEFAST_GREENSIMPLEDETAILEDFAST_RED

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List EnginesDREAMSTUDIO_LIST_ENGINESAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

User AccountDREAMSTUDIO_USER_ACCOUNTAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

DreamStudio User BalanceDREAMSTUDIO_USER_BALANCEAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not