AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class GENPixelArtGenerationTask<TSelf, TOptions, TPrompt, TResult>

    Inheritance
    object
    TaskBase<TSelf, TResult>
    GENTask<TSelf, TOptions, TPrompt, TResult>
    GENPixelArtGenerationTask<TSelf, TOptions, TPrompt, TResult>
    GENPixelAnimationTask
    GENPixelArtTask
    GENPixelInpaintTask
    GENPixelRotationTask
    Implements
    IGENTask
    Inherited Members
    GENTask<TSelf, TOptions, TPrompt, TResult>.Api
    GENTask<TSelf, TOptions, TPrompt, TResult>.Prompt
    GENTask<TSelf, TOptions, TPrompt, TResult>.ModelId
    GENTask<TSelf, TOptions, TPrompt, TResult>.OutputFilePath
    GENTask<TSelf, TOptions, TPrompt, TResult>.OutputFileNote
    GENTask<TSelf, TOptions, TPrompt, TResult>.RecordHistory
    GENTask<TSelf, TOptions, TPrompt, TResult>.SaveGeneratedContents
    GENTask<TSelf, TOptions, TPrompt, TResult>.N
    GENTask<TSelf, TOptions, TPrompt, TResult>.MaxN
    GENTask<TSelf, TOptions, TPrompt, TResult>.Options
    GENTask<TSelf, TOptions, TPrompt, TResult>.SetModel(Api, string)
    GENTask<TSelf, TOptions, TPrompt, TResult>.SetModel(Model)
    GENTask<TSelf, TOptions, TPrompt, TResult>.SetCount(int)
    GENTask<TSelf, TOptions, TPrompt, TResult>.SaveContentsTo(string, string)
    GENTask<TSelf, TOptions, TPrompt, TResult>.EnablePromptHistory(bool)
    GENTask<TSelf, TOptions, TPrompt, TResult>.SetRequestMimeType(MIMEType)
    GENTask<TSelf, TOptions, TPrompt, TResult>.SetResponseMimeType(MIMEType)
    GENTask<TSelf, TOptions, TPrompt, TResult>.SetOptions(TOptions)
    GENTask<TSelf, TOptions, TPrompt, TResult>.ExecuteAsync()
    GENTask<TSelf, TOptions, TPrompt, TResult>.YieldAsync()
    GENTask<TSelf, TOptions, TPrompt, TResult>.ResolveOutputPath(Api?, string)
    GENTask<TSelf, TOptions, TPrompt, TResult>.GetPrompt()
    GENTask<TSelf, TOptions, TPrompt, TResult>.YieldAsyncINTERNAL()
    GENTask<TSelf, TOptions, TPrompt, TResult>.CreateMergedHistoryRecordINTERNAL(List<TResult>)
    TaskBase<TSelf, TResult>.Method
    TaskBase<TSelf, TResult>.Cts
    TaskBase<TSelf, TResult>.Token
    TaskBase<TSelf, TResult>.Api
    TaskBase<TSelf, TResult>.Sender
    TaskBase<TSelf, TResult>.IgnoreLogs
    TaskBase<TSelf, TResult>.IsCanceled
    TaskBase<TSelf, TResult>.RequestMimeType
    TaskBase<TSelf, TResult>.ResponseMimeType
    TaskBase<TSelf, TResult>.IsWrapperTask
    TaskBase<TSelf, TResult>.SetSender(string)
    TaskBase<TSelf, TResult>.SetIgnoreLogs(bool)
    TaskBase<TSelf, TResult>.SetCancellationToken(CancellationToken)
    TaskBase<TSelf, TResult>.ExecuteAsync()
    TaskBase<TSelf, TResult>.ExecuteAsyncINTERNAL()
    TaskBase<TSelf, TResult>.ExecuteAsync<T>()
    TaskBase<TSelf, TResult>.CancelTask()
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public abstract class GENPixelArtGenerationTask<TSelf, TOptions, TPrompt, TResult> : GENTask<TSelf, TOptions, TPrompt, TResult>, IGENTask where TSelf : GENPixelArtGenerationTask<TSelf, TOptions, TPrompt, TResult> where TOptions : IGENOptions where TResult : PixelArt
    Type Parameters
    Name Description
    TSelf
    TOptions
    TPrompt
    TResult

    Constructors

    GENPixelArtGenerationTask(TPrompt)

    Declaration
    protected GENPixelArtGenerationTask(TPrompt prompt)
    Parameters
    Type Name Description
    TPrompt prompt

    Fields

    options

    Declaration
    public TOptions options
    Field Value
    Type Description
    TOptions

    seed

    Declaration
    public uint? seed
    Field Value
    Type Description
    uint?

    size

    Declaration
    public ImageSize size
    Field Value
    Type Description
    ImageSize

    Properties

    Api

    Declaration
    public override Api Api { get; }
    Property Value
    Type Description
    Api
    Overrides
    GENTask<TSelf, TOptions, TPrompt, TResult>.Api

    Methods

    SetSeed(uint?)

    Declaration
    public TSelf SetSeed(uint? seed)
    Parameters
    Type Name Description
    uint? seed
    Returns
    Type Description
    TSelf

    SetSize(Size)

    Declaration
    public TSelf SetSize(PixelLabTypes.Size size)
    Parameters
    Type Name Description
    PixelLabTypes.Size size
    Returns
    Type Description
    TSelf

    SetSize(ImageSize)

    Declaration
    public TSelf SetSize(ImageSize size)
    Parameters
    Type Name Description
    ImageSize size
    Returns
    Type Description
    TSelf

    Implements

    IGENTask
    In this article
    Back to top Generated by DocFX