Skip to main content

GenerateImageBriaParams

ug-js-sdk


ug-js-sdk / GenerateImageBriaParams

Type Alias: GenerateImageBriaParams

GenerateImageBriaParams = object

Defined in: conversation-manager/types.ts:45

Parameters specific to Bria image generation.

Properties

prompt

prompt: string

Defined in: conversation-manager/types.ts:47

The text prompt describing the image to generate


negative_prompt?

optional negative_prompt: string

Defined in: conversation-manager/types.ts:49

Text describing what to avoid in the generated image


aspect_ratio?

optional aspect_ratio: string

Defined in: conversation-manager/types.ts:51

Aspect ratio for the generated image (e.g., '16:9', '1:1')


seed?

optional seed: number

Defined in: conversation-manager/types.ts:53

Seed for reproducible generation


inference_steps?

optional inference_steps: number

Defined in: conversation-manager/types.ts:55

Number of inference steps for the generation process


generation_type?

optional generation_type: "fast" | "tailored"

Defined in: conversation-manager/types.ts:57

Generation type: 'fast' for quick generation, 'tailored' for higher quality


model?

optional model: string

Defined in: conversation-manager/types.ts:59

Specific model to use (required for 'tailored' generation type)


image?

optional image: Base64

Defined in: conversation-manager/types.ts:61

Base64 encoded image for image-to-image generation


strength?

optional strength: number

Defined in: conversation-manager/types.ts:63

Strength of the transformation for image-to-image (0.0 to 1.0)


guidance_scale?

optional guidance_scale: number

Defined in: conversation-manager/types.ts:65

Guidance scale for generation (higher = more adherence to prompt)