Class AmazonTitanImageOptions
Inheritance
AmazonTitanImageOptions
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class AmazonTitanImageOptions : AmazonTitanImageOptionsBase, IImageRequestOptions, IProviderRequestOptions
Properties
|
Edit this page
View Source
Colors
Required. A list of up to 10 hex color codes to specify colors in the generated image.
Declaration
public List<Color> Colors { get; set; }
Property Value
| Type |
Description |
| List<Color> |
|
|
Edit this page
View Source
ConditionImage
Optional (V2 only). A single base64-encoded input conditioning image
to guide layout and composition of the generated image.
Declaration
public string ConditionImage { get; set; }
Property Value
|
Edit this page
View Source
ControlMode
Optional (V2 only). Specifies the type of conditioning mode.
Enum: CANNY_EDGE, SEGMENTATION. Default: CANNY_EDGE.
Declaration
public string ControlMode { get; set; }
Property Value
|
Edit this page
View Source
ControlStrength
Optional (V2 only). Weight given to the condition image.
Range 0 to 1.0. Default: 0.7.
Declaration
public float? ControlStrength { get; set; }
Property Value
|
Edit this page
View Source
ReferenceImage
Optional. A base64-encoded image string that guides the color palette.
Declaration
public string ReferenceImage { get; set; }
Property Value
Methods
|
Edit this page
View Source
IsColorGuidedGenerationOptions()
Declaration
public bool IsColorGuidedGenerationOptions()
Returns
|
Edit this page
View Source
IsImageConditioningOptions()
Declaration
public bool IsImageConditioningOptions()
Returns
Implements
Extension Methods