Class TitanTextToImageConditionedParams
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TitanTextToImageConditionedParams : TitanTextToImageParams, ITitanImageParams
Properties
| Edit this page View SourceConditionImage
Optional (V2 only). A single base64-encoded input conditioning image to guide layout and composition of the generated image.
Declaration
[JsonProperty("conditionImage")]
public string ConditionImage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ControlMode
Optional (V2 only). Specifies the type of conditioning mode. Enum: CANNY_EDGE, SEGMENTATION. Default: CANNY_EDGE.
Declaration
[JsonProperty("controlMode")]
public string ControlMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ControlStrength
Optional (V2 only). Weight given to the condition image. Range 0 to 1.0. Default: 0.7.
Declaration
[JsonProperty("controlStrength")]
public float? ControlStrength { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |