Class AmazonTitanImageOptionsBase
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public abstract class AmazonTitanImageOptionsBase : IImageRequestOptions, IProviderRequestOptions
Properties
| Edit this page View SourceCfgScale
Optional. Specifies how strongly the generated image should adhere to the prompt. Range: 1.1 to 10.0. Default is 8.0.
Declaration
public float? CfgScale { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
Quality
Optional. The quality of the image. Enum: standard, premium. Default is standard.
Declaration
public AmazonTypes.TitanImageQuality? Quality { get; set; }
Property Value
| Type | Description |
|---|---|
| AmazonTypes.TitanImageQuality? |