Search Results for

    Show / Hide Table of Contents

    Class TitanImageGenerationConfig

    Inheritance
    object
    TitanImageGenerationConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class TitanImageGenerationConfig

    Properties

    | Edit this page View Source

    CfgScale

    Optional. Specifies how strongly the generated image should adhere to the prompt. Range: 1.1 to 10.0. Default is 8.0.

    Declaration
    [JsonProperty("cfgScale")]
    public float? CfgScale { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    Height

    Optional. The height of the image in pixels. Default is 1408.

    Declaration
    [JsonProperty("height")]
    public int? Height { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    NumberOfImages

    Optional. The number of images to generate. Minimum 1, Maximum 5. Default 1.

    Declaration
    [JsonProperty("numberOfImages")]
    public int? NumberOfImages { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Quality

    Optional. The quality of the image. Enum: standard, premium. Default is standard.

    Declaration
    [JsonProperty("quality")]
    public AmazonTypes.TitanImageQuality? Quality { get; set; }
    Property Value
    Type Description
    AmazonTypes.TitanImageQuality?
    | Edit this page View Source

    Seed

    Optional. Use to control and reproduce results. Determines the initial noise setting. Range: 0 to 2,147,483,646. Default is 42.

    Declaration
    [JsonProperty("seed")]
    public int? Seed { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Width

    Optional. The width of the image in pixels. Default is 1408.

    Declaration
    [JsonProperty("width")]
    public int? Width { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation